document.write( "Question 508452: assume the scores on an achievent test taken by fifth graders are normally distributed with M=57 an Sd=7.5.
\n" ); document.write( "a. what % of student scored above the mean/
\n" ); document.write( "b.above what raw score do 5% of scores fall?
\n" ); document.write( "c. what % of students scored below a score of 50?
\n" ); document.write( "d. between what 2 raw scores do the middle 50% of these scores fall.\r
\n" ); document.write( "\n" ); document.write( " need to undersatnd the correct way to solve these types of problems.
\n" ); document.write( "green_m1@yahoo.com
\n" ); document.write( "

Algebra.Com's Answer #340998 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
assume the scores on an achievent test taken by fifth graders are normally distributed with M=57 an Sd=7.5.
\n" ); document.write( "-----------------------------------------------------------
\n" ); document.write( "a. what % of student scored above the mean:: you always have 50% above the mean.
\n" ); document.write( "---------------------------
\n" ); document.write( "b. above what raw score do 5% of scores fall?
\n" ); document.write( "Assuming you mean the top 5%:
\n" ); document.write( "invNorm(0.95) = 1.645
\n" ); document.write( "score = 1.756*7.5+57 = 69.34
\n" ); document.write( "---------------------------
\n" ); document.write( "c. what % of students scored below a score of 50?
\n" ); document.write( "z(50) = (50-57)/7.5 = -7/7.5 = -0.9333
\n" ); document.write( "P(x < 50 = P(z < -0.9333) = normalcdf(-100,-0.9333) = 0.1753
\n" ); document.write( "------------------------
\n" ); document.write( "d. between what 2 raw scores do the middle 50% of these scores fall.
\n" ); document.write( "Lower limit has a left tail of 25%
\n" ); document.write( "The corresponding z-value is invnorm(0.25) = -0.6745
\n" ); document.write( "Lower limit score = -0.6745*7.5+57 = 51.94
\n" ); document.write( "-------------------
\n" ); document.write( "Upper limit has a right tail of 25%
\n" ); document.write( "Upper limit score = +0.6745*7.5+57 = 62.06
\n" ); document.write( "-----------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "need to undersatnd the correct way to solve these types of problems.
\n" ); document.write( "
\n" ); document.write( "
\n" );