document.write( "Question 435219: There are 10 multiple choice problems on your test, with 4 choices each. What is the probability that you will get a minimum passing grade? \r
\n" );
document.write( "\n" );
document.write( "Minimum passing grade would be a 60% and above \n" );
document.write( "
Algebra.Com's Answer #301261 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 10 multiple choice problems on your test, with 4 choices each. What is the probability that you will get a minimum passing grade? \n" ); document.write( "Minimum passing grade would be a 60% and above \n" ); document.write( "-------------------- \n" ); document.write( ">=60% means >=6 correct problems. \n" ); document.write( "------------------------------ \n" ); document.write( "Binomial Problem with n = 10 and p = 1/4 \n" ); document.write( "--- \n" ); document.write( "P(x >= 6) = 1 - P(0<= x<=5) = 1-binomcdf(10,1/4,5) \n" ); document.write( "---- \n" ); document.write( "= 0.019728 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |