document.write( "Question 883064: Suppose that people's heights (in centimeters) are normally distributed, with a mean of 170 and a standard deviation of 5. We find the heights of 50 people. (You may need to use the standard normal distribution table. Round your answers to the nearest whole number.)
\n" );
document.write( "(a) How many would you expect to be between 170 and 175 cm tall?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) How many would you expect to be taller than 176 cm?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #533328 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that people's heights (in centimeters) are normally distributed, with a mean of 170 and a standard deviation of 5. We find the heights of 50 people. (You may need to use the standard normal distribution table. Round your answers to the nearest whole number.) \n" ); document.write( " (a) How many would you expect to be between 170 and 175 cm tall? \n" ); document.write( "z(170) = (170-170)/5 = 0 \n" ); document.write( "---- \n" ); document.write( "z(175) = (175-170)/(5) = 1 \n" ); document.write( "P(170<= x <=175) = P(0<= z <= 1) = 0.3413 \n" ); document.write( "# expected between 170 and 175 cm is 0.3413*50 = 17.07 \n" ); document.write( "----------------------------------------------- \r \n" ); document.write( "\n" ); document.write( "(b) How many would you expect to be taller than 176 cm? \n" ); document.write( "z(176) = (176-170)/(5) = 1/5 \n" ); document.write( "P(x > 176) = P(z > 1/5) = normalcdf(1/5,100) = 0.42 \n" ); document.write( "# expected is 0.42*50 = 21 \n" ); document.write( "------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " \n" ); document.write( " |