document.write( "Question 155365: So we have a normal distribution of test scores. Mean score is 120; std deviation is 20.\r
\n" );
document.write( "\n" );
document.write( " What is the z-value of a test score of 160??
\n" );
document.write( "
\n" );
document.write( "What is the probability of selecting a test score from the group.... a test score between 120 and 160??\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #114408 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! So we have a normal distribution of test scores. \n" ); document.write( "Mean score is 120; std deviation is 20. \n" ); document.write( "What is the z-value of a test score of 160?? \n" ); document.write( "z(160) = (160-120)/20 = 2 \n" ); document.write( "----------------------------------\r \n" ); document.write( "\n" ); document.write( "What is the probability of selecting a test score from the group.... a test score between 120 and 160?? \n" ); document.write( "z(120) = (120-120)/20 = 0 \n" ); document.write( "-------------------------- \n" ); document.write( "P(120 < x < 160) = P(0 < z < 2) = 0.4773 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |