document.write( "Question 1072194: 1. The annual per capita consumption of ice cream (in pounds) in the United States can be approximated by a normal distribution with mean of 14 lbs and a standard deviation of 2.1 lbs.
\n" );
document.write( "
\n" );
document.write( "a. What percent of the population consumes at most 10 lbs yearly?
\n" );
document.write( "b. Jack estimates that 24% of the population eats more ice cream than he does. Find how much ice cream he eats per year.
\n" );
document.write( "c. Between what two values does the middle 80% of the consumption lie? \n" );
document.write( "
Algebra.Com's Answer #687103 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The annual per capita consumption of ice cream (in pounds) in the United States can be approximated by a normal distribution with mean of 14 lbs and a standard deviation of 2.1 lbs.\r \n" ); document.write( "\n" ); document.write( "a. What percent of the population consumes at most 10 lbs yearly? \n" ); document.write( "z(10) = (10-14)/2.1 = -1.9047 \n" ); document.write( "---- \n" ); document.write( "Find the percentage below that z-value \n" ); document.write( "P(x <= 10) = P(z <= -1.9047) = normalcdf(-100,-1.9047) = 0.0284 \n" ); document.write( "-------------- \n" ); document.write( "b. Jack estimates that 24% of the population eats -more ice cream than he does. Find how much ice cream he eats per year. \n" ); document.write( "Find the z-value with a right tail of 0.24 \n" ); document.write( "invNorm(0.76) = 0.7063 \n" ); document.write( "Find the corresponding raw score value:: \n" ); document.write( "x = 0.7063*2.1 + 14 \n" ); document.write( "x = 15.48 lbs (Amt. he consumes yearly) \n" ); document.write( "------------\r \n" ); document.write( "\n" ); document.write( "c. Between what two values does the middle 80% of the consumption lie? \n" ); document.write( "Find the z-value with a left tail of 10% \n" ); document.write( "invNorm(0.1) = -1.2816 \n" ); document.write( "Find the correspond lbs at +1.2816 and -1.2816 \n" ); document.write( "x = 1.2816*2.1+14 and x = -1.2816*2.1+14 \n" ); document.write( "Those are the upper and lower limits of the interval. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |