Am struggling to understand part of the answer to a question have done-
Qu- In a given population, 11% of the likely voters are African American. A survey using a simple random sample of 600 landline telephone numbers finds 8% African Americans. Is there evidence that the survey is biased?
To answer the question I found it quite simple. Set up H0: Survey is random H1: Survey is biased $ \hat p=0.08$ & $p=0.11 $
Calculated my t value using $ t=(\hat p - p)/SE(\hat p)$
where $SE(\hat p)= (\hat p(1− \hat p)/n)^{1/2} \\$
and got a t value of $t=2.72$ and rejected the null as the p value was less than 1%. According to the answers my method is correct, however it is also stated:
An alternative formula for $SE(\hat p )$ is $0.11(1-0.11)/n$ which is valid under the null hypothesis that p=0.11)
I imagine that the lack of square root there is just a mistype, however am I correct in assuming that what they've done is calculate the standard error using the population data rather than the sample data? Is that acceptable, because obviously it would produce a different t value. I'm aware that in most questions this wouldn't be possible, but in bernouilli distributions it is.
Thanks