document.write( "Question 238363: a student takes a 20 question multiple choice exam with 5 choices for each question and guesses on each question. find the probability of guessing at least 15 out of the 20 correctly. \n" ); document.write( "
Algebra.Com's Answer #175153 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a student takes a 20 question multiple choice exam with 5 choices for each question and guesses on each question. find the probability of guessing at least 15 out of the 20 correctly.
\n" ); document.write( "-----------------------
\n" ); document.write( "It is a binomial problem with n=20, p=1/5 ; 15<= x <=20
\n" ); document.write( "--------------------------
\n" ); document.write( "Prob = 1 - binomcdf(20,1/5,14) = 0.0000001803
\n" ); document.write( "====================================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );