document.write( "Question 909890: How many women (of the 2000) can be expected to have heights between 55 and 66 inches, 60 and 70 inches? Data were normally distributed with a mean of 64 inches and standard deviation of 4 inches \n" ); document.write( "
Algebra.Com's Answer #552090 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
normalcdf(55,66,64,4)times 2000
\n" ); document.write( "normalcdf(60,70,64,4)times 2000
\n" ); document.write( "
\n" );