document.write( "Question 1086255: A report states that 40% of home owners had a vegetable garden. How large a sample is needed to estimate the true proportion of home owners who have vegetable gardens to within 3% with 99% confidence? \n" ); document.write( "
Algebra.Com's Answer #700552 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
interval is 0.03
\n" ); document.write( "2.576*SE is 99% confidence
\n" ); document.write( "SE is sqrt (0.4)(0.6) or p(1-p)/n
\n" ); document.write( "Therefore,
\n" ); document.write( "0.03=2.576* sqrt (0.24/n)
\n" ); document.write( "square both sides
\n" ); document.write( "0.0009=6.64*0.24/n
\n" ); document.write( "0.0009n=1.59. I haven't rounded, but dividing now by 0.0009 gives n=1769.54, or 1770.
\n" ); document.write( "
\n" );