Difficulty: Easy
Correct Answer: 0.6976
Explanation:
Introduction / Context:
When several independent attempts can cause success, the probability of at least one success is 1 minus the probability of zero successes. Here each shot has a different success probability.
Given Data / Assumptions:
Concept / Approach:
P(at least one hit) = 1 − Π P(miss on shot i). Miss probabilities are the complements: 0.6, 0.7, 0.8, 0.9.
Step-by-Step Calculation:
P(no hit) = 0.6 * 0.7 * 0.8 * 0.9 = 0.3024.Therefore, P(at least one hit) = 1 − 0.3024 = 0.6976.
Verification / Alternative check:
Any inclusion–exclusion computation must yield the same value; using the complement avoids lengthy term expansions.
Why Other Options Are Wrong:
Values like 0.6872 or 0.4379 arise from arithmetic slips or partial sums of inclusion–exclusion.
Common Pitfalls:
Adding hit probabilities directly (invalid due to overlaps) instead of using the complement of “no hit.”
Final Answer:
0.6976
Discussion & Comments