document.write( "Question 1161899: A U.S. Travel Data Center’s survey of 1500 randomly selected adults found that 42% of respondents stated that they favor historical sites as vacations. Find the 95% confidence interval of the true proportion of all adults who favor visiting historical sites for vacations \n" ); document.write( "
Algebra.Com's Answer #785581 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
95% CI half-interval is z*sqrt(p*(1-p)/n) where z=1.96 and p=0.42
\n" ); document.write( "so the half-interval is 1.96 *sqrt(.42.*58/1500)
\n" ); document.write( "=0.025
\n" ); document.write( "the CI is p hat+/- half-interval or (0.395, 0.445)\r
\n" ); document.write( "\n" ); document.write( "Go to STAT TESTS A ENTER and put in 630 1500 and 0.95 for CI and ENTER. The 630 comes from 1500*0.42, the number of people who stated they favored.
\n" ); document.write( "
\n" );