document.write( "Question 1043430: In a survey of 3095 adults, 1415 say they have started paying bills online in the last year.
\n" );
document.write( "Construct a 99% confidence interval for the population proportion. Interpret the results. Round to three decimal places as needed \n" );
document.write( "
Algebra.Com's Answer #658576 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 99% CI is z*sqrt{ p*(1-p)/n} \n" ); document.write( "z=2.576 \n" ); document.write( "p=1415/3095=0.4572 \n" ); document.write( "1-p=0.5428 \n" ); document.write( "sqrt of {0.4572*0.5428/3095}=0.00895 \n" ); document.write( "multiply that by 2.576 to get the interval width on each side of the point estimate, which is 0.4572. \n" ); document.write( "0.023067 \n" ); document.write( "(0.434,0.480) \n" ); document.write( "We don't know the true proportion who stated they have started paying bills online in the last year, but we are extremely confident, 99% so, that the true number lies in the above interval. \n" ); document.write( " \n" ); document.write( " |