document.write( "Question 523202: Suppose we have a population of scores with a mean (μ) of 200 and a standard deviation (σ) of 10. Assume that the distribution is normal. Provide answers to the following questions:\r
\n" );
document.write( "\n" );
document.write( " What score would cut off the top 5 percent of scores?
\n" );
document.write( " What score would cut off the bottom 5 percent of scores?
\n" );
document.write( " What score would cut off the top 2.5 percent of scores?
\n" );
document.write( " What score would cut off the bottom 2.5 percent of scores?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #347216 by stanbon(75887) ![]() You can put this solution on YOUR website! Suppose we have a population of scores with a mean (μ) of 200 and a standard deviation (σ) of 10. Assume that the distribution is normal. Provide answers to the following questions: \n" ); document.write( "--- \n" ); document.write( "I'm using a TI-84 to do the calculations: \n" ); document.write( "-------- \n" ); document.write( "What score would cut off the top 5 percent of scores? \n" ); document.write( "Find the z-value with a left tail of 0.95: invNorm(0.95) = 1.645 \n" ); document.write( "Find the corresponding score value using x = zs+u \n" ); document.write( "x = 1.645*10 + 200 = 216.45 \n" ); document.write( "======================================================================== \n" ); document.write( "What score would cut off the bottom 5 percent of scores? \n" ); document.write( "Same procedure but z = -1.645 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "What score would cut off the top 2.5 percent of scores? \n" ); document.write( "invNorm(0.975) = 1.96 \n" ); document.write( "Then find the x-score \n" ); document.write( "----------------------------- \n" ); document.write( "What score would cut off the bottom 2.5 percent of scores? \n" ); document.write( "Same procedure but z = -1.96 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===========================\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |