document.write( "Question 281709: A student takes a 20-question, multiple choice exam with five choices for each question and guesses on each question. Assuming for each question only one of the five choices is correct, what is the mean number of questions the student could get correct by guessing? \n" ); document.write( "
Algebra.Com's Answer #204691 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 and guesses on each question. Assuming for each question only one of the five choices is correct, what is the mean number of questions the student could get correct by guessing?
\n" ); document.write( "--------------------------------------
\n" ); document.write( "Binomial Problem:
\n" ); document.write( "n = 20 ; p = 1/5
\n" ); document.write( "----
\n" ); document.write( "mean = np = (1/5)20 = 4
\n" ); document.write( "---------------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );