document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #323036 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .6(red)& q = .4
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\" n = 4
\n" ); document.write( "P(3 or 4 red) = P(3red) + P(4red) = 4(.6)^4*.4 + (.6)^4 = .4752
\n" ); document.write( "sry, did not read it properly:
\n" ); document.write( " 47.52% of the samples contain at least 3 red.
\n" ); document.write( " \n" ); document.write( "
\n" );