document.write( "Question 1050168: The length of human pregnancies from conception to birth varies according to a distribution that is approximately Normal with mean 266 days and standard deviation 16 days. What is the probability that the average pregnancy length for six randomly chosen women exceeds 270 days? \n" ); document.write( "
Algebra.Com's Answer #665758 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
\"z+=blue+%28x+-+mu%29%2Fblue%28sigma%2Fsqrt%28n%29%29\"
\n" ); document.write( "P(x>270) = 1 - P(<=270) = 1- P(z<= (270-266)/(16/sqrt(6)) = 1- P(z<= .6124)
\n" ); document.write( "P(z<= .6124) = .73
\n" ); document.write( "P(x>270) = 1- P(z<= .6124) = 1 -.73 = .27
\n" ); document.write( "
\n" );