document.write( "Question 758578: In recent year, grade 10 new york state public school students taking a geometry mathematics assessment test had a mean raw score of 41 out of 88 total possible points with a standard deviation of 8. Assume that the scores are normally distributed. \r
\n" );
document.write( "\n" );
document.write( "a) Find the probability that a student had a score between 30 and 40.
\n" );
document.write( "b) What percent of the students scored less than 45?
\n" );
document.write( "c) if 108 students took the test, how many had a test score of 49 and higher? \n" );
document.write( "
Algebra.Com's Answer #461578 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "In recent year, grade 10 new york state public school students taking a geometry mathematics assessment test had a mean raw score of 41 out of 88 total possible points with a standard deviation of 8. Assume that the scores are normally distributed. \n" ); document.write( "a) Find the probability that a student had a score between 30 and 40. \n" ); document.write( "b) What percent of the students scored less than 45? \n" ); document.write( "c) if 108 students took the test, how many had a test score of 49 and higher? \n" ); document.write( "-------------------------------------------------------------------------- \n" ); document.write( "Answer: \n" ); document.write( "a. Enter =normdist(40,41,8,TRUE) - normdist(30,41,8,TRUE) on EXCEL, the \n" ); document.write( " result is \n" ); document.write( "b. Enter =normdist(45,41,8,TRUE) on EXCEL, the \n" ); document.write( " result is \n" ); document.write( "c. Enter =108*(1 - normdist(49,41,8,TRUE)) on EXCEL, the \n" ); document.write( " result is \n" ); document.write( " \n" ); document.write( " |