document.write( "Question 1176919: Use the Normal Approximation to the Binomial Distribution to compute the probability of passing a true/false test of 30 questions if the minimum passing grade is 60% and all responses are random guesses. \n" ); document.write( "
Algebra.Com's Answer #805052 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
n=30 p=0.5
\n" ); document.write( "mean is np=15
\n" ); document.write( "variance is np(1-p)=7.5
\n" ); document.write( "sd is sqrt (V)=2.74
\n" ); document.write( "need to get 18 or more right
\n" ); document.write( "z > (17..5-15)/2.74 or > 2.5/2.74 or 0.91
\n" ); document.write( "that probability is 0.1814, using the normal approximation
\n" ); document.write( "the exact value is 0.1808
\n" ); document.write( "
\n" ); document.write( "
\n" );