document.write( "Question 137808: A student takes a 10 question multiple choice test (each with four options, A-D) without studying or attending class. He plans to guess. A score of 6 out of 10 is needed to pass, 8 out of 10 for high pass.
\n" );
document.write( "a. What are his chances of passing by guessing?
\n" );
document.write( "b. What are his chances of a high pass just by guessing?
\n" );
document.write( "c. Should he manage to pass, how likely would it be a high pass? \n" );
document.write( "
Algebra.Com's Answer #100758 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A student takes a 10 question multiple choice test (each with four options, A-D) without studying or attending class. He plans to guess. \n" ); document.write( "--------------------------- \n" ); document.write( "A score of 6 out of 10 is needed to pass, \n" ); document.write( "8 out of 10 for high pass. \n" ); document.write( "--------------- \n" ); document.write( "It is a binomial problem with p = 1/4, n=10 \n" ); document.write( "a. chances of passing by guessing? P(x>=6) = 1-binomcdf(10,0.25,5)=0.01928 \n" ); document.write( "b. chances of a high pass just by guessing?= 1-binomcdf(10,0.25,7)=0.0004158.. \n" ); document.write( "c. Should he manage to pass, how likely would it be a high pass? \n" ); document.write( "P(high pass| pass) = P(high pass AND Pass)/P(pass)=0.0004158/0.01928=0.02157 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |