A crate in a warehouse contains functional electronic components and defective components. If two components are selected at random from the crate one after another without replacement, what is the probability that both selected components are functional?
Answer: 0.35
Answer
The probability that both selected components are functional is 0.35.
Because selection is made without replacement, the outcome of the second draw depends on the outcome of the first draw. The probability of selecting a functional component first is 15/25 = 3/5. With 14 functional components left among 24 total components, the probability of selecting a second functional component is 14/24 = 7/12. Multiplying these probabilities gives (3/5) * (7/12) = 21/60 = 0.35.
Step-by-Step Solution
Key Concept
Probability of Dependent Events (Sampling Without Replacement)