document.write( "Question 257816: A multiple choice exam has 100 questions, each with five possible answers. If a student is just guessing at all the answers, the probablity that he or she gets more than 30 correct is \n" ); document.write( "
Algebra.Com's Answer #189726 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A multiple choice exam has 100 questions, each with five possible answers. If a student is just guessing at all the answers, the probablity that he or she gets more than 30 correct is \n" ); document.write( "---------------------- \n" ); document.write( "P(x>= 30) = 1 - binomcdf(100,1/5,29) = 0.01125... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |