document.write( "Question 1041478: A teacher is comparing test grades for a yearly test in her Algebra class. The
\n" );
document.write( "mean of the scores is 78% and has a standard deviation of 3.8. Which range gives the set of values that are within two standard deviations of the mean?\r
\n" );
document.write( "\n" );
document.write( "A.) 74.2 - 81.8
\n" );
document.write( "B.) 70.4 - 85.6
\n" );
document.write( "C.) 74.2 - 85.6
\n" );
document.write( "D.) 70.4 - 81.8
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #656445 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! mean = 0.78 \n" ); document.write( "standard deviation = 0.038\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "lower bound = 0.78-2*0.038 = 0.704 = 70.4% \n" ); document.write( "upper bound = 0.78+2*0.038 = 0.856 = 85.6%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the final answer is choice B \n" ); document.write( " \n" ); document.write( " |