document.write( "Question 1200442: Assume that a sample is used to estimate a population proportion p. Find the 95% confidence interval for a sample of size 203 with 39% successes. Enter your answer as an open-interval (i.e., parentheses) using decimals (not percents) accurate to three decimal places.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #834607 by Theo(13342)![]() ![]() You can put this solution on YOUR website! p = .39 \n" ); document.write( "q = 1 - .39 = .61 \n" ); document.write( "sample size is 203. \n" ); document.write( "standard error = sqrt(.39 * .61 / 203) = .0342333344. \n" ); document.write( "95% confidence interval is equal to plus or minus z = 1.959963986. \n" ); document.write( "z-score formula is z = (x - m) / s \n" ); document.write( "z is the z-score \n" ); document.write( "x is the sample mean proportion. \n" ); document.write( "m is the population mean proportion. \n" ); document.write( "s is the standard error. \n" ); document.write( "solve for x to get x = z * s + m which becomes: \n" ); document.write( "x = -1.959963986 * .0342333344 + .39 = .3229038975 at the lower limit. \n" ); document.write( "solve for x = 1.959963986 * .0342333344 + .39 = .4570961025 at the upper limit. \n" ); document.write( "round to 3 decial places to get: \n" ); document.write( "(.323,.457) as your answer. \n" ); document.write( "here's what it looks like, using the calculator at https://davidmlane.com/hyperstat/z_table.html \n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( " |