document.write( "Question 721016: The probability that an appliance is in repair is 0.5. If an apartment complex has 100 such appliances, what is the probability that at least 60 will be in repair? Use the normal approximation to the binomial. \n" ); document.write( "
Algebra.Com's Answer #442180 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
The probability that an appliance is in repair is 0.5. If an apartment complex has 100 such appliances, what is the probability that at least 60 will be in repair? Use the normal approximation to the binomial.
\n" ); document.write( "------
\n" ); document.write( "mean = np = 100*0.5 = 50
\n" ); document.write( "std = sqrt(npq) = sqrt(50*0.5) = 5
\n" ); document.write( "------
\n" ); document.write( "P(59.5<= x <= 100.5) = ?
\n" ); document.write( "-------
\n" ); document.write( "z(59.5) = (59.5-50)/5 = -0.1
\n" ); document.write( "----
\n" ); document.write( "z(100.5) = (100.5-50)/5 = 50.5/5 = 10.1
\n" ); document.write( "----------
\n" ); document.write( "= P(-0.1<= z <=10.1) = 0.5398
\n" ); document.write( "=====================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=================
\n" ); document.write( "
\n" ); document.write( "
\n" );