document.write( "Question 849115: A machine has 5 identical components which function independently. The probability that a component will fail is 0.2 . The machine will stop working if at least 4 components fail. What is the probability that the machine will stop working?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #511387 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P(x≥ 4) = 1 – binomcdf(n, p, largest x-value)= 1 - binomcdf(5, .2, 3) \n" ); document.write( " |