document.write( "Question 923654: The estimate of the population proportion is to be within plus or minus .07, with a 98 percent level of confidence. The best estimate of the population proportion is .20. How large a sample is required? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "sample size? \n" );
document.write( "
Algebra.Com's Answer #560215 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! ME = .07, .07, with a 98 percent level of confidence \n" ); document.write( "p = .20 \n" ); document.write( "ME = .07 = 2.326(sqrt(.20*.80/n)) \n" ); document.write( "n = p(1-p)(z/E)^2 \n" ); document.write( "n = .16(2.326/.07)^2 = 177 rounded Up to the next Whole Number \n" ); document.write( " |