document.write( "Question 574576: A machine has 9 identical components which function independently. The probability that a component will fail is 0.2. The machine will stop working if more than three components fail. Find the probability that the machine will be working. \n" ); document.write( "
Algebra.Com's Answer #369138 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A machine has 9 identical components which function independently. The probability that a component will fail is 0.2. The machine will stop working if more than three components fail. Find the probability that the machine will be working. \n" ); document.write( "------- \n" ); document.write( "Binomial Problem with n = 9 and p(fail) = 0.02 \n" ); document.write( "--- \n" ); document.write( "P(0<= x <=3) = binomcdf(9,0.02,3) = 0.9993 \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |