document.write( "Question 717102: The probability that a particular machine breaks down on any day is 0.2 and is independent of the breakdowns on any other day. The machine can break down only once per day. Calculate the probability that the machine breaks down two or more times in ten days.
\n" ); document.write( "(A) 0.0175 (B) 0.0400 (C) 0.2684 (D) 0.6242 (E) 0.9596
\n" ); document.write( "

Algebra.Com's Answer #440120 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
This is a binomial probability problem. The probability of a \"success\" is p = 0.2 since we want to determine the likelihodd of breakdown.
\n" ); document.write( "The general formula for the probability of m successes in n trials is:
\n" ); document.write( "P(m) = combin(n,m)*p^m*(1-p)^(n-m)
\n" ); document.write( "In this case there are 10 trials, so n = 10
\n" ); document.write( "P(2 or more) = 1 - P(less than 2)
\n" ); document.write( "P(0) = 0.107374
\n" ); document.write( "P(1) = 0.268435
\n" ); document.write( "So P(2 or more) = 1 - .1074 - 0.2684 = 0.6242 (D)
\n" ); document.write( "
\n" );