document.write( "Question 614879: A set of data is normally distributed with a mean of 500 and standard deviation of 100.
\n" );
document.write( "· What would be the standard score for a score of 433?
\n" );
document.write( "· What percentage of scores is between 500 and 433?
\n" );
document.write( "· What would be the percentile rank for a score of 433?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #386796 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A set of data is normally distributed with a mean of 500 and standard deviation of 100. \n" ); document.write( "· What would be the standard score for a score of 433? \n" ); document.write( "z(433) = (433-500)/100 = -67/100 = -0.67 \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "· What percentage of scores is between 500 and 433? \n" ); document.write( "z(500) = 0 \n" ); document.write( "P(433 < x < 500) = P(-0.67< z <0) = normalcdf(-0.67,0) = 0.2486 \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "· What would be the percentile rank for a score of 433? \n" ); document.write( "Ans: 0.5000-0.2486 = 0.2514 \n" ); document.write( "So Percentile for 433 is 25%ile \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |