document.write( "Question 189512: The Academy of Orthopedic surgeons states that 90% of U.S women wear shoes that are too small for their feet. A researcher wants to be 95% confident that this proportion is within 2% of the true proportion. How large a sample is necessary? \r
\n" );
document.write( "\n" );
document.write( " Can you please show me how you get the answer? Thanks \n" );
document.write( "
Algebra.Com's Answer #142705 by stanbon(75887) ![]() You can put this solution on YOUR website! The Academy of Orthopedic surgeons states that 90% of U.S women wear shoes that are too small for their feet. A researcher wants to be 95% confident that this proportion is within 2% of the true proportion. How large a sample is necessary? \n" ); document.write( "--------------------------- \n" ); document.write( "Since E = z*sqrt(pq/n) \n" ); document.write( "sqrt(n) = [z*sqrt(pq)]/E \n" ); document.write( "And n = [z/E]^2*pq \n" ); document.write( "--------------------------- \n" ); document.write( "Your problem: \n" ); document.write( "n = [1.96/0.02]^2*(0.9*0.1) = 864.36 \n" ); document.write( "Rounding up n = 865 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |