document.write( "Question 909978: (i).The length of human pregnancies from conception to birth approximates a normal distribution with a mean of 266 days and a variance of 256 days. What proportion of all pregnancies will last between 240 days and 270 days (roughly between 8 and 9 months)? Draw a normal curve to illustrate your probability.\r
\n" );
document.write( "\n" );
document.write( "(ii). What length of time marks the shortest 70% of all pregnancies? Draw a normal curve to illustrate your probability.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #552168 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (i).The length of human pregnancies from conception to birth approximates a normal distribution with a mean of 266 days and a variance of 256 days. What proportion of all pregnancies will last between 240 days and 270 days (roughly between 8 and 9 months)? Draw a normal curve to illustrate your probability. \n" ); document.write( "Draw a normal curve ; plot mean = 266 in the middle ; plot 240 to the left \n" ); document.write( "adn 270 to the right of the mean. \n" ); document.write( "z(240) = (240-266)/16 = -26/16 = -13/8 \n" ); document.write( "z(270) = (270-266)/16 = 4/16 = 1/4 \n" ); document.write( "P(240 < x < 270) = P(-13/8< z < 1/4) = normalcdf(-13/8,1/4) = 0.5466 \n" ); document.write( "-------------------------------------------------------------------------- \n" ); document.write( " (ii). What length of time marks the shortest 70% of all pregnancies? Draw a normal curve to illustrate your probability. \n" ); document.write( "Find the z-value with a left tail of 0.7 \n" ); document.write( "invNorm(0.7) = 0.5244 \n" ); document.write( "--- \n" ); document.write( "Find the corresponding time value:: \n" ); document.write( "x = z*s + u \n" ); document.write( "x = 0.5244*16 + 266 = 274.39 days \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " \n" ); document.write( " |