document.write( "Question 353762:  You are trying to estimate the average amount a family spends on food during a year.  In the past, the standard deviation of the amount a family spends on food during the year has been approximately $1,500
\n" );
document.write( "a.	If you want to be 95% sure that you have estimated average family food expenditures within $100, how many families do you need to survey?
\n" );
document.write( "b.	How many do you need to survey if you want to be 99% sure?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #252878 by stanbon(75887)      You can put this solution on YOUR website! You are trying to estimate the average amount a family spends on food during a year. In the past, the standard deviation of the amount a family spends on food during the year has been approximately $1,500 \n" ); document.write( "------------------------------------\r \n" ); document.write( "\n" ); document.write( "a. If you want to be 95% sure that you have estimated average family food expenditures within $100, how many families do you need to survey? \n" ); document.write( "Since E = zs/sqrt(n) \n" ); document.write( "n = [zs/E]^2 \n" ); document.write( "n = [1.96*1500/100]^2 = 865 when rounded up \n" ); document.write( "============================================= \n" ); document.write( "b. How many do you need to survey if you want to be 99% sure? \n" ); document.write( "n = [2.5758*1500/100]^2 = 1493 when rounded up \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |