document.write( "Question 450023: Suppose a student takes a multiple choice test with 10 questions and he randomly guesses the answers (say he forgot to study). Each questions has five choices but only one right answer. What is the probability that he gets at least 7 right out of the 10 questions.
\n" );
document.write( "I am unsure how to work this problem.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #309604 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose a student takes a multiple choice test with 10 questions and he randomly guesses the answers (say he forgot to study). Each questions has five choices but only one right answer. What is the probability that he gets at least 7 right out of the 10 questions. \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 10 and p = 1/5 \n" ); document.write( "--- \n" ); document.write( "P(5<= x <=10) = 1-P(0<= x <=4) = 1-binomcdf(10,1/2,4) = 0.6230 \n" ); document.write( "================== \n" ); document.write( "I used a TI-84 to get the numbers. \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========== \n" ); document.write( " |