We let be the weight of a random potato from Maria's kitchen garden. We assume that is normally distributed with an mean of 200 grams and a standard deviation of 40 grams. Maria will pick up potatoes. She picks a random potato from the kitchen garden.
Maria picks up 500 random potatoes from the kitchen garden. How many of these potatoes can she expect to weigh at least 300 grams? \begin{aligned}p\left( x\geq 300\right) =p\left( \dfrac{x-\mu}{\sigma}\geq \dfrac{300-200}{40}\right) \\ =p\left( z\geq \dfrac{100}{40}\right) =p\left( z\geq 2,5\right) \\ =1-P\left( Z <2,5\right) =1-0,9938\\ =0,0062=0,0062\cdot 100=0,62\% \\ 0,62\% of 500=\dfrac{500\cdot 0,62}{100}=3,1\end{aligned} So 3 of 500 potatoes weight at least 300 g.
Now if we assume that the 500 potatoes are binomial distributed and the probability that each potato weigh at least 300 g is as before 0.0062.Let Y be stochastic variable representing the number of potatoes that weights at least $300 \,g$ then $P(Y=3)=0.224$ which is very low. Here there is a mismatch between normal and binomial distribution or maybe I am misunderstanding something here.