Question 1206930
<font color=black size=3>
Answer: <font color=red size=4>271</font>


Explanation


The margin of error for a proportion is
E = z*sqrt(phat*(1-phat)/n)


Let's isolate n.
E = z*sqrt(phat*(1-phat)/n)
sqrt(phat*(1-phat)/n) = E/z
phat*(1-phat)/n = (E/z)^2
n/( phat*(1-phat) ) = (z/E)^2
n = phat*(1-phat)*(z/E)^2
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.


At 90% confidence, the z critical value is roughly z = 1.645
This is another thing to memorize or have on a reference sheet somewhere.


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".


We aren't told the value of phat, so the default is to go with phat = 0.5 which is the most conservative estimate. 
It's right at the midpoint of phat = 0 and phat = 1.


Here are the input values
z = 1.645 (approximate)
E = 0.05
phat = 0.5


Then we'll have the following
n = phat*(1-phat)*(z/E)^2
n = 0.5*(1-0.5)*(1.645/0.05)^2
n = 270.6025
n = <font color=red>271</font>


Always make sure to round UP to the nearest whole number when it comes to minimum sample size problems.
Refer to part (c) of <a href="https://www.algebra.com/algebra/homework/Probability-and-statistics/Probability-and-statistics.faq.question.1206824.html">this question</a> for more info.
</font>