document.write( "Question 884420: The final exam in a sociology course consists of 100 multiple-choice questions. Each question has five possible answers, and only one of them is correct. An unprepared student makes random guesses for all of the answers.
\n" );
document.write( " Find the mean and standard deviation for the number of correct answers for such students. \n" );
document.write( "
Algebra.Com's Answer #534295 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The final exam in a sociology course consists of 100 multiple-choice questions. Each question has five possible answers, and only one of them is correct. An unprepared student makes random guesses for all of the answers. \n" ); document.write( "Find the mean and standard deviation for the number of correct answers for such students. \n" ); document.write( "------------------ \n" ); document.write( "mean = np = 100(1/5) = 20 \n" ); document.write( "std = sqrt(npq) = sqrt(20(4/5)) = sqrt(16) = 4 \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------ \n" ); document.write( " |