document.write( "Question 1206930: A political candidate has asked his/her assistant to conduct a poll to determine the percentage of people in the community that supports him/her. If the candidate wants a 5% margin of error at a 90% confidence level, what size of sample is needed? Be sure to round accordingly.\r
\n" );
document.write( "\n" );
document.write( "The candidate would need to survey people in the community in order to be within a 5% margin of error at a 90% confidence level.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #844671 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: 271\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The margin of error for a proportion is \n" ); document.write( "E = z*sqrt(phat*(1-phat)/n)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's isolate n. \n" ); document.write( "E = z*sqrt(phat*(1-phat)/n) \n" ); document.write( "sqrt(phat*(1-phat)/n) = E/z \n" ); document.write( "phat*(1-phat)/n = (E/z)^2 \n" ); document.write( "n/( phat*(1-phat) ) = (z/E)^2 \n" ); document.write( "n = phat*(1-phat)*(z/E)^2 \n" ); document.write( "This formula comes up a lot so it's best to either memorize it, or write it down in your notes. The same can be said about the original formula mentioned.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "At 90% confidence, the z critical value is roughly z = 1.645 \n" ); document.write( "This is another thing to memorize or have on a reference sheet somewhere.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The error we want to have is E = 0.05 to represent being at most 5 percentage points off of the true proportion, ie a \"5% margin of error\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We aren't told the value of phat, so the default is to go with phat = 0.5 which is the most conservative estimate. \n" ); document.write( "It's right at the midpoint of phat = 0 and phat = 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here are the input values \n" ); document.write( "z = 1.645 (approximate) \n" ); document.write( "E = 0.05 \n" ); document.write( "phat = 0.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we'll have the following \n" ); document.write( "n = phat*(1-phat)*(z/E)^2 \n" ); document.write( "n = 0.5*(1-0.5)*(1.645/0.05)^2 \n" ); document.write( "n = 270.6025 \n" ); document.write( "n = 271\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Always make sure to round UP to the nearest whole number when it comes to minimum sample size problems. \n" ); document.write( "Refer to part (c) of this question for more info. \n" ); document.write( " \n" ); document.write( " |