document.write( "Question 1197542: We wish to estimate what percent of adult residents in a certain county are parents. Out of 400 adult residents sampled, 288 had kids. Based on this, construct a 99% confidence interval for the proportion p of adult residents who are parents in this county.\r
\n" );
document.write( "\n" );
document.write( "Express your answer in tri-inequality form. Give your answers as decimals, to three places.\r
\n" );
document.write( "\n" );
document.write( " < p <
\n" );
document.write( " Express the same answer using the point estimate and margin of error. Give your answers as decimals, to three places.\r
\n" );
document.write( "\n" );
document.write( "p =
\n" );
document.write( "
\n" );
document.write( "±
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #830844 by math_tutor2020(3816)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "At 99% confidence, the z critical value is roughly z = 2.576 \n" ); document.write( "Use a table like this \n" ); document.write( "https://www.sjsu.edu/faculty/gerstman/StatPrimer/t-table.pdf \n" ); document.write( "to get that value. Look at the bottom row labeled \"Z\" and above the 99% confidence level.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Alternatively, you can use the NormInv function on a spreadsheet to calculate the z critical value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 288 = number of people who have children \n" ); document.write( "n = 400 = sample size \n" ); document.write( "phat = sample proportion of people who have children \n" ); document.write( "phat = x/n \n" ); document.write( "phat = 288/400 \n" ); document.write( "phat = 0.72\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "E = margin of error \n" ); document.write( "E = z*sqrt(phat*(1-phat)/n) \n" ); document.write( "E = 2.576*sqrt(0.72*(1-0.72)/400) \n" ); document.write( "E = 0.058\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "L = lower boundary of the confidence interval \n" ); document.write( "L = phat - E \n" ); document.write( "L = 0.72 - 0.058 \n" ); document.write( "L = 0.662\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "U = upper boundary of the confidence interval \n" ); document.write( "U = phat + E \n" ); document.write( "U = 0.72 + 0.058 \n" ); document.write( "U = 0.778\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The confidence interval in the format L < p < U is 0.662 < p < 0.778\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When written in the format phat ± E, we get 0.72 ± 0.058 \n" ); document.write( " \n" ); document.write( " |