Difficulty: Easy
Correct Answer: 2/7
Explanation:
Introduction / Context:Sampling without replacement is a fundamental probability model. Here, drawing two balls successively from a small urn illustrates conditional probability and the multiplication rule.
Given Data / Assumptions:
Concept / Approach:
Use the multiplication rule: P(A ∩ B) = P(A) * P(B | A). Let A be “first ball white” and B be “second ball white given first white”.
Step-by-Step Solution:
P(first white) = 4/7.After removing one white, remaining white = 3, remaining total = 6.P(second white | first white) = 3/6 = 1/2.So, P(both white) = (4/7) * (3/6) = 12/42 = 2/7.Verification / Alternative check:
Combinatorial approach: favorable outcomes = C(4,2) = 6; total 2-ball selections = C(7,2) = 21; so probability = 6/21 = 2/7. Matches conditional method.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
2/7
Discussion & Comments