document.write( "Question 1050445: The lengths of a particular animal's pregnancies are approximately normally distributed, with mean = 278 days and standard deviation = 16 days.
\n" );
document.write( "
\n" );
document.write( "(a) What proportion of pregnancies lasts more than 290 days?
\n" );
document.write( "(b) What proportion of pregnancies lasts between 274 and 286 days?
\n" );
document.write( "(c) What is the probability that a randomly selected pregnancy lasts no more than 258 days?
\n" );
document.write( "(d) A \"very preterm\" baby is one whose gestation period is less than 238 days. Are very preterm babies unusual?\r
\n" );
document.write( "\n" );
document.write( "How can I solve this (preferably) using a TI calculator? \n" );
document.write( "
Algebra.Com's Answer #666034 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean = 278 days and standard deviation = 16 days. \n" ); document.write( "a) P(>290) \n" ); document.write( " TI syntax is normalcdf(smaller, larger, µ, σ). \n" ); document.write( "P(>290) = normalcdf(290, 9999, 278, 16) Note: Placeholder 9999 \n" ); document.write( "b)P(274 ≤ x ≤ 286)= normalcdf(274, 286, 278, 16) \n" ); document.write( "c) P(x ≤ 258) = normalcdf(-9999, 258, 278, 16) \n" ); document.write( "d) P(x < 238) = normalcdf(-9999, 238, 278, 16) \n" ); document.write( "Since this is a continuous function, we have P(x < 238) = P(x ≤ 238).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |