document.write( "Question 469114: According to insurance records a car with a certain protection system will be recovered 92% of the time. Find the probability that 3 of 7 stolen cars will be recovered \n" ); document.write( "
Algebra.Com's Answer #321882 by stanbon(75887) ![]() You can put this solution on YOUR website! According to insurance records a car with a certain protection system will be recovered 92% of the time. Find the probability that 3 of 7 stolen cars will be recovered \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 7 and p = 0.92 \n" ); document.write( "---- \n" ); document.write( "P(x = 3) = 7C3(0.92)^3(0.08)^4 = binompdf(7,0.92,3) = 0.001116 \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |