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 #552164 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
m = 266, sd = 16
\n" ); document.write( "I) normalcdf(240,270,266,16)
\n" ); document.write( "ii)z = inv Norm(.30) = (X-266)/16
\n" ); document.write( "16invNorm(.30) + 266 = X
\n" ); document.write( "
\n" );