document.write( "Question 1149653: During a period of 11 years, of 1800 that were selected for grand jury duty, 25% of them were immigrants. Construct a 99% confidence interval for the percentage of grand jury members who were immigrants. \n" ); document.write( "
Algebra.Com's Answer #770989 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Given information \n" ); document.write( "The value \"11 years\" is not used at all. \n" ); document.write( "phat = 0.25 is the sample proportion \n" ); document.write( "n = 1800 is the sample size\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "At 99% confidence, the critical z value is approximately z = 2.576 \n" ); document.write( "I used this table to find the critical z value. A similar table should be found in the appendix section of your textbook. \n" ); document.write( "If you choose to use the table I have linked, then locate the bottom row that shows \"99% confidence level\". Afterward look just above that to find 2.576 \n" ); document.write( "Alternatively you can use the invNorm function on your TI83 or TI84 calculator to get the same approximate value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Lets compute the lower bound (L) and the upper bound (U) of the confidence interval. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "L = lower bound of confidence interval \n" ); document.write( "L = phat - z*sqrt(phat*(1-phat)/n) \n" ); document.write( "L = 0.25 - 2.576*sqrt(0.25*(1-0.25)/1800) \n" ); document.write( "L = 0.22370881009412 \n" ); document.write( "L = 0.22\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "U = upper bound of confidence interval \n" ); document.write( "U = phat + z*sqrt(phat*(1-phat)/n) \n" ); document.write( "U = 0.25 + 2.576*sqrt(0.25*(1-0.25)/1800) \n" ); document.write( "U = 0.27629118990588 \n" ); document.write( "U = 0.28\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The 99% confidence interval is (0.22, 0.28) \n" ); document.write( "This means at 99% confidence we can say 0.22 < p < 0.28, where p is the population proportion of immigrants selected for grand jury duty. \n" ); document.write( "This is over the time span of the 11 years mentioned. \n" ); document.write( " \n" ); document.write( " |