document.write( "Question 437125: the final exam in a math coures consists of 40 multiple-choise question. each question has 4 possible answers, and only 1 of them is correct. an unprepared student makes random guesses for all of the answers. find the mean and standard deviation for the number of correct anwers for such student. \n" ); document.write( "
Algebra.Com's Answer #302427 by stanbon(75887) ![]() You can put this solution on YOUR website! the final exam in a math course consists of 40 multiple-choise question. each question has 4 possible answers, and only 1 of them is correct. an unprepared student makes random guesses for all of the answers. find the mean and standard deviation for the number of correct anwers for such student. \n" ); document.write( "---------------------- \n" ); document.write( "Binomial Problem with n=40 and p = 1/4 \n" ); document.write( "---- \n" ); document.write( "mean = np = (1/4)(40) = 10 \n" ); document.write( "std = sqrt[npq] = sqrt[10*(3/4)] = 2.7386 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |