document.write( "Question 647522: A psychologist studied self-esteem scores and found the sample data set to be normally distributed with a mean of 50 and a standard deviation of 5.\r
\n" );
document.write( "\n" );
document.write( "Part A**What raw score cuts off the bottom 10.03% of this distribution?\r
\n" );
document.write( "\n" );
document.write( "Steps:\r
\n" );
document.write( "\n" );
document.write( "What is the z-score that cuts off the bottom 10.03% of this distribution? \r
\n" );
document.write( "\n" );
document.write( "What is the raw score that cuts off the bottom 10.03% of this distribution? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Part B**What percentage of the scores is between 57.5 and 65?\r
\n" );
document.write( "\n" );
document.write( "Steps:\r
\n" );
document.write( "\n" );
document.write( "What is the z-score that corresponds to the raw score of 57.5? \r
\n" );
document.write( "\n" );
document.write( "What is the z-score that corresponds to the raw score of 65? \r
\n" );
document.write( "\n" );
document.write( "What percentage of the scores is between 57.5 and 65? \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Part C:**A raw score of 35 is associated with what percentile?\r
\n" );
document.write( "\n" );
document.write( "Steps:\r
\n" );
document.write( "\n" );
document.write( "What is the z-score associated with a raw score of 35? \r
\n" );
document.write( "\n" );
document.write( "A raw score of 35 is associated with what percentile? \r
\n" );
document.write( "\n" );
document.write( "Part D:**What raw scores mark the middle 34% of this distribution?
\n" );
document.write( "Steps:\r
\n" );
document.write( "\n" );
document.write( "What are the z-scores that mark the middle 34% of this distribution? The z-score below the mean is The z-score above the mean is
\n" );
document.write( "What is the raw score below the mean? \n" );
document.write( "
Algebra.Com's Answer #406270 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A psychologist studied self-esteem scores and found the sample data set to be normally distributed with a mean of 50 and a standard deviation of 5. \n" ); document.write( "Part A**What raw score cuts off the bottom 10.03% of this distribution? \n" ); document.write( "Steps: \n" ); document.write( "What is the z-score that cuts off the bottom 10.03% of this distribution? \n" ); document.write( "z = invNorm(0.1003) = -1.280 \n" ); document.write( "What is the raw score that cuts off the bottom 10.03% of this distribution? \n" ); document.write( "x = zs + u \n" ); document.write( "x = -1.280*5 + 50 = 43.6 \n" ); document.write( "======================================== \n" ); document.write( "Part B**What percentage of the scores is between 57.5 and 65? \n" ); document.write( "Steps: \n" ); document.write( "What is the z-score that corresponds to the raw score of 57.5? \n" ); document.write( "z(57.5) = (57.5-50)/5 = 1.5 \n" ); document.write( "--------------------------------- \n" ); document.write( "What is the z-score that corresponds to the raw score of 65? \n" ); document.write( "z(65) = (65-50)/5 = 3 \n" ); document.write( "--- \n" ); document.write( "What percentage of the scores is between 57.5 and 65? \n" ); document.write( "P(57.5<= x <=65) = P(1.5<= z <=3) = 0.0655 = 6.55% \n" ); document.write( "------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Part C:**A raw score of 35 is associated with what percentile? \n" ); document.write( "Steps: \n" ); document.write( "What is the z-score associated with a raw score of 35? \n" ); document.write( "z(35) = (35-50)/5 = -15/5 = -3 \n" ); document.write( "------------------------------------- \n" ); document.write( "A raw score of 35 is associated with what percentile? \n" ); document.write( "P(z < -3) = normalcdf(-100,-3) = 0.0013 = 0.13% \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "Part D:**What raw scores mark the middle 34% of this distribution? \n" ); document.write( "Steps: \n" ); document.write( "What are the z-scores that mark the middle 34% of this distribution? \n" ); document.write( "The z-score below the mean is \n" ); document.write( "z = invNorm(.50-0.17) = -0.44 \n" ); document.write( "---- \n" ); document.write( "The z-score above the mean is +0.44 \n" ); document.write( "--- \n" ); document.write( "What is the raw score below the mean? \n" ); document.write( "x = -0.44*5+50 = 47.8 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " \n" ); document.write( " |