document.write( "Question 126062: A random sample of 100 students who took a statistics exam were asked their score on the exam. The mean score on the test was 50; the standard deviation was 10. The scores are normally distributed.
\n" );
document.write( "A) What percent of the students scored below 30?
\n" );
document.write( "B) What percent scored between 30 and 55?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #92373 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A random sample of 100 students who took a statistics exam were asked their score on the exam. The mean score on the test was 50; the standard deviation was 10. The scores are normally distributed. \n" ); document.write( "A) What percent of the students scored below 30? \n" ); document.write( "Find the t-score 30 \n" ); document.write( "t(30) = (30-50)/10 = -2 \n" ); document.write( "Find Prob(t<-2); you get 0.0241.. \n" ); document.write( "---------------------------- \n" ); document.write( "B) What percent scored between 30 and 55?\r \n" ); document.write( "\n" ); document.write( "t(55) = (55-30) / 10 = 2.5 \n" ); document.write( "t(30) = (30-30) / 10 = 0 \n" ); document.write( "P(0 < t < 2.5) = 0.4929..\r \n" ); document.write( "\n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |