Deconstructing the QuestionGoal: Find the approximate probability of selecting a colorblind person in
no more than 3 tries.
Step 1: Calculate the Probability of Selecting a Colorblind Person (P(C))The population is a mix of Women (W) and Men (M).
* \(P(W) = 0.60\)
* \(P(M) = 0.40\)
Conditional probabilities of being colorblind:
* \(P(C | W) = 0.90\)
* \(P(C | M) = 0.15\)
Using the Weighted Average (Total Probability Rule):
\(P(C) = (0.60 \times 0.90) + (0.40 \times 0.15)\)
\(P(C) = 0.54 + 0.06\)
\(P(C) = 0.60\)
So, there is a
60% chance of success on any single try.
Conversely, there is a
40% chance of failure (picking a non-colorblind person, \(P(NC) = 0.40\)).
Step 2: Calculate Probability of Success in 3 TriesIt is faster to calculate the probability of the complement event:
Failing 3 times in a row.
\(P(\text{Fail 3 times}) = 0.40 \times 0.40 \times 0.40 = 0.064\) (or 6.4%).
The probability of success (at least once in 3 tries) is:
\(P(\text{Success}) = 1 - P(\text{Fail 3 times})\)
\(P(\text{Success}) = 1 - 0.064 = 0.936\)
Step 3: Match with Options\(0.936\) is \(93.6\%\).
Comparing to the choices:
(A) 95%
(B) 90%
93.6% is closer to 95% (diff 1.4) than to 90% (diff 3.6).
Answer: A