<?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;8)]]></title><type><![CDATA[link]]></type><html><![CDATA[<p><a href="https://johncarlosbaez.wordpress.com/2013/01/26/game-theory-part-7/">Last time</a> we learned some rules for calculating probabilities.  But we need a few more rules to get very far.  </p>
<p>For example:</p>
<p>We say a coin is <b>fair</b> if it has probability 1/2 of landing heads up and probability 1/2 of landing tails up.  What is the probability that if we flip two fair coins, <i>both</i> will land heads up?</p>
<p>Since each coin could land heads up or tails up, there are 4 events to consider here: </p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%28H%2CH%29%2C+%28H%2CT%29%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='(H,H), (H,T),' title='(H,H), (H,T),' class='latex' /><br />
<img src='https://s0.wp.com/latex.php?latex=%28T%2CH%29%2C+%28T%2CT%29+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='(T,H), (T,T) ' title='(T,H), (T,T) ' class='latex' />
</div>
<p>It seems plausible that each should be equally likely.  If so, each has probability 1/4.  So then the answer to our question would be 1/4.</p>
<p>But this is plausible only because we&#8217;re assuming that what one coin does doesn&#8217;t affect that the other one does!  In other words, we&#8217;re assuming the two coin flips are &#8216;independent&#8217;.</p>
<p>If the coins were connected in some sneaky way, maybe each time one landed heads up, the other would land tails up.  Then the answer to our question would be zero.  Of course this seems silly.  But it&#8217;s good to be very clear about this issue&#8230; because sometimes one event <i>does</i> affect another!  </p>
<p>For example, suppose there&#8217;s a 5% probability of rain each day in the winter in Riverside.  What&#8217;s the probability that it rains two days in a row?  Remember that 5% is 0.05.  So, you might guess the answer is</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=0.05+%5Ctimes+0.05+%3D+0.0025&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0.05 &#92;times 0.05 = 0.0025' title='0.05 &#92;times 0.05 = 0.0025' class='latex' />
</div>
<p>But this is wrong, because <i>if it rains one day, that increases the probability that it will rain the next day</i>.  In other words, these events aren&#8217;t independent.</p>
<p>But if two events <i>are</i> independent, there&#8217;s an easy way to figure out the probability that they both happen: just multiply their probabilities!   For example, if the chance that it will rain today in Riverside is 5% and the chance that it will rain tomorrow in Singapore is 60%, the chance that <i>both</i> these things will happen is</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=0.05+%5Ctimes+0.6+%3D+0.03&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='0.05 &#92;times 0.6 = 0.03' title='0.05 &#92;times 0.6 = 0.03' class='latex' />
</div>
<p>or 3%, <i>if</i> these events are independent.   I could try to persuade that this is a good rule, and maybe I will&#8230; but for now let&#8217;s just state it in a general way.</p>
<h3> Independence </h3>
<p>So, let&#8217;s make a precise definition out of all this!  Suppose we have two sets of events, <img src='https://s0.wp.com/latex.php?latex=X&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X' title='X' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=Y.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y.' title='Y.' class='latex' />  Remember that <img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times Y' title='X &#92;times Y' class='latex' />, the <b>Cartesian product</b> of the sets <img src='https://s0.wp.com/latex.php?latex=X&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X' title='X' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' />, is the set of all ordered pairs <img src='https://s0.wp.com/latex.php?latex=%28i%2Cj%29&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='(i,j)' title='(i,j)' class='latex' /> where <img src='https://s0.wp.com/latex.php?latex=i+%5Cin+X&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i &#92;in X' title='i &#92;in X' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=j+%5Cin+Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='j &#92;in Y' title='j &#92;in Y' class='latex' />:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+Y+%3D+%5C%7B+%28i%2Cj%29+%3A+%5C%3B+i+%5Cin+X%2C+j+%5Cin+Y+%5C%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times Y = &#92;{ (i,j) : &#92;; i &#92;in X, j &#92;in Y &#92;} ' title='X &#92;times Y = &#92;{ (i,j) : &#92;; i &#92;in X, j &#92;in Y &#92;} ' class='latex' />
</div>
<p>So, an event in <img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times Y' title='X &#92;times Y' class='latex' /> consists of an event in <img src='https://s0.wp.com/latex.php?latex=X&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X' title='X' class='latex' /> and an event in <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' />.   For example, if </p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=X+%3D+%5C%7B+%5Ctextrm%7Brain+today%7D%2C+%5Ctextrm%7Bno+rain+today%7D+%5C%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X = &#92;{ &#92;textrm{rain today}, &#92;textrm{no rain today} &#92;} ' title='X = &#92;{ &#92;textrm{rain today}, &#92;textrm{no rain today} &#92;} ' class='latex' />
</div>
<p>and </p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=Y+%3D+%5C%7B+%5Ctextrm%7Brain+tomorrow%7D%2C+%5Ctextrm%7Bno+rain+tomorrow%7D+%5C%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y = &#92;{ &#92;textrm{rain tomorrow}, &#92;textrm{no rain tomorrow} &#92;} ' title='Y = &#92;{ &#92;textrm{rain tomorrow}, &#92;textrm{no rain tomorrow} &#92;} ' class='latex' />
</div>
<p>then</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+Y+%3D+%5Cbegin%7Barray%7D%7Bl%7D+%5C%7B+%5Ctextrm%7B%28rain+today%2C+rain+tomorrow%29%7D%2C+%5C%5C+%5Ctextrm%7B%28no+rain+today%2C+rain+tomorrow%29%7D%2C+%5C%5C+++%5Ctextrm%7B%28rain+today%2C+no+rain+tomorrow%7D%2C+%5C%5C+%5Ctextrm%7B%28no+rain+today%2C+no+rain+tomorrow%29%7D+%5C%7D+%5Cend%7Barray%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times Y = &#92;begin{array}{l} &#92;{ &#92;textrm{(rain today, rain tomorrow)}, &#92;&#92; &#92;textrm{(no rain today, rain tomorrow)}, &#92;&#92;   &#92;textrm{(rain today, no rain tomorrow}, &#92;&#92; &#92;textrm{(no rain today, no rain tomorrow)} &#92;} &#92;end{array} ' title='X &#92;times Y = &#92;begin{array}{l} &#92;{ &#92;textrm{(rain today, rain tomorrow)}, &#92;&#92; &#92;textrm{(no rain today, rain tomorrow)}, &#92;&#92;   &#92;textrm{(rain today, no rain tomorrow}, &#92;&#92; &#92;textrm{(no rain today, no rain tomorrow)} &#92;} &#92;end{array} ' class='latex' />
</div>
<p>Now we can define &#8216;independence&#8217;.  It&#8217;s a rule for getting a probability distribution on <img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times Y' title='X &#92;times Y' class='latex' /> from probability distributions on <img src='https://s0.wp.com/latex.php?latex=X&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X' title='X' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y' title='Y' class='latex' />:</p>
<p><b>Definition.</b>  Suppose <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' /> is a probability distribution on a set of events <img src='https://s0.wp.com/latex.php?latex=X%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X,' title='X,' 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' /> is a probability distribution on a set of events <img src='https://s0.wp.com/latex.php?latex=Y.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='Y.' title='Y.' class='latex' />  If these events are <b>independent</b>, we use the probability distribution <img src='https://s0.wp.com/latex.php?latex=r&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='r' title='r' class='latex' /> on <img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+Y&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times Y' title='X &#92;times Y' class='latex' /> given by</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=r_%7B%28i%2Cj%29%7D+%3D+p_i+q_j+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='r_{(i,j)} = p_i q_j ' title='r_{(i,j)} = p_i q_j ' class='latex' />
</div>
<p>People often call this probability distribution <img src='https://s0.wp.com/latex.php?latex=p+%5Ctimes+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='p &#92;times q' title='p &#92;times q' class='latex' /> instead of <img src='https://s0.wp.com/latex.php?latex=r&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='r' title='r' class='latex' />.</p>
<h3> Examples </h3>
<p><b>Example 1.</b> Suppose we have a fair coin.  This means we have a set of events </p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=X+%3D+%5C%7BH%2C+T+%5C%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X = &#92;{H, T &#92;} ' title='X = &#92;{H, T &#92;} ' class='latex' />
</div>
<p>and a probability distribution <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' /> with </p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+p_H+%3D+p_T+%3D+%5Cfrac%7B1%7D%7B2%7D+%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ p_H = p_T = &#92;frac{1}{2} } ' title='&#92;displaystyle{ p_H = p_T = &#92;frac{1}{2} } ' class='latex' />
</div>
<p>Now suppose we flip it twice.  We get a set of four events:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+X+%3D+%5C%7B%28H%2CH%29%2C+%28H%2CT%29%2C+%28T%2CH%29%2C+%28T%2CT%29%5C%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times X = &#92;{(H,H), (H,T), (T,H), (T,T)&#92;} ' title='X &#92;times X = &#92;{(H,H), (H,T), (T,H), (T,T)&#92;} ' class='latex' />
</div>
<p>Suppose the two coin flips are independent.  Then we describe the pair of coin flips using the probability measure <img src='https://s0.wp.com/latex.php?latex=r+%3D+p+%5Ctimes+p&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='r = p &#92;times p' title='r = p &#92;times p' class='latex' /> on <img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+X%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times X,' title='X &#92;times X,' class='latex' /> with</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+r_%7B%28H%2CH%29%7D+%3D+p_H+p_H+%3D+%5Cfrac%7B1%7D%7B4%7D+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ r_{(H,H)} = p_H p_H = &#92;frac{1}{4} }' title='&#92;displaystyle{ r_{(H,H)} = p_H p_H = &#92;frac{1}{4} }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+r_%7B%28H%2CT%29%7D+%3D+p_H+p_T+%3D+%5Cfrac%7B1%7D%7B4%7D+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ r_{(H,T)} = p_H p_T = &#92;frac{1}{4} }' title='&#92;displaystyle{ r_{(H,T)} = p_H p_T = &#92;frac{1}{4} }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+r_%7B%28T%2CH%29%7D+%3D+p_T+p_H+%3D+%5Cfrac%7B1%7D%7B4%7D+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ r_{(T,H)} = p_T p_H = &#92;frac{1}{4} }' title='&#92;displaystyle{ r_{(T,H)} = p_T p_H = &#92;frac{1}{4} }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+r_%7B%28T%2CT%29%7D+%3D+p_T+p_T+%3D+%5Cfrac%7B1%7D%7B4%7D+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ r_{(T,T)} = p_T p_T = &#92;frac{1}{4} }' title='&#92;displaystyle{ r_{(T,T)} = p_T p_T = &#92;frac{1}{4} }' class='latex' />
</div>
<p>So, each of the four events&#8212;&#8220;heads, heads&#8221; and so on&#8212;has probability 1/4.  This is fairly boring: you should have known this already!  </p>
<p>But now we can do a harder example:</p>
<p><b>Example 2.</b>  Suppose we have an unfair coin that has a 60% chance of landing heads up and a 40% chance of landing tails up.  Now we have a new probability distribution on <img src='https://s0.wp.com/latex.php?latex=X%2C&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X,' title='X,' class='latex' /> say <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' />:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+q_H+%3D+.6%2C+%5Cquad+q_T+%3D+.4+%7D+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ q_H = .6, &#92;quad q_T = .4 } ' title='&#92;displaystyle{ q_H = .6, &#92;quad q_T = .4 } ' class='latex' />
</div>
<p>Now say we flip this coin twice.  What are the probabilities of the four different events that can happen?  Let&#8217;s assume the two coin flips are independent.  This means we should describe the pair of coin flips with a probability measure <img src='https://s0.wp.com/latex.php?latex=s+%3D+q+%5Ctimes+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='s = q &#92;times q' title='s = q &#92;times q' class='latex' /> on <img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+X.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times X.' title='X &#92;times X.' class='latex' />   This tells us the answer to our question.  We can work it out:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+s_%7B%28H%2CH%29%7D+%3D+q_H+q_H+%3D+0.6+%5Ctimes+0.6+%3D+0.36+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ s_{(H,H)} = q_H q_H = 0.6 &#92;times 0.6 = 0.36 }' title='&#92;displaystyle{ s_{(H,H)} = q_H q_H = 0.6 &#92;times 0.6 = 0.36 }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+s_%7B%28H%2CT%29%7D+%3D+q_H+q_T+%3D+0.6+%5Ctimes+0.4+%3D+0.24+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ s_{(H,T)} = q_H q_T = 0.6 &#92;times 0.4 = 0.24 }' title='&#92;displaystyle{ s_{(H,T)} = q_H q_T = 0.6 &#92;times 0.4 = 0.24 }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+s_%7B%28T%2CH%29%7D+%3D+q_T+q_H+%3D+0.4+%5Ctimes+0.6+%3D+0.24+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ s_{(T,H)} = q_T q_H = 0.4 &#92;times 0.6 = 0.24 }' title='&#92;displaystyle{ s_{(T,H)} = q_T q_H = 0.4 &#92;times 0.6 = 0.24 }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+s_%7B%28T%2CT%29%7D+%3D+q_T+q_T+%3D+0.4+%5Ctimes+0.4+%3D+0.16+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ s_{(T,T)} = q_T q_T = 0.4 &#92;times 0.4 = 0.16 }' title='&#92;displaystyle{ s_{(T,T)} = q_T q_T = 0.4 &#92;times 0.4 = 0.16 }' class='latex' />
</div>
<p><b>Puzzle 1.</b>  In this situation what is the probability that when we flip the coin twice it comes up heads <i>exactly once?</i></p>
<p><b>Puzzle 2.</b>  In this situation what is the probability that when we flip the coin twice it comes up heads <i>at least once?</i></p>
<p>For these puzzles you need to use what I told you in the section on &#8216;Probabilities of subsets&#8217; near the end of <a href="https://johncarlosbaez.wordpress.com/2013/01/26/game-theory-part-7/">Part 7</a>.</p>
<p><b>Puzzle 3.</b> Now suppose we have one fair coin and one coin that has a 60% chance of landing heads up.   The first one is described by the probability distribution <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' /> while the second is described by <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' />   How likely is it that the first lands heads up and the second lands tails up?  We can answer questions like this if the coin flips are independent.  We do this by multiplying <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' /> to get a probability measure <img src='https://s0.wp.com/latex.php?latex=t+%3D+p+%5Ctimes+q&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='t = p &#92;times q' title='t = p &#92;times q' class='latex' /> on <img src='https://s0.wp.com/latex.php?latex=X+%5Ctimes+X.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='X &#92;times X.' title='X &#92;times X.' class='latex' />  Remember the rule for how to do this:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=t_%7B%28i%2Cj%29%7D+%3D+p_i+q_j+&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='t_{(i,j)} = p_i q_j ' title='t_{(i,j)} = p_i q_j ' class='latex' />
</div>
<p>where each of <img src='https://s0.wp.com/latex.php?latex=i&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='i' title='i' class='latex' /> and <img src='https://s0.wp.com/latex.php?latex=j&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='j' title='j' class='latex' /> can be either <img src='https://s0.wp.com/latex.php?latex=H&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='H' title='H' class='latex' /> or <img src='https://s0.wp.com/latex.php?latex=T.&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='T.' title='T.' class='latex' /></p>
<p>What are these probabilities:</p>
<div align="center">
<img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+t_%7B%28H%2CH%29%7D+%3D+%3F+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ t_{(H,H)} = ? }' title='&#92;displaystyle{ t_{(H,H)} = ? }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+t_%7B%28H%2CT%29%7D+%3D+%3F+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ t_{(H,T)} = ? }' title='&#92;displaystyle{ t_{(H,T)} = ? }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+t_%7B%28T%2CH%29%7D+%3D+%3F+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ t_{(T,H)} = ? }' title='&#92;displaystyle{ t_{(T,H)} = ? }' class='latex' /></p>
<p><img src='https://s0.wp.com/latex.php?latex=%5Cdisplaystyle%7B+t_%7B%28T%2CT%29%7D+%3D+%3F+%7D&#038;bg=ffffff&#038;fg=000&#038;s=0' alt='&#92;displaystyle{ t_{(T,T)} = ? }' title='&#92;displaystyle{ t_{(T,T)} = ? }' class='latex' />
</div>
<p><b>Puzzle 4.</b>  In this situation what is the probability that <i>exactly one</i> coin lands heads up?</p>
<p><b>Puzzle 5.</b>  In this situation what is the probability that <i>at least one</i> coin lands heads up?</p>
<p>Next time we&#8217;ll go a lot further&#8230;</p>
]]></html></oembed>