Given:
Total screws = 50
Defective screws = 5
Non-defective screws = 50 - 5 = 45
Three screws are drawn from the lot.
Part (a): Drawing with replacement
Since the drawing is with replacement, the composition of the lot does not change after each draw.
Probability that the first screw is non-defective = 45/50 = 9/10
Similarly, the probability remains the same for the second and third draws.
So, probability that all three are non-defective = (9/10) × (9/10) × (9/10) = \( \left( \frac{9}{10} \right)^3 \)
Part (b): Drawing without replacement
Now the lot size reduces after each draw, and the number of non-defective screws decreases if one is picked.
- First draw: Probability of non-defective = 45/50
- Second draw: Now 44 non-defective remain out of 49 screws → Probability = 44/49
- Third draw: Now 43 non-defective remain out of 48 screws → Probability = 43/48
So, total probability without replacement = (45/50) × (44/49) × (43/48)
Let’s simplify:
= \( \frac{45 \times 44 \times 43}{50 \times 49 \times 48} = \frac{1419}{1960} \)
Final Answer:
Probability (with replacement) = \( \left( \frac{9}{10} \right)^3 \)
Probability (without replacement) = \( \frac{1419}{1960} \)
Combined expression = \( \left( \frac{9}{10} \right)^3 \times \frac{1419}{1960} \)