SOLUTION: A box contains 10 chips. Seven of the chips are perfect, but the remaining three have some imperfection.
In a random drawing of 4 chips without replacement, what is the probabilit
Algebra ->
Probability-and-statistics
-> SOLUTION: A box contains 10 chips. Seven of the chips are perfect, but the remaining three have some imperfection.
In a random drawing of 4 chips without replacement, what is the probabilit
Log On
Question 626655: A box contains 10 chips. Seven of the chips are perfect, but the remaining three have some imperfection.
In a random drawing of 4 chips without replacement, what is the probability that all the chips are perfect? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A box contains 10 chips. Seven of the chips are perfect, but the remaining three have some imperfection.
In a random drawing of 4 chips without replacement, what is the probability that all the chips are perfect?
----
# of ways to succeed: 7C4 = 7C3 = (7*6*5)/(1*2*3) = 35
---
# of random outcomes: 10C4 = (10*9*8*7)/(1*2*3*4) = 210
=================
P(4 perfect) = 35/210 = 1/6
======================
Cheers,
Stan H.