Tom K. answered 11/14/20
Knowledgeable and Friendly Math and Statistics Tutor
.28 * 147 = 41.16
The sample percentage is less than 28% if x <= 41
Thus, the exact answer can be found in Excel using P(x <= 41) = binom.dist(41,147,.3,1) =
.3234.
The normal approximation to this is found using the sample mean .3 and sample standard deviation
√(p(1-p)/n) = √(.3*.7/147) = .037796
Then, P(x <= .28) = P(z <= (.28-.3)/.037796) = P(z <= -.52915) = in Excel, normsdist(-.52915) =
.2984