document.write( "Question 1159859: A test consists of 10 multiple choice questions, each with five possible answers, only one of which is correct. Find the mean and the standard deviation of the number of correct answers. \n" ); document.write( "
Algebra.Com's Answer #782951 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
mean is np=10*0.2=2 answers
\n" ); document.write( "variance is np(1-p)=2*0.8=1.6 answers^2
\n" ); document.write( "sd is sqrt(V)=1.26 answers
\n" ); document.write( "
\n" );