In a voting intention polling, we use a a random sample of 400 people and the two candidates, party A and party B get 32% and 28% respectively. Check whether party A will win against party B with probability 99%.
I assume that, by "probability" they mean "confidence". So the question is, if with the given sample size, we can secure a 99% confidence interval that A will win.
All I managed to find is critical value *z for 99% confidence, $z = 2.58$.
Then we calculate $β = \frac {32}{100}$.
How do we continue?
Thank you very much.