Solveeit Logo

Question

Question: A fair die is rolled once. If the outcomes is 1 or 2, Box A is chosen; otherwise Box B is chosen. Bo...

A fair die is rolled once. If the outcomes is 1 or 2, Box A is chosen; otherwise Box B is chosen. Box A contains 3 coins: two fair coins and one two-headed coin. Box B contains 3 fair coins. A coin is picked uniformly at random from the chosen box and then tossed repeatedly. If first two tosses are both heads (HH), then the probability that the coin used is two-headed coin is equal to

A

112\frac{1}{12}

B

13\frac{1}{3}

C

27\frac{2}{7}

D

311\frac{3}{11}

Answer

13\frac{1}{3}

Explanation

Solution

  1. Probabilities of choosing boxes:

    • Let AA be the event that Box A is chosen, and BB be the event that Box B is chosen.
    • P(A)=P(die shows 1 or 2)=26=13P(A) = P(\text{die shows 1 or 2}) = \frac{2}{6} = \frac{1}{3}.
    • P(B)=P(die shows 3, 4, 5, or 6)=46=23P(B) = P(\text{die shows 3, 4, 5, or 6}) = \frac{4}{6} = \frac{2}{3}.
  2. Probabilities of choosing coin types from each box:

    • Box A: Contains 2 fair coins (CFC_F) and 1 two-headed coin (CTHC_{TH}).
      • P(CFA)=23P(C_F | A) = \frac{2}{3}.
      • P(CTHA)=13P(C_{TH} | A) = \frac{1}{3}.
    • Box B: Contains 3 fair coins (CFC_F).
      • P(CFB)=33=1P(C_F | B) = \frac{3}{3} = 1.
      • P(CTHB)=03=0P(C_{TH} | B) = \frac{0}{3} = 0.
  3. Prior probabilities of using each coin type: Let CTHC_{TH} be the event of using a two-headed coin, and CFC_F be the event of using a fair coin.

    • P(CTH)=P(CTHA)P(A)+P(CTHB)P(B)=(13)(13)+(0)(23)=19P(C_{TH}) = P(C_{TH} | A) P(A) + P(C_{TH} | B) P(B) = \left(\frac{1}{3}\right)\left(\frac{1}{3}\right) + (0)\left(\frac{2}{3}\right) = \frac{1}{9}.
    • P(CF)=P(CFA)P(A)+P(CFB)P(B)=(23)(13)+(1)(23)=29+69=89P(C_F) = P(C_F | A) P(A) + P(C_F | B) P(B) = \left(\frac{2}{3}\right)\left(\frac{1}{3}\right) + (1)\left(\frac{2}{3}\right) = \frac{2}{9} + \frac{6}{9} = \frac{8}{9}.
  4. Probabilities of observing HH given the coin type: Let EE be the event that the first two tosses are both heads (HH).

    • P(ECTH)=1×1=1P(E | C_{TH}) = 1 \times 1 = 1 (A two-headed coin always lands heads).
    • P(ECF)=(12)×(12)=14P(E | C_F) = \left(\frac{1}{2}\right) \times \left(\frac{1}{2}\right) = \frac{1}{4} (A fair coin has P(H)=1/2P(H) = 1/2).
  5. Apply Bayes' Theorem: We want to find the probability that the coin used is two-headed, given that the first two tosses are HH, i.e., P(CTHE)P(C_{TH} | E). Bayes' Theorem states: P(CTHE)=P(ECTH)P(CTH)P(E)P(C_{TH} | E) = \frac{P(E | C_{TH}) P(C_{TH})}{P(E)} First, calculate the total probability of observing HH, P(E)P(E), using the law of total probability: P(E)=P(ECTH)P(CTH)+P(ECF)P(CF)P(E) = P(E | C_{TH}) P(C_{TH}) + P(E | C_F) P(C_F) P(E)=(1)(19)+(14)(89)=19+836=19+29=39=13P(E) = (1)\left(\frac{1}{9}\right) + \left(\frac{1}{4}\right)\left(\frac{8}{9}\right) = \frac{1}{9} + \frac{8}{36} = \frac{1}{9} + \frac{2}{9} = \frac{3}{9} = \frac{1}{3} Now, substitute the values into Bayes' Theorem: P(CTHE)=(1)(19)13=1913=19×3=39=13P(C_{TH} | E) = \frac{(1)\left(\frac{1}{9}\right)}{\frac{1}{3}} = \frac{\frac{1}{9}}{\frac{1}{3}} = \frac{1}{9} \times 3 = \frac{3}{9} = \frac{1}{3}