document.write( "Question 870330: A company ships cellphones in cartons of 10. In each carton, they estimate a 4% chance that one of the phones will need to be sent back for minor repairs. What is the probability that in a carton, at least two phones will need repair? \n" ); document.write( "
Algebra.Com's Answer #524806 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A company ships cellphones in cartons of 10. In each carton, they estimate a 4% chance that one of the phones will need to be sent back for minor repairs. What is the probability that in a carton, at least two phones will need repair?
\n" ); document.write( "-------
\n" ); document.write( "Binomial Problem with n = 10 and p(defect) =0.04
\n" ); document.write( "---
\n" ); document.write( "P(2<= x <=10) = 1 - P(0<= x <=1) = 1 - binomcdf(10,0.04,1) = 0.0502
\n" ); document.write( "==========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "====================
\n" ); document.write( "
\n" );