document.write( "Question 1131526: The lengths of human pregnancies are normally distributed with a mean of 268 days and a standard deviation of 15 days. What is the probability that a pregnancy lasts at least 275 days? \n" ); document.write( "
Algebra.Com's Answer #748253 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The lengths of human pregnancies are normally distributed with a mean of 268 days and a standard deviation of 15 days. What is the probability that a pregnancy lasts at least 275 days? \n" ); document.write( "------------------------- \n" ); document.write( "z(275) = (275-268)/15 = 7/15 \n" ); document.write( "P(x >= 275) = P(z >= 7/15) = normalcdf(7/15,100) = 0.3204 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |