I want you to check my calculations in the following question:
A manufacturer makes two sizes of elastic bands: large and small. 40% of the bands produced are large bands and 60% are small bands. Assuming that each pack of these elastic bands contains a random selection, calculate the probability that, in a pack containing 20 bands, there are
(i) equal number of large and small bands.
20C10 (0.40)^10(0.60)^10 = 0.117
(ii) more than 17 small bands.
Here I appled normal ditsribution because np = 20 * 0.60 =12 and nq= 8 ..both of them are greater than 8 so binomial can not be applied ..here is what i get when i apply normal distribution
P(Z > 17.5 - 12 / sqrt 4.8) = P(Z >2.510) = 1- 0.9940 = .006
but what I don't understand is that even in part(a) np and nq are greater than 5 but I still use binomial ...is that right ..i can't figure out another way to solve part(a)
(iii)An office pack contains 150 elastic bands.
Using a suitable approximation, calculate the probability that the number of small bands in the office pack is between 88 and 97.
My calculation :
X ~ N(90, 36)
P(87.5 <= X <= 97.5) = P ( -0.417 <=Z <= 1.25)
= 0.8944 - 1 + 0.6616 = 0.556