document.write( "Question 1150274: Suppose that a market research firm is hired to estimate the percent
\n" );
document.write( "of adults living in a large city who have cell phones. 600 randomly selected
\n" );
document.write( "adult residents in this city are surveyed to determine whether they have cell
\n" );
document.write( "phones. Of the 600 people surveyed, 451 responded yes - they own cell phones.
\n" );
document.write( "Using a 90% confidence level, compute a confidence interval estimate for the true proportion of adults residents of this city who have cell phones and interpret
\n" );
document.write( "the confidence interval. \n" );
document.write( "
Algebra.Com's Answer #773051 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 90% CI has z=1.645 \n" ); document.write( "p hat is 451/600=0.752 \n" ); document.write( "half interval for a 1 sample proportion is z*sqrt(p*(1-p)/n); sqrt (0.751*0.249/600)=0.01765 \n" ); document.write( "z*se=0.029 \n" ); document.write( "90% CI=(0.723, 0.781) \n" ); document.write( "We don't know the true value, but we can be 90% confident it is in that interval. \n" ); document.write( " |