document.write( "Question 430388: If a set of normally distributed test scores have a mean equal to 70 and a standard deviation of 10, what percentage of these scores will be between:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "60 and 80 ? \r
\n" );
document.write( "\n" );
document.write( "50 and 90 ? \r
\n" );
document.write( "\n" );
document.write( "40 and 100 ? \n" );
document.write( "
Algebra.Com's Answer #298907 by robertb(5830) You can put this solution on YOUR website! Using the Empirical Rule, 68% would be between 60 and 80(within 1 sd of the mean), \n" ); document.write( "95% would be between 50 and 90 (within 2 sd's of the mean), and 99.7% would be between 40 and 100 (within 3 sd's of the mean.) \n" ); document.write( " |