document.write( "Question 821846: John is taking an exam, but hasn’t studied or gone to class all term. He figures on guessing all the answers and hoping to get lucky. The test contains 100 multiple-choice questions. Each question has 5 possible answers, only one of which is the correct answer. \r
\n" );
document.write( "\n" );
document.write( "What are John’s chances of scoring:\r
\n" );
document.write( "\n" );
document.write( "a. exactly 70 on the exam?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. 70 or better on the exam?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "c. 90 or better on the exam?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #494462 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The test contains 100 multiple-choice questions. Each question has 5 possible answers, only one of which is the correct answer. \n" ); document.write( "------ \n" ); document.write( "Binomial with n = 100 and p(correct) = 1/5 \n" ); document.write( "What are John’s chances of scoring: \n" ); document.write( "a. exactly 70 on the exam? \n" ); document.write( "P(x = 70) = 100C70(1/5)^70*(4/5)^30 = binompdf(100,1/5,70) = 4.29x10^-27 \n" ); document.write( "--------------------------------------- \r \n" ); document.write( "\n" ); document.write( "b. 70 or better on the exam? \n" ); document.write( "P(70<= x <=100) = 1 - binomcdf(100,1/5,69) = 0 to 9 decimal places \n" ); document.write( "-------------------------------------- \r \n" ); document.write( "\n" ); document.write( "c. 90 or better on the exam? \n" ); document.write( "P(90<= x <=100) = 1 - binomcdf(100,1/5,89) = 0 to 9 decimal places \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |