<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[Azimuth]]></provider_name><provider_url><![CDATA[https://johncarlosbaez.wordpress.com]]></provider_url><author_name><![CDATA[John Baez]]></author_name><author_url><![CDATA[https://johncarlosbaez.wordpress.com/author/johncarlosbaez/]]></author_url><title><![CDATA[Game Theory (Part&nbsp;13)]]></title><type><![CDATA[link]]></type><html><![CDATA[<p><a href="https://johncarlosbaez.wordpress.com/2013/02/11/game-theory-part-12/">Last time</a> we introduced mixed strategies, and generalized the idea of Nash equilibrium to mixed strategies.  Now let&#8217;s look at an example.</p>
<h3> Matching pennies </h3>
<p>In the game of <b>matching pennies</b>, each player has a penny and must secretly turn the penny to either heads or tails.  They then reveal their choices simultaneously.  If the pennies match&mdash;both heads or both tails&mdash;player A keeps both pennies, so he wins one from <font color="red">player B</font>.  If the pennies do not match&mdash;one heads and one tails&mdash;<font color="red">B</font> keeps both pennies, so she wins one from A.</p>
<p>Let&#8217;s write this game in normal form!  If the pennies match, A wins one penny and <font color="red">B</font> loses one, so their payoffs are (1,<font color="red">-1</font>).  If they pennies don&#8217;t match, A loses one and B wins one, so their payoffs are (-1,<font color="red">1</font>).  If we say</p>
<p>&bull; choice <b>1</b> is heads<br />
&bull; choice <b>2</b> is tails</p>
<p>then the normal form looks like this:</p>
<div align="center">
<table border="0">
<tr>
<td></td>
<td align="center"><font color="red"><b>1</b></font></td>
<td align="center"><font color="red"><b>2</b></font></td>
</tr>
<tr>
<td><b>1 &nbsp;&nbsp;</b></td>
<td align="center">(1,<font color="red">-1</font>)&nbsp;&nbsp;</td>
<td align="center">(-1,<font color="red">1</font>)&nbsp;&nbsp;</td>
</tr>
<tr>
<td><b>2</b></td>
<td align="center">(-1,<font color="red">1</font>)&nbsp;&nbsp;</td>
<td align="center">(1,<font color="red">-1</font>)&nbsp;&nbsp;</td>
</tr>
</table>
</div>
<p>We can also break this into two matrices in the usual way, one showing the payoff for A: </p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=A+%3D+%5Cleft%28+%5Cbegin%7Barray%7D%7Brr%7D+1+%26+-1+%5C%5C+-1+%26+1+%5Cend%7Barray%7D+%5Cright%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='A = &#92;left( &#92;begin{array}{rr} 1 &amp; -1 &#92;&#92; -1 &amp; 1 &#92;end{array} &#92;right) ' title='A = &#92;left( &#92;begin{array}{rr} 1 &amp; -1 &#92;&#92; -1 &amp; 1 &#92;end{array} &#92;right) ' class='latex' />
</div>
<p>and one showing the payoff for B:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=B+%3D+%5Cleft%28+%5Cbegin%7Barray%7D%7Brr%7D+-1+%26+1+%5C%5C+1+%26+-1+%5Cend%7Barray%7D+%5Cright%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B = &#92;left( &#92;begin{array}{rr} -1 &amp; 1 &#92;&#92; 1 &amp; -1 &#92;end{array} &#92;right) ' title='B = &#92;left( &#92;begin{array}{rr} -1 &amp; 1 &#92;&#92; 1 &amp; -1 &#92;end{array} &#92;right) ' class='latex' />
</div>
<p>If you examine this game, it&#8217;s easy to see no pure strategy is a Nash equilibrium.  If A chooses heads, B will want to choose tails.  But if B chooses tails, A will want to choose tails.  And if A chooses tails, B will want to choose heads.  And if B chooses heads, A will want to choose heads!  There&#8217;s always <i>someone</i> who would do better by changing their choice.  It&#8217;s a lot like rock, paper, scissors.</p>
<h3>  Mixed strategies </h3>
<p>However, there <i>is</i> a Nash equilibrium if we allow <i>mixed</i> strategies, where the players can randomly make their choice according to a certain probability distribution.   </p>
<p>Let&#8217;s see if we can guess where this Nash equilibrium is.  If you were player A, can you guess what you should do?  Should you choose heads 90% of the time?  80% of the time?  70% of the time?</p>
<p>A student says: &#8220;50% of the time.&#8221;</p>
<p>Yes, that seems right.  After all, if player A chooses heads <i>most</i> of the time, player B can win most of the time by always choosing tails!  And if player A chooses <i>tails</i> most of the time, B can win most of the time by always choosing heads!  The only way out is for player A to choose heads with probability 1/2.</p>
<p>But what about player B?  What should player B do?</p>
<p>A student says: &#8220;She should also choose heads 50% of the time.&#8221;</p>
<p>Yes, that makes sense too&mdash;for the same sort of reason.</p>
<p>So, let&#8217;s see if these mixed strategies give a Nash equilibrium.  Remember that we write</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=p+%3D+%28p_1%2C+p_2%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p = (p_1, p_2) ' title='p = (p_1, p_2) ' class='latex' />
</div>
<p>for A&#8217;s mixed strategy.  <img src='https://s0.wp.com/latex.php?latex=p_1&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p_1' title='p_1' class='latex' /> is the probability that A makes choice 1: that is, chooses heads.   <img src='https://s0.wp.com/latex.php?latex=p_2&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p_2' title='p_2' class='latex' /> is the probability that A makes choice 2: that is, chooses tails.   So, what <img src='https://s0.wp.com/latex.php?latex=p&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p' title='p' class='latex' /> are we guessing here?</p>
<p>The students say:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=p+%3D+%281%2F2%2C+1%2F2%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p = (1/2, 1/2) ' title='p = (1/2, 1/2) ' class='latex' />
</div>
<p>Okay, that&#8217;s A&#8217;s mixed strategy.   And what about B&#8217;s mixed strategy?   </p>
<p>The students say:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=q+%3D+%281%2F2%2C+1%2F2%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='q = (1/2, 1/2) ' title='q = (1/2, 1/2) ' class='latex' />
</div>
<p>Okay, now lets see if these are really a Nash equilibrium!   Remember the definition from <a href="https://johncarlosbaez.wordpress.com/2013/02/11/game-theory-part-12/">last time</a>:</p>
<p><b>Definition.</b> Given a 2-player normal form game, a pair of mixed strategies <img src='https://s0.wp.com/latex.php?latex=%28p%2Cq%29%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='(p,q),' title='(p,q),' class='latex' /> one for player A and one for player B, is a <b>Nash equilibrium</b> if:</p>
<p>1) For all mixed strategies <img src='https://s0.wp.com/latex.php?latex=p%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p&#039;' title='p&#039;' class='latex' /> for player A, <img src='https://s0.wp.com/latex.php?latex=p%27+%5Ccdot+A+q+%5Cle+p+%5Ccdot+A+q.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p&#039; &#92;cdot A q &#92;le p &#92;cdot A q.' title='p&#039; &#92;cdot A q &#92;le p &#92;cdot A q.' class='latex' /></p>
<p>2) For all mixed strategies <img src='https://s0.wp.com/latex.php?latex=q%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='q&#039;' title='q&#039;' class='latex' /> for player B, <img src='https://s0.wp.com/latex.php?latex=p+%5Ccdot+B++q%27+%5Cle+p+%5Ccdot+B+q.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p &#92;cdot B  q&#039; &#92;le p &#92;cdot B q.' title='p &#92;cdot B  q&#039; &#92;le p &#92;cdot B q.' class='latex' /></p>
<p>We want to check this for our <img src='https://s0.wp.com/latex.php?latex=p&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p' title='p' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=q.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='q.' title='q.' class='latex' />  This looks hard, because we have to check part 1) for all <img src='https://s0.wp.com/latex.php?latex=p%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p&#039;' title='p&#039;' class='latex' /> and part 2) for all <img src='https://s0.wp.com/latex.php?latex=q%27.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='q&#039;.' title='q&#039;.' class='latex' />  But sometimes it&#8217;s easy, and I&#8217;ve picked a game where it&#8217;s easy.  </p>
<p>Why is it easy?  Well, first consider part 1). For this we need to show</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=p%27+%5Ccdot+A+q+%5Cle+p+%5Ccdot+A+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p&#039; &#92;cdot A q &#92;le p &#92;cdot A q' title='p&#039; &#92;cdot A q &#92;le p &#92;cdot A q' class='latex' />
</div>
<p>To show this, let&#8217;s start by computing <img src='https://s0.wp.com/latex.php?latex=A+q%3A&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='A q:' title='A q:' class='latex' /></p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=A+q+%3D+++%5Cleft%28+%5Cbegin%7Barray%7D%7Brr%7D+1+%26+-1+%5C%5C+-1+%26+1+%5Cend%7Barray%7D+%5Cright%29+%5Cleft%28+%5Cbegin%7Barray%7D%7Br%7D+1%2F2+%5C%5C+1%2F2+%5Cend%7Barray%7D+%5Cright%29+%3D+%5Cleft%28+%5Cbegin%7Barray%7D%7Br%7D+0+%5C%5C+0+%5Cend%7Barray%7D+%5Cright%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='A q =   &#92;left( &#92;begin{array}{rr} 1 &amp; -1 &#92;&#92; -1 &amp; 1 &#92;end{array} &#92;right) &#92;left( &#92;begin{array}{r} 1/2 &#92;&#92; 1/2 &#92;end{array} &#92;right) = &#92;left( &#92;begin{array}{r} 0 &#92;&#92; 0 &#92;end{array} &#92;right) ' title='A q =   &#92;left( &#92;begin{array}{rr} 1 &amp; -1 &#92;&#92; -1 &amp; 1 &#92;end{array} &#92;right) &#92;left( &#92;begin{array}{r} 1/2 &#92;&#92; 1/2 &#92;end{array} &#92;right) = &#92;left( &#92;begin{array}{r} 0 &#92;&#92; 0 &#92;end{array} &#92;right) ' class='latex' />
</div>
<p>Hey!  It&#8217;s the zero vector, a list of all zeros!  We write this simply as 0.  So, we&#8217;re trying to show</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=p%27+%5Ccdot+0+%5Cle+p+%5Ccdot+0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p&#039; &#92;cdot 0 &#92;le p &#92;cdot 0' title='p&#039; &#92;cdot 0 &#92;le p &#92;cdot 0' class='latex' />
</div>
<p>but of course this is true, because both sides equal the number zero!   </p>
<p>What&#8217;s going on here?   The point is that if B uses mixed strategy <img src='https://s0.wp.com/latex.php?latex=q%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='q,' title='q,' class='latex' /> A&#8217;s expected payoff is zero no matter what mixed strategy A uses!  If A uses any mixed strategy <img src='https://s0.wp.com/latex.php?latex=p%27%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p&#039;,' title='p&#039;,' class='latex' /> the expected value of his payoff is always <img src='https://s0.wp.com/latex.php?latex=p%27+%5Ccdot+A+q+%3D+0%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p&#039; &#92;cdot A q = 0,' title='p&#039; &#92;cdot A q = 0,' class='latex' /> since <img src='https://s0.wp.com/latex.php?latex=Aq+%3D+0.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Aq = 0.' title='Aq = 0.' class='latex' /></p>
<p>Now let&#8217;s check part 2).  This should be similar.  Now we need to show that for any mixed strategy <img src='https://s0.wp.com/latex.php?latex=q%27%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='q&#039;,' title='q&#039;,' class='latex' /></p>
<div align="center">
 <img src='https://s0.wp.com/latex.php?latex=p+%5Ccdot+B+q%27+%5Cle+p+%5Ccdot+B+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p &#92;cdot B q&#039; &#92;le p &#92;cdot B q' title='p &#92;cdot B q&#039; &#92;le p &#92;cdot B q' class='latex' />
</div>
<p>Hey, this is actually a bit different!  Before we could use <img src='https://s0.wp.com/latex.php?latex=Aq+%3D+0&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Aq = 0' title='Aq = 0' class='latex' /> to get the job done.  But now we see <img src='https://s0.wp.com/latex.php?latex=B+q%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B q&#039;' title='B q&#039;' class='latex' /> showing up, and <img src='https://s0.wp.com/latex.php?latex=q%27&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='q&#039;' title='q&#039;' class='latex' /> is <i>any</i> mixed strategy, so we can&#8217;t calculate this!  What do we do?  </p>
<p>We need to use <b>the power of math!</b></p>
<div align="center">
<img width="400" src="https://johncarlosbaez.files.wordpress.com/2013/02/thor3big.jpg?w=400" />
</div>
<p>We need to use a fact about matrices and dot products!  For <i>any</i> vectors <img src='https://s0.wp.com/latex.php?latex=v+%5Cin+%5Cmathbb%7BR%7D%5Em&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='v &#92;in &#92;mathbb{R}^m' title='v &#92;in &#92;mathbb{R}^m' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=w+%5Cin+%5Cmathbb%7BR%7D%5En&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='w &#92;in &#92;mathbb{R}^n' title='w &#92;in &#92;mathbb{R}^n' class='latex' /> and <i>any</i> <img src='https://s0.wp.com/latex.php?latex=m+%5Ctimes+n&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='m &#92;times n' title='m &#92;times n' class='latex' /> matrix <img src='https://s0.wp.com/latex.php?latex=A%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='A,' title='A,' class='latex' /> we have</p>
<div align="center">
 <img src='https://s0.wp.com/latex.php?latex=v+%5Ccdot+A+w+%3D+A%5ET+v+%5Ccdot+w&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='v &#92;cdot A w = A^T v &#92;cdot w' title='v &#92;cdot A w = A^T v &#92;cdot w' class='latex' />
</div>
<p>Here <img src='https://s0.wp.com/latex.php?latex=A%5ET&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='A^T' title='A^T' class='latex' /> is the <b><a href="http://en.wikipedia.org/wiki/Transpose">transpose</a></b> of the matrix <img src='https://s0.wp.com/latex.php?latex=A%3B&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='A;' title='A;' class='latex' /> that is, the matrix we get by switching rows and columns:</p>
<div align="center">
<a href="http://en.wikipedia.org/wiki/Transpose"><img src="https://i2.wp.com/upload.wikimedia.org/wikipedia/commons/e/e4/Matrix_transpose.gif" /></a></div>
<p>Here&#8217;s the formula for the transpose:</p>
<div align="center">
 <img src='https://s0.wp.com/latex.php?latex=A%5ET_%7Bji%7D+%3D+A_%7Bij%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='A^T_{ji} = A_{ij} ' title='A^T_{ji} = A_{ij} ' class='latex' />
</div>
<p>Someday when I&#8217;ll in a bad mood I&#8217;ll make you prove <img src='https://s0.wp.com/latex.php?latex=v+%5Ccdot+A+w+%3D+A%5ET+v+%5Ccdot+w&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='v &#92;cdot A w = A^T v &#92;cdot w' title='v &#92;cdot A w = A^T v &#92;cdot w' class='latex' /> in your homework.</p>
<p>Anyway, applying this equation to the matrix <img src='https://s0.wp.com/latex.php?latex=B%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B,' title='B,' class='latex' /> we can take part 2):</p>
<div align="center">
 <img src='https://s0.wp.com/latex.php?latex=p+%5Ccdot+B+q%27+%5Cle+p+%5Ccdot+B+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p &#92;cdot B q&#039; &#92;le p &#92;cdot B q' title='p &#92;cdot B q&#039; &#92;le p &#92;cdot B q' class='latex' />
</div>
<p>and rewrite it like this:</p>
<div align="center">
 <img src='https://s0.wp.com/latex.php?latex=B%5ET+p+%5Ccdot+q%27+%5Cle+B%5ET+p+%5Ccdot+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B^T p &#92;cdot q&#039; &#92;le B^T p &#92;cdot q' title='B^T p &#92;cdot q&#039; &#92;le B^T p &#92;cdot q' class='latex' />
</div>
<p>Notice that <img src='https://s0.wp.com/latex.php?latex=B%5ET+p&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B^T p' title='B^T p' class='latex' /> shows up on both sides now.  So, we should start by computing this!   We have</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=B+%3D++%5Cleft%28+%5Cbegin%7Barray%7D%7Brr%7D+-1+%26+1+%5C%5C+1+%26+-1+%5Cend%7Barray%7D+%5Cright%29++&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B =  &#92;left( &#92;begin{array}{rr} -1 &amp; 1 &#92;&#92; 1 &amp; -1 &#92;end{array} &#92;right)  ' title='B =  &#92;left( &#92;begin{array}{rr} -1 &amp; 1 &#92;&#92; 1 &amp; -1 &#92;end{array} &#92;right)  ' class='latex' />
</div>
<p>so taking the transpose doesn&#8217;t actually do anything in this particular case:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=B%5ET%3D++%5Cleft%28+%5Cbegin%7Barray%7D%7Brr%7D+-1+%26+1+%5C%5C+1+%26+-1+%5Cend%7Barray%7D+%5Cright%29++&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B^T=  &#92;left( &#92;begin{array}{rr} -1 &amp; 1 &#92;&#92; 1 &amp; -1 &#92;end{array} &#92;right)  ' title='B^T=  &#92;left( &#92;begin{array}{rr} -1 &amp; 1 &#92;&#92; 1 &amp; -1 &#92;end{array} &#92;right)  ' class='latex' />
</div>
<p>and we get:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=B%5ET+p+%3D+++%5Cleft%28+%5Cbegin%7Barray%7D%7Brr%7D+-1+%26+1+%5C%5C+1+%26+-1+%5Cend%7Barray%7D+%5Cright%29+%5Cleft%28+%5Cbegin%7Barray%7D%7Br%7D+1%2F2+%5C%5C+1%2F2+%5Cend%7Barray%7D+%5Cright%29+%3D+%5Cleft%28+%5Cbegin%7Barray%7D%7Br%7D+0+%5C%5C+0+%5Cend%7Barray%7D+%5Cright%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B^T p =   &#92;left( &#92;begin{array}{rr} -1 &amp; 1 &#92;&#92; 1 &amp; -1 &#92;end{array} &#92;right) &#92;left( &#92;begin{array}{r} 1/2 &#92;&#92; 1/2 &#92;end{array} &#92;right) = &#92;left( &#92;begin{array}{r} 0 &#92;&#92; 0 &#92;end{array} &#92;right) ' title='B^T p =   &#92;left( &#92;begin{array}{rr} -1 &amp; 1 &#92;&#92; 1 &amp; -1 &#92;end{array} &#92;right) &#92;left( &#92;begin{array}{r} 1/2 &#92;&#92; 1/2 &#92;end{array} &#92;right) = &#92;left( &#92;begin{array}{r} 0 &#92;&#92; 0 &#92;end{array} &#92;right) ' class='latex' />
</div>
<p>Hey!  It&#8217;s the zero vector again!  You should have guessed that was coming.  So, the thing we&#8217;re trying to show:</p>
<div align="center">
 <img src='https://s0.wp.com/latex.php?latex=B%5ET+p+%5Ccdot+q%27+%5Cle+B%5ET+p+%5Ccdot+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='B^T p &#92;cdot q&#039; &#92;le B^T p &#92;cdot q' title='B^T p &#92;cdot q&#039; &#92;le B^T p &#92;cdot q' class='latex' />
</div>
<p>simply boils down to</p>
<div align="center">
 <img src='https://s0.wp.com/latex.php?latex=0+%5Ccdot+q%27+%5Cle+0+%5Ccdot+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0 &#92;cdot q&#039; &#92;le 0 &#92;cdot q' title='0 &#92;cdot q&#039; &#92;le 0 &#92;cdot q' class='latex' />
</div>
<p>which is true because both sides are zero.   </p>
<p>Yay, we&#8217;re done!  We found a Nash equilibrium!  And the point of our last little calculation is that if A uses mixed strategy <img src='https://s0.wp.com/latex.php?latex=p%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p,' title='p,' class='latex' /> B&#8217;s expected payoff is zero no matter what mixed strategy B uses.  This is just the mirror image of what we saw before: if B uses mixed strategy <img src='https://s0.wp.com/latex.php?latex=q%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='q,' title='q,' class='latex' /> A&#8217;s expected payoff is zero no matter what mixed strategy A uses.</p>
<p>So, when both A and B are choosing heads or tails with 50% probabilities, independently, either one can unilaterally change their mixed strategy without improving their expected payoff.  That&#8217;s a Nash equilibrium for you! </p>
<h3> The coin-matching game </h3>
<p>Just for fun, let me warn you about a scam that involves matching pennies.  I&#8217;ll quote this article:</p>
<p>&bull; <a href="http://en.wikipedia.org/wiki/Coin-matching_game">Coin-matching game</a>, Wikipedia.</p>
<blockquote><p>
A <b>coin-matching game</b> (also a <b>coin smack</b> or <b>smack game</b>) is a confidence trick in which two con artists set up one victim.</p>
<p>The first con artist strikes up a conversation with the victim, usually while waiting somewhere. The con artist suggests matching pennies (or other coins) to pass the time. The second con artist arrives and joins in, but soon leaves for a moment. The first con artist then suggests cheating. The victim, thinking they are going to scam the second con artist, agrees to match coins each time.</p>
<p>When the second con artist returns and begins losing, he accuses the two of cheating and threatens to call the police. The first con artist offers a sizable sum of hush money, and the victim pitches in. After the victim leaves, the two con artists split up the money extorted from the victim.
</p></blockquote>
<p>So, watch out if someone suggests playing &#8216;matching pennies&#8217; with you!  It could be legit, but if a second person joins in and starts placing bets on the two of you, it&#8217;s probably a <b>coin smack</b>!</p>
<p>For more con games, see:</p>
<p>&bull; <i><a href="http://scams.wikispaces.com/?responseToken=b2601a306ea56194a255fa9b8ca70114">The Encylopedia of Scams</a></i>.</p>
<p>I&#8217;m not trying to teach you how to con people!  I&#8217;m trying to help you defend yourself.  Of course the best way to avoid scams is a generally cautious, skeptical attitude, especially in any situation where someone seems to be helping you get money or get around the law.   And don&#8217;t forget: successful con artists don&#8217;t usually look suspicious, like this:</p>
<div align="center">
<img src="https://i0.wp.com/armorblog.com/wp-content/uploads/2009/11/1834343.gif"/>
</div>
<p>They look and act trustworthy.  As the saying goes:</p>
<blockquote><p>
<b>The most important thing is sincerity. If you can fake that, you&#8217;ve got it made.</b>
</p></blockquote>
]]></html><thumbnail_url><![CDATA[https://i1.wp.com/johncarlosbaez.files.wordpress.com/2013/02/thor3big.jpg?fit=440%2C330]]></thumbnail_url><thumbnail_height><![CDATA[330]]></thumbnail_height><thumbnail_width><![CDATA[440]]></thumbnail_width></oembed>