document.write( "Question 906693: For a normal distribution that has a mean of 100, and a standard deviation of 8, determine the z-score for each of the following X values:\r
\n" );
document.write( "\n" );
document.write( "x= 108, Z= ? I got 1 is that correct?
\n" );
document.write( "x= 112, z= ? I got 1.5
\n" );
document.write( "x= 98, z= ? I got -0.25
\n" );
document.write( "x= 70, z= ? I got -3.75
\n" );
document.write( "x= 124 z= ? I got 3\r
\n" );
document.write( "\n" );
document.write( "Use the information above to determine the area: I don't know :(
\n" );
document.write( "p(x>108) =
\n" );
document.write( "p(x<98) =
\n" );
document.write( "p(92 < x< 108) =
\n" );
document.write( "p(84 < x < 116)=
\n" );
document.write( "p(x < 84) = \n" );
document.write( "
Algebra.Com's Answer #550019 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For a normal distribution that has a mean of 100, and a standard deviation of 8, determine the z-score for each of the following X values: \n" ); document.write( " x= 108, Z= ? I got 1 is that correct?:::: yes \n" ); document.write( "----------------------------- \n" ); document.write( " x= 112, z= ? I got 1.5:::: yes \n" ); document.write( "----------------------------------------- \n" ); document.write( " x= 98, z= ? I got -0.25 \n" ); document.write( " x= 70, z= ? I got -3.75 \n" ); document.write( " x= 124 z= ? I got 3 \n" ); document.write( "Use the information above to determine the area: I don't know :( \n" ); document.write( " p(x>108) = P (z > 1) = normalcdf(1,100) = 0.1587.. \n" ); document.write( "------------------------------ \n" ); document.write( " p(x<98) = p(z < -0.25) = normalcdf(-100,-0.25) = 0.4013 \n" ); document.write( "----------------------------------- \n" ); document.write( " p(92 < x< 108) = P(-1<= z <=1) = normalcdf(-1,1) = 0.6827 \n" ); document.write( "----------------------------------- \n" ); document.write( " p(84 < x < 116)= p(-2<= z <=2) = normalcdf(-2,2) = 0.9545 \n" ); document.write( "-------------- \n" ); document.write( " p(x < 84) = p(z < -2) = normalcdf(-100,-2) = 0.0228 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |