Solveeit Logo

Question

Question: A fair coin is tossed. If head appears, then two dice are rolled at once and if tail appears, then t...

A fair coin is tossed. If head appears, then two dice are rolled at once and if tail appears, then three dice are rolled at once. If the sum of numbers appeared on dice is 9, then the probability that head appeared on the coin is

A

2477\frac{24}{77}

B

2449\frac{24}{49}

C

5179\frac{51}{79}

D

4373\frac{43}{73}

Answer

2449\frac{24}{49}

Explanation

Solution

Let H be the event that a head appears on the coin toss, and T be the event that a tail appears. Let S be the event that the sum of the numbers on the dice is 9.

We are given that the coin is fair, so: P(H)=12P(H) = \frac{1}{2} P(T)=12P(T) = \frac{1}{2}

We need to find the probability that a head appeared given the sum is 9, which is P(HS)P(H|S). Using Bayes' theorem: P(HS)=P(SH)P(H)P(S)P(H|S) = \frac{P(S|H)P(H)}{P(S)}

First, we calculate P(SH)P(S|H): If a head appears, two dice are rolled. The total number of outcomes is 6×6=366 \times 6 = 36. The pairs of outcomes that sum to 9 are (3,6), (4,5), (5,4), and (6,3). There are 4 such outcomes. So, P(SH)=436=19P(S|H) = \frac{4}{36} = \frac{1}{9}.

Next, we calculate P(ST)P(S|T): If a tail appears, three dice are rolled. The total number of outcomes is 6×6×6=2166 \times 6 \times 6 = 216. The combinations of three dice that sum to 9 are: \begin{itemize} \item (1, 2, 6): 3!=63! = 6 permutations \item (1, 3, 5): 3!=63! = 6 permutations \item (1, 4, 4): 3!2!=3\frac{3!}{2!} = 3 permutations \item (2, 2, 5): 3!2!=3\frac{3!}{2!} = 3 permutations \item (2, 3, 4): 3!=63! = 6 permutations \item (3, 3, 3): 11 permutation \end{itemize} The total number of favorable outcomes is 6+6+3+3+6+1=256 + 6 + 3 + 3 + 6 + 1 = 25. So, P(ST)=25216P(S|T) = \frac{25}{216}.

Now, we calculate the total probability of event S, P(S)P(S), using the law of total probability: P(S)=P(SH)P(H)+P(ST)P(T)P(S) = P(S|H)P(H) + P(S|T)P(T) P(S)=(19)(12)+(25216)(12)P(S) = \left(\frac{1}{9}\right)\left(\frac{1}{2}\right) + \left(\frac{25}{216}\right)\left(\frac{1}{2}\right) P(S)=118+25432P(S) = \frac{1}{18} + \frac{25}{432} The common denominator is 432: P(S)=24432+25432=49432P(S) = \frac{24}{432} + \frac{25}{432} = \frac{49}{432}

Finally, we apply Bayes' theorem: P(HS)=P(SH)P(H)P(S)P(H|S) = \frac{P(S|H)P(H)}{P(S)} P(HS)=(19)(12)49432=11849432=118×43249=2449P(H|S) = \frac{\left(\frac{1}{9}\right)\left(\frac{1}{2}\right)}{\frac{49}{432}} = \frac{\frac{1}{18}}{\frac{49}{432}} = \frac{1}{18} \times \frac{432}{49} = \frac{24}{49}