SOLUTION: An urn contains 10 numbered balls, of which 6 are red and 4 are blue. A sample of 4 balls is to be selected. How many samples contain at least 3 red balls?

Algebra ->  Probability-and-statistics -> SOLUTION: An urn contains 10 numbered balls, of which 6 are red and 4 are blue. A sample of 4 balls is to be selected. How many samples contain at least 3 red balls?       Log On


   



Question 470963: An urn contains 10 numbered balls, of which 6 are red and 4 are blue. A sample of 4 balls is to be selected. How many samples contain at least 3 red balls?
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
Note: The probability of x successes in n trials is:
P = nCx* p%5Ex%2Aq%5E%28n-x%29 where p and q are the probabilities of success and failure respectively.
In this case p = .6(red)& q = .4
nCx = n%21%2F%28x%21%28n-x%29%21%29 n = 4
P(3 or 4 red) = P(3red) + P(4red) = 4(.6)^4*.4 + (.6)^4 = .4752
sry, did not read it properly:
47.52% of the samples contain at least 3 red.