document.write( "Question 1202821: The Tennessee Tourism Institute (TTI) plans to sample information center visitors entering the state to learn the fraction of visitors who plan to camp in the state. Current estimates are that 35% of visitors are campers.\r
\n" );
document.write( "\n" );
document.write( "How many visitors would you sample to estimate the population proportion of campers with a 95% confidence level and an error of 2%? \n" );
document.write( "
Algebra.Com's Answer #838066 by Boreal(15235) You can put this solution on YOUR website! proportion error=CI*sqrt(p*(1-p)/n) \n" ); document.write( "0.02=1.96*sqrt((0.35*0.65/n)) \n" ); document.write( "square both sides \n" ); document.write( "0.0004=3.8416*0.2275/n \n" ); document.write( "n=2185 rounded upward \n" ); document.write( " |