document.write( "Question 1175051: Suppose that total carbohydrate intake in 12-14 years old males is normally distributed with mean 124 g/1000 cal and standard deviation of 20 g / 1000cal.
\n" ); document.write( "a. What percent of boys in this age range have carbohydrate intake above 140 g/ 1000 cal?
\n" ); document.write( "b. What is the probability that a sample of 35 boys have a mean carbohydrate intake of greater than 120 g /100 cal?
\n" ); document.write( "

Algebra.Com's Answer #800606 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
z=(x-mean)/sd
\n" ); document.write( "so for a (140-124)/20 or z > 0.8
\n" ); document.write( "that probability is 0.2119 from the calculator 2ndVARS ENTER 2 normalcdf(.8,6) ENTER. The 6 is the std deviations to essentially 100%. Some use 1E99, 6 works, and it is easier. 7 would and 8 would, but 5 has some error.
\n" ); document.write( "-
\n" ); document.write( "for b z=(x bar-mean(/sigma/sqrt(n), since std error of sample is sigma/sqrt(n).
\n" ); document.write( "This is z> (120-124)/20/sqrt(35) or > -4*sqrt(35)/20= -1.18 and that probability is 0.8810
\n" ); document.write( "
\n" );