document.write( "Question 1182977: We wish to estimate what percent of adult residents in a certain county are parents.
\n" ); document.write( "Out of 100 adult resident sampled, 35 had kids.
\n" ); document.write( "Based on this, construct a 99% confidence interval for the proportion p of adult residents who are parents in this county.
\n" ); document.write( "Answer in tri-inequality form.
\n" ); document.write( "Answer as decimals, to 3 places.
\n" ); document.write( "Express the same answer using the point estimate and margin of error.
\n" ); document.write( "Answer as decimals, to 3 places.
\n" ); document.write( "

Algebra.Com's Answer #813263 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is a one-proportion z-interval
\n" ); document.write( "half-interval for 99% is z(0.995)*sqrt(p*(1-p)/n)
\n" ); document.write( "=2.576*sqrt(0.35*0.65/100)
\n" ); document.write( "=0.1228, or 0.123
\n" ); document.write( "so the 99%CI is (0.227, 0.477)
\n" ); document.write( "or 0.227 < p < 0.473
\n" ); document.write( "or 0.35+/-0.123
\n" ); document.write( "
\n" );