Step 1 : Understanding the Question:
The question asks us to calculate the probability of getting at least two heads when five fair coins are tossed independently. Step 2 : Key Formulas and Approach:
The number of heads ($X$) obtained in $N$ independent coin tosses follows a Binomial Distribution:
\[ P(X = r) = \binom{N}{r} p^r (1-p)^{N-r} \]
Here, $N = 5$ and $p = \frac{1}{2}$ (for a fair coin).
Using the complement rule is much faster:
\[ P(X \ge 2) = 1 - P(X < 2) = 1 - [P(X = 0) + P(X = 1)] \] Step 3 : Detailed Explanation:
Let us calculate the individual probabilities for the complementary events:
• Probability of 1 head ($P(X = 1)$):
\[ P(X = 1) = \binom{5}{1} \left(\frac{1}{2}\right)^1 \left(\frac{1}{2}\right)^4 = 5 \times \frac{1}{32} = \frac{5}{32} \]
Now, sum the probabilities of the complementary events:
\[ P(X < 2) = P(X = 0) + P(X = 1) = \frac{1}{32} + \frac{5}{32} = \frac{6}{32} = \frac{3}{16} \]
Apply the complement formula to find the probability of getting at least 2 heads:
\[ P(X \ge 2) = 1 - P(X < 2) = 1 - \frac{3}{16} = \frac{13}{16} \] Step 4 : Final Answer:
The probability that at least two heads appear is $\frac{13}{16}$.
This corresponds to Option (A).