document.write( "Question 1072204: 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 #687079 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! at most 10 is z < (10-14)/2.1 or -1.905 \n" ); document.write( "probability z < -1.905 is 0.0284 or 2.84% \n" ); document.write( "=========================== \n" ); document.write( "z value for the 76th percentile is 0.705 \n" ); document.write( "0.705=(x-14)/2.1 \n" ); document.write( "1.4805-x-14 \n" ); document.write( "x=15.48 lb. \n" ); document.write( "========================== \n" ); document.write( "That is 10% on each side which corresponds to a z value of +/-1.28 \n" ); document.write( "1.28=(x-14)/2.1 \n" ); document.write( "x-14=2.69 \n" ); document.write( "x=16.69 lb top end \n" ); document.write( "x=11.31 pounds bottom end \n" ); document.write( "(11.31 lb, 16.69 lb) is the interval. \n" ); document.write( " |