document.write( "Question 464848: a student takes a 20 question, multiple choice exam with five choices for each question. if the student is guessing, find the following probabilities getting less than 5 questions right \n" ); document.write( "
Algebra.Com's Answer #318452 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a student takes a 20 question, multiple choice exam with five choices for each question. if the student is guessing, find the following probabilities getting less than 5 questions right
\n" ); document.write( "--------------
\n" ); document.write( "Binomial Problem with n = 20 and p = 1/5
\n" ); document.write( "---
\n" ); document.write( "P(0<= x <=4) = binomcdf(20,0.2,4) = 0.6296
\n" ); document.write( "============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "============
\n" ); document.write( "
\n" );