MathIsimple

Probability Theory – Problem 11: find the conditional probability of observing at least three tails;

Question

A fair coin is tossed repeatedly until exactly two heads have appeared. Given that at least two tails were observed: (1) find the conditional probability of observing at least three tails; (2) find the conditional probability that the first toss resulted in heads.

Step-by-step solution

Step 1. Define the basic events and probabilities. * When the experiment terminates, the last toss is necessarily heads, and among the first N1N-1 tosses there is exactly one head. * Let AA denote the event "at least two tails are observed." This means the number of tails X2X \ge 2, so the total number of tosses N=X+24N = X + 2 \ge 4. * Since P(A)=1P(Ac)P(A) = 1 - P(A^c), we first compute the probability of AcA^c (fewer than two tails).

Step 2. Compute the probability of the complementary event AcA^c. * Case 1: Zero tails (X=0X=0). The only possible sequence is HHHH. Probability: P(X=0)=12×12=14P(X=0) = \frac{1}{2} \times \frac{1}{2} = \frac{1}{4}. * Case 2: Exactly one tail (X=1X=1). Total number of tosses N=3N=3. The last toss is heads, and the first two tosses consist of one head and one tail. The possible sequences are: HTHHTH, THHTHH. Probability: P(X=1)=2×(12)3=28=14P(X=1) = 2 \times (\frac{1}{2})^3 = \frac{2}{8} = \frac{1}{4}.

Step 3. Compute P(A)P(A). * P(A)=1[P(X=0)+P(X=1)]P(A) = 1 - [P(X=0) + P(X=1)] * P(A)=1(14+14)=12P(A) = 1 - (\frac{1}{4} + \frac{1}{4}) = \frac{1}{2}.

Step 4. Define the events and objective for part (1). * Let BB denote the event "at least three tails are observed," i.e., X3X \ge 3. * We need to compute P(BA)=P(AB)P(A)P(B|A) = \frac{P(AB)}{P(A)}. * Since "at least three tails" implies "at least two tails," we have BAB \subset A, and therefore P(AB)=P(B)P(AB) = P(B).

Step 5. Compute P(B)P(B). * Using the previously computed P(A)P(A), or equivalently 1P(X<3)1 - P(X < 3). * We know P(X2)=12P(X \ge 2) = \frac{1}{2}. * The event X=2X=2 (exactly two tails) corresponds to sequences of length 4, where the last toss is heads and the first three tosses contain exactly one head and two tails. * The number of such sequences is (31)=3\binom{3}{1} = 3 (namely HTTH,THTH,TTHHHTTH, THTH, TTHH). * P(X=2)=3×(12)4=316P(X=2) = 3 \times (\frac{1}{2})^4 = \frac{3}{16}. * P(B)=P(X3)=P(X2)P(X=2)=12316=516P(B) = P(X \ge 3) = P(X \ge 2) - P(X=2) = \frac{1}{2} - \frac{3}{16} = \frac{5}{16}.

Step 6. Compute the conditional probability for part (1). * P(BA)=P(B)P(A)=5/161/2=516×2=58P(B|A) = \frac{P(B)}{P(A)} = \frac{5/16}{1/2} = \frac{5}{16} \times 2 = \frac{5}{8}.

Step 7. Define the events and objective for part (2). * Let CC denote the event "the first toss is heads." * We need to compute P(CA)=P(AC)P(A)P(C|A) = \frac{P(AC)}{P(A)}. * The event ACAC means: the first toss is heads, and exactly two heads appear in total (the second head causes the experiment to stop), and at least two tails are observed in between.

Step 8. Analyze the structure of the event ACAC. * Since the first toss is heads and the second head does not appear until the final toss, all intermediate tosses must be tails. * The sequence must therefore have the form: HH (first toss), T,T,,TT, T, \dots, T (kk tails in the middle), HH (final toss). * We denote this as HTkHH T^k H. * The condition "at least two tails" requires k2k \ge 2.

Step 9. Compute P(AC)P(AC). * This is an infinite series of probabilities, where each qualifying sequence has a unique form. * For k=2k=2 (2 tails): HTTHHTTH, with probability (12)4=116(\frac{1}{2})^4 = \frac{1}{16}. * For k=3k=3 (3 tails): HTTTHHTTTH, with probability (12)5=132(\frac{1}{2})^5 = \frac{1}{32}. * ... * P(AC)=k=2(12)k+2=116+132+164+P(AC) = \sum_{k=2}^{\infty} (\frac{1}{2})^{k+2} = \frac{1}{16} + \frac{1}{32} + \frac{1}{64} + \dots * This is a geometric series with first term a=116a = \frac{1}{16} and common ratio q=12q = \frac{1}{2}. * P(AC)=1/1611/2=1/161/2=18P(AC) = \frac{1/16}{1 - 1/2} = \frac{1/16}{1/2} = \frac{1}{8}.

Step 10. Compute the conditional probability for part (2). * P(CA)=P(AC)P(A)=1/81/2=14P(C|A) = \frac{P(AC)}{P(A)} = \frac{1/8}{1/2} = \frac{1}{4}.

Final answer

(1) Given that at least two tails were observed, the conditional probability of observing at least three tails is 58\frac{5}{8}. (2) Given that at least two tails were observed, the conditional probability that the first toss resulted in heads is 14\frac{1}{4}.

Marking scheme

The following rubric is based on the official solution (7 points total).

1. Key Checkpoints (Max 7 pts)

I. Computing the denominator P(A)P(A) (max 2 pts)

  • [additive] Correctly identifying the composition of the complementary event AcA^c (number of tails <2<2), namely HHHH and HTH/THHHTH/THH, or writing down the correct infinite series summation. (1 pt)
  • [additive] Obtaining the correct numerical value P(A)=1/2P(A) = 1/2. (1 pt)

II. Part (1): Conditional probability of at least three tails (max 2 pts)

  • [additive] Computing the key numerator term P(X=2)=3/16P(X=2) = 3/16 (exactly two tails) or directly obtaining P(AB)=5/16P(AB) = 5/16. (1 pt)
  • [additive] Combining with the denominator to arrive at the correct final result 5/85/8. (1 pt)
  • *Note: If only the formula is stated without computing the numerical value, this point is not awarded. If the denominator is incorrect but the logic is consistent (follow-through), partial credit may be given at the grader's discretion, but the subtotal must not exceed 1 point.*

III. Part (2): Conditional probability that the first toss is heads (max 3 pts)

  • [additive] Structural identification: Explicitly stating that qualifying sequences must have the form HTTHH T \dots T H (all intermediate tosses are tails with k2k \ge 2), or providing an equivalent argument via the memoryless property or independence of the geometric distribution. (1 pt)
  • [max 2] Computation and conclusion:
  • Correctly constructing the series summation (or probability product) and computing P(AC)=1/8P(AC) = 1/8, then obtaining the final result 1/41/4. (2 pts)
  • *Partial credit:* Correctly computing the intersection probability P(AC)=1/8P(AC) = 1/8 but with an incorrect or missing final ratio calculation. (1 pt)

Total (max 7)

2. Zero-Credit Items

  • Merely restating the problem conditions (e.g., "A=A = at least two tails") or listing the definition of conditional probability P(BA)=P(AB)/P(A)P(B|A) = P(AB)/P(A) without substituting any concrete values or performing any computation.
  • Incorrectly assuming that the total number of tosses NN is fixed (e.g., assuming N=4N=4 to compute probabilities).
  • In part (1), simply asserting P(at least 3 tails)=P(at least 2 tails)×1/2P(\text{at least 3 tails}) = P(\text{at least 2 tails}) \times 1/2 without justification.
  • In part (2), listing only the probability of the sequence HTTHHTTH (1/161/16) as the numerator while ignoring the cases k>2k>2.

3. Deductions

  • Arithmetic errors: An arithmetic mistake in a key step (e.g., incorrect fraction addition or subtraction) leading to an incorrect subsequent result: deduct 1 point per occurrence (no double-counting; cap of 1 point deducted per logical chain).
  • Logical confusion: Confusing "exactly two" with "at least two," causing the numerator computation to go entirely astray (e.g., using only P(X=3)P(X=3) as the numerator in part (1)): deduct 1 point.
  • Missing justification: When invoking the geometric distribution result in part (2), failing to briefly explain that "the first toss being heads does not affect the subsequent waiting process" or a similar independence argument: deduct 1 point.
Ask AI ✨