document.write( "Question 1191026: The lengths of pregnancies are normally distributed with a mean of 266 days and a standard deviation of 15 days. \r
\n" );
document.write( "\n" );
document.write( "a. Find the probability of a pregnancy lasting 309 days or longer.
\n" );
document.write( "b. If the length of pregnancy is in the lowest 4%, then the baby is premature. Find the length that separates premature babies from those who are not premature \n" );
document.write( "
Algebra.Com's Answer #822889 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "z=(309-266)/15=2.867 \n" ); document.write( "probability z > 2.867 is 0.0021. \n" ); document.write( "- \n" ); document.write( "the lowest 4% from the calculator or the table is -1.751 \n" ); document.write( "-1.751=(x-266)/15 \n" ); document.write( "-26.26=x-266 \n" ); document.write( "x=239.74 days or about 240 days is the cutoff. \n" ); document.write( " |