document.write( "Question 427346: i need to find the z values for a normal distribution
\n" );
document.write( "were the mean is 75 and standard deivation is 21
\n" );
document.write( "- the probability that exceeds 19%\r
\n" );
document.write( "\n" );
document.write( "and were the mean is 21 and the stanard deivation is 6
\n" );
document.write( "-the probability the exceed 21%\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #297331 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! i need to find the z values for a normal distribution \n" ); document.write( "where the mean is 75 and standard deviation is 21 \n" ); document.write( "- the probability that exceeds 19% \n" ); document.write( "Comment: \n" ); document.write( "a right tail: z = invNorm(0.81) = 0.8779 \n" ); document.write( "a left tail: z ininvNorm(0.19) = -0.8779 \n" ); document.write( "--- \n" ); document.write( " \n" ); document.write( "and where the mean is 21 and the standard deviation is 6 \n" ); document.write( "-the probability the exceed 21% \n" ); document.write( "Comment: \n" ); document.write( "right tail: z = invNorm(0.79) = 0.8064 \n" ); document.write( "a left tail: z = invNorm(0.21) = -0.8064 \n" ); document.write( "=================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |