document.write( "Question 509819: A company's records indicate that 90% are error free. If 8 records are randomly selected, what is the probability that at least 2 records have no errors? \n" ); document.write( "
Algebra.Com's Answer #341613 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company's records indicate that 90% are error free. If 8 records are randomly selected, what is the probability that at least 2 records have no errors? \n" ); document.write( "------------ \n" ); document.write( "Binomial Problem with n = 8 and p = 0.9 \n" ); document.write( "--- \n" ); document.write( "P(2<= x <=8) \n" ); document.write( "= 1 - P(0<= x <=1) \n" ); document.write( "= 1 - 0.00000073 \n" ); document.write( "= 0.9999927 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |