DIE AND COINS

Alice throws a die. If she gets a 5 or a 6, she tosses three coins and notes the number of heads. Out of these three coins, one is a two-headed-coin and the rest of the two are biased coins each showing heads 75% of the time.

If she gets 1,2,3, or 4, she tosses two coins, one biased (showing heads 75% of the time) and one fair coin, noting whether a head or a tail is obtained.

After Alice throws the die once, she obtains exactly one head. Then if the probability that she threw 1,2,3 or 4 with the die is m n \frac{m}{n} where m m and n n are coprime positive integers, what is the value of m + n ? m+n?


The answer is 33.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Edmund Berry
Oct 12, 2014

This problem asks for the probability of an event given an observation. This makes it an excellent candidate for Bayes' Rule.

  • Denote the probability of rolling 1, 2, 3, or 4 with the die as P ( 1 4 ) P(1-4)
  • Denote the probability of rolling 5 or 6 with the die as P ( 5 6 ) P(5-6)
  • Denote the probability of obtaining exactly one head as P ( 1 H ) P(1H)
  • We want to find the probability that the girl rolls a 1, 2, 3, or 4, given that we know that she obtained exactly one head: P ( 1 4 1 H ) P(1-4|1H)

Bayes' theorem gives us the following relation:

  • P ( 1 4 1 H ) = P ( 1 H 1 4 ) P ( 1 4 ) P ( 1 H ) P(1-4|1H) = \frac{P(1H|1-4)\cdot P(1-4)}{P(1H)}

We evaluate P ( 1 H ) P(1H) by expanding it using conditional probabilities:

  • P ( 1 H ) = P ( 1 H 1 4 ) P ( 1 4 ) + P ( 1 H 5 6 ) P ( 5 6 ) P(1H) = P(1H|1-4)\cdot P(1-4) + P(1H|5-6)\cdot P(5-6)

We evaluate each of these expressions separately:

  • Clearly P ( 1 4 ) = 2 3 P(1-4) = \frac{2}{3} and P ( 5 6 ) = 1 3 P(5-6) = \frac{1}{3}
  • If the girl rolls 1, 2, 3, or 4, then she tosses two coins: one biased ( P ( H ) = 3 4 ) (P(H) = \frac{3}{4}) and one fair ( P ( H ) = 1 2 ) (P(H) = \frac{1}{2}) . The probability of obtaining exactly one head is P ( 1 H 1 4 ) = 3 4 1 2 + 1 4 1 2 = 1 2 P(1H|1-4) = \frac{3}{4}\cdot\frac{1}{2} + \frac{1}{4}\cdot\frac{1}{2} = \frac{1}{2}
  • If the girl rolls 5 or 6, then she tosses three coins: one is certain to give a head, and two with P ( H ) = 3 4 P(H) = \frac{3}{4} . We will only see a total of one head if both of the uncertain coins come up tails. Therefore: P ( 1 H 5 6 ) = ( 1 4 ) 2 = 1 16 P(1H|5-6) = \left(\frac{1}{4}\right)^{2} = \frac{1}{16}

This gives us all of the information we need to calculate the solution.

  • P ( 1 4 1 H ) = P ( 1 H 1 4 ) P ( 1 4 ) P ( 1 H ) P(1-4|1H) = \frac{P(1H|1-4)\cdot P(1-4)}{P(1H)}
  • P ( 1 4 1 H ) = 1 2 2 3 1 2 2 3 + 1 16 1 3 P(1-4|1H) = \frac{\frac{1}{2}\cdot\frac{2}{3}}{\frac{1}{2}\cdot\frac{2}{3} + \frac{1}{16}\cdot\frac{1}{3}}
  • P ( 1 4 1 H ) = 16 17 P(1-4|1H) = \frac{16}{17}

This means that m = 16 m=16 and n = 17 n = 17 , so m + n = 33 m+n = 33 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...