document.write( "Question 1063428: 4. Assuming that the heights (X) of college male students is normally distributed with a mean of 69 inches and standard deviation of 3 inches, calculate the probability that
\n" ); document.write( "a. x is less than or equal to 65 inches
\n" ); document.write( "b. x is greater than or equal to 65 inches but less than or equal to 70 inches
\n" ); document.write( "

Algebra.Com's Answer #678512 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Assuming that the heights (X) of college male students is normally distributed with a mean of 69 inches and standard deviation of 3 inches, calculate the probability that
\n" ); document.write( "a. x is less than or equal to 65 inches
\n" ); document.write( "z(65) = (65-69)/3 = -4/3
\n" ); document.write( "P(x <= 65) = P(z <= -4/3) = normalcdf(-100,-4/3) = 0.0912
\n" ); document.write( "-------------------------------------------------------------------
\n" ); document.write( "b. x is greater than or equal to 65 inches but less than or equal to 70 inches
\n" ); document.write( "z(65) = -4/3
\n" ); document.write( "z(70) = (70-69)/3 = 1/3
\n" ); document.write( "---
\n" ); document.write( "P(65<= x <=70) = P(-4/3<= z <= 1/3) = normalcdf(-4/3,1/3) = 0.5393
\n" ); document.write( "-------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-----------
\n" ); document.write( "
\n" ); document.write( "
\n" );