document.write( "Question 1180571: The U.S. Bureau of Labor Statistics reports that the average annual expenditure on food
\n" );
document.write( "and drink for all families is $5700 (Money, December 2003). Assume that annual expenditure
\n" );
document.write( "on food and drink is normally distributed and that the standard deviation is $1500.
\n" );
document.write( "a. What is the range of expenditures of the 10% of families with the lowest annual spending
\n" );
document.write( "on food and drink?
\n" );
document.write( "b. What percentage of families spend more than $7000 annually on food and drink?
\n" );
document.write( "c. What is the range of expenditures for the 5% of families with the highest annual spending
\n" );
document.write( "on food and drink? \n" );
document.write( "
Algebra.Com's Answer #850106 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to solve this problem:\r \n" ); document.write( "\n" ); document.write( "**a. Range of expenditures for the lowest 10%:**\r \n" ); document.write( "\n" ); document.write( "1. **Find the z-score:** We're looking for the 10th percentile of the distribution. Use a z-table or calculator to find the z-score that corresponds to 0.10 (or 10%) of the area to the *left* of the mean. This z-score is approximately -1.28.\r \n" ); document.write( "\n" ); document.write( "2. **Convert to expenditure:** Use the z-score formula to convert this to a dollar amount:\r \n" ); document.write( "\n" ); document.write( " x = μ + zσ \n" ); document.write( " x = $5700 + (-1.28)($1500) \n" ); document.write( " x = $5700 - $1920 \n" ); document.write( " x = $3780\r \n" ); document.write( "\n" ); document.write( "So, the range of expenditures for the lowest 10% of families is from $0 to $3780.\r \n" ); document.write( "\n" ); document.write( "**b. Percentage of families spending more than $7000:**\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the z-score:**\r \n" ); document.write( "\n" ); document.write( " z = (x - μ) / σ \n" ); document.write( " z = ($7000 - $5700) / $1500 \n" ); document.write( " z = $1300 / $1500 \n" ); document.write( " z ≈ 0.87\r \n" ); document.write( "\n" ); document.write( "2. **Find the probability:** Use a z-table or calculator to find the area to the *right* of z = 0.87. This represents the percentage of families spending more than $7000. P(z > 0.87) is approximately 0.1922 or 19.22%.\r \n" ); document.write( "\n" ); document.write( "**c. Range of expenditures for the highest 5%:**\r \n" ); document.write( "\n" ); document.write( "1. **Find the z-score:** We're looking for the 95th percentile (since we want the top 5%). Use a z-table or calculator to find the z-score that corresponds to 0.95 (or 95%) of the area to the *left* of the mean. This z-score is approximately 1.645.\r \n" ); document.write( "\n" ); document.write( "2. **Convert to expenditure:**\r \n" ); document.write( "\n" ); document.write( " x = μ + zσ \n" ); document.write( " x = $5700 + (1.645)($1500) \n" ); document.write( " x = $5700 + $2467.50 \n" ); document.write( " x = $8167.50\r \n" ); document.write( "\n" ); document.write( "So, the range of expenditures for the highest 5% of families is from $8167.50 and above.\r \n" ); document.write( "\n" ); document.write( "**Answers:**\r \n" ); document.write( "\n" ); document.write( "* a. The range of expenditures for the lowest 10% of families is from $0 to $3780. \n" ); document.write( "* b. Approximately 19.22% of families spend more than $7000 annually on food and drink. \n" ); document.write( "* c. The range of expenditures for the highest 5% of families is from $8167.50 and above. \n" ); document.write( " \n" ); document.write( " |