document.write( "Question 619639: what is the probability that a student will answer at least nine questions correctly by random guessing on an exam with 10 multiple choice questions each of which has four options? \n" ); document.write( "
Algebra.Com's Answer #389745 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! what is the probability that a student will answer at least nine questions correctly by random guessing on an exam with 10 multiple choice questions each of which has four options? \n" ); document.write( "------------------------------- \n" ); document.write( "Binomial Problem with n = 10 and p(correct) = 1/4 \n" ); document.write( "-- \n" ); document.write( "P(9<= x <=10) = 1 - binomcdf(10,1/4,8) = 0.00002956 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |