A popular fast food restaurant changed their burger recipe in response to concerns about the nutritional content of the food that it previously served. The restaurant claims that 97% of people cannot detect a difference in taste between the new and old burgers.
a. Assuming that this figure is correct, use a normal approximation to find the probability that in a random sample of 1000 individuals
i. at least 40 can taste a difference? (3)
ii. at most 5% can taste a difference? (2)
I started with i. And this is how it went
$$ x \sim b(1000, 0.03) \\ np = 30, \qquad np(1-p) = 29.1 \\ X \sim N(30,29.1) \\ \Longrightarrow p(Z >= 40-30/5.4 = 1.85 \\ Z = 0.0322 $$
Now i can not figure out how to start part ii, could anyone give some advice?