document.write( "Question 1178760: The height of babies are normally distributed with a mean of 65 centimeter and a standard deviation of 9 centimeter. find the percentage of the followong baby heights
\n" ); document.write( "- less than 54 centimeter
\n" ); document.write( "-at least 80 centimeter (more)
\n" ); document.write( "-between 70 and 86 centimer (between)
\n" ); document.write( "

Algebra.Com's Answer #808175 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Hi\r\n" );
document.write( "normally distributed:  µ = 65 and σ = 9\r\n" );
document.write( "Using a TI 0r similarly an inexpensive calculator like Casio fx-115 ES plus:\r\n" );
document.write( "Continuous curve:\r\n" );
document.write( "P(x < 54) = P(x ≤ 54) =  normalcdf(-9999,54,65,9) = .1108\r\n" );
document.write( "P(x> 80) = 1 - P(x ≤ 80) = 1 - normalcdf(-9999,80,65,9) = 1- .9522 = .1478\r\n" );
document.write( "P(70 < x < 86) = normalcdf(70,86,65,9) = .2794\r\n" );
document.write( "\r\n" );
document.write( "Important You feel comfortable using Your calculator\r\n" );
document.write( "and knowing it can be used for in-class testing.\r\n" );
document.write( "Wish You the Best in your Studies.\r\n" );
document.write( "
\n" ); document.write( "
\n" );