document.write( "Question 374488: If the mean of a normal distribution is 70 and the standard deviation is 3, what is the z-value for 73?
\n" ); document.write( "given that the heights are normally distributed with a mean of 70 inches and a standard deviation of 3 inches, what is the probability of a person chosen at random having a height between 67 and 73 inches?- here I have used the Bell shape with 99.7% within the 3 standard deviation range. I am thinking I am correct on this but not sure.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #266410 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Probability of being within 1 standard deviation ~68%... within two standard deviations from the mean ~95% and ... within 3 standard deviations ~99.7% Probability of a person chosen at random having a height between 67 and 73 inches is within '1 standard deviation of the mean' in this example (mean of 70 inches and a standard deviation of 3 inches)\r
\n" ); document.write( "\n" ); document.write( "Long hand:
\n" ); document.write( "P(height between 67 and 73 )
\n" ); document.write( "z = 73-70/3 = 1
\n" ); document.write( "z = 67-70/3 = -1 \r
\n" ); document.write( "\n" ); document.write( "NORMSDIST(1) = .84135
\n" ); document.write( "NORMSDIST(-1)= .15866
\n" ); document.write( "P( height between 67 and 73) = .84135 - .15866 = .6827
\n" ); document.write( "
\n" );