
David B. answered 07/26/21
Math and Statistics need not be scary
Well, the answer will depend on what estimation method one wants to use. Does the instructor want to use a normal approximation or use the binomial/beta distribution method, which is more complex but more accurate?
Using the simple, but inaccurate, normal approximation we guess the population proportion/probability p hat by dividing 134/200 to get 0.67. (which is biased - the unbiased estimator is 0.6683)
Calculating the 90% confidence interval using the normal approximation we determine the margin of error (moe) by the formulae: moe = Z90% * sqrt(p*(1-p)/n).
moe = 1.645 * √(.67*.33/200) = 0.054690
The C.I. to 3 decimal places is therefore [ 0.615 , 0.725]
Using the exact calculations (Baysian)
The likely value (p hat) is .668. ; the C.I. is [0.626 , 0.710].
Which, while being more accurate, is certainly not the same as the normal approximation which is probably what your instructor is looking for.