document.write( "Question 863318: The probability of a machine breaking down on any single day is 0.05. What is the probability that there will be 2 or more breakdowns over a 14 day period? \n" ); document.write( "
Algebra.Com's Answer #520313 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "p = .05, n = 14
\n" ); document.write( "P(x ≥ 2) = 1 - binomcdf(14, .05, 1)= .153 or 15.3% \n" ); document.write( "
\n" );