document.write( "Question 855430: Assuming that the weights of newborn babies are normally distributed with mean 6.5 lbs and standard deviation 1.2lbs, how many babies in a group of 80 do we expect to weight more than 8.9lbs? \n" ); document.write( "
Algebra.Com's Answer #515354 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
m = 6.5
\n" ); document.write( "s = 1.21
\n" ); document.write( "z = (x-m)/s
\n" ); document.write( "x = 8.9
\n" ); document.write( "z = (8.9-6.5)/1.21 = 2.4/1.21 = 1.98
\n" ); document.write( "p(z < 1.98) = .9761 from the following z-score table
\n" ); document.write( "http://lilt.ilstu.edu/dasacke/eco148/ztable.htm
\n" ); document.write( "p(z > 1.98) = 1 - .9761 = .0239
\n" ); document.write( "out of 80 babies, .0239 * 80 = 1.912 are expected to be over 8.9 pounds.
\n" ); document.write( "
\n" ); document.write( "
\n" );