document.write( "Question 310174: consider a test with 50 multiple-choice questions, each with 5 options. If students guess radomly on the test, what is the expected mean and standard deviation? \n" ); document.write( "
Algebra.Com's Answer #221834 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! consider a test with 50 multiple-choice questions, each with 5 options. If students guess radomly on the test, what is the expected mean and standard deviation? \n" ); document.write( "------------- \n" ); document.write( "Binomial problem with n = 50 and p = 1/5 \n" ); document.write( "---- \n" ); document.write( "mean = np = 50*1/5 = 10 \n" ); document.write( "--- \n" ); document.write( "std = sqrt(npq) = sqrt(10(4/5)) = sqrt(8) = 2sqrt(2) \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |