document.write( "Question 677849: 40 multiple choice questions, 4 possible answers for each question, only one correct answer, if random guesses for all questions, what is the mean and standard deviation for number of correct answers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #421089 by stanbon(75887) ![]() You can put this solution on YOUR website! 40 multiple choice questions, 4 possible answers for each question, only one correct answer, if random guesses for all questions, what is the mean and standard deviation for number of correct answers? \n" ); document.write( "----- \n" ); document.write( "mean = np = 40*(1/4) = 10 \n" ); document.write( "----- \n" ); document.write( "std = sqrt(npq) = sqrt(10*(3/4) = sqrt(7.5) = 2.7386\r \n" ); document.write( "\n" ); document.write( "======================= \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |