document.write( "Question 607889: Please help me solve this question\r
\n" );
document.write( "\n" );
document.write( "A test consists of 10 true or false questions. If the student guesses on each question: What is the mean number of correct answers? What is the standard deviation of the number of correct answers? \n" );
document.write( "
Algebra.Com's Answer #382942 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! mean:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "mu = np = 10*(0.5) = 5\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "standard deviation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sigma = sqrt(np(1-p)) = sqrt(10*(0.5)(1-0.5)) = sqrt(5*0.5) = sqrt(2.5) = 1.5811 \n" ); document.write( " |