document.write( "Question 1151591: A multiple-choice quiz has 200 questions, each with 4 possible answers, of which only 1 is the
\n" );
document.write( "correct answer. What is the probability that sheer guesswork yields from 25 to 30 correct
\n" );
document.write( "answers for 80 of 200 problems about which the student has no knowledge? \n" );
document.write( "
Algebra.Com's Answer #773593 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The probability of a correct answer is 1/4 so E(X) or mean is np or 20 (80*1/4) \n" ); document.write( "variance is np(1-p) or 20*0.75=15.5 \n" ); document.write( "sd is sqrt (V)=3.94\r \n" ); document.write( "\n" ); document.write( "guesswork between 25 and 30\r \n" ); document.write( "\n" ); document.write( "normal approximation from 24.5 to 30.5 to include both 25 and 30 (continuity correction factor)\r \n" ); document.write( "\n" ); document.write( "z=(24.5-20)/3.94=1.14 \n" ); document.write( "z=(30.5-20)/3.94=2.66 \n" ); document.write( "That probability is 0.1232\r \n" ); document.write( "\n" ); document.write( "the exact probability is 0.1194. Without the CCF, the calculated probability would be 0.0981 \n" ); document.write( " |