Let N be the number that are greater than 12 out of the 100 sampled items. Then N is a binomial with pi = .1587 and n = 100. Using H&O page 797 we can approximate this by the pi = .15 column which give an answer of .0402 + .0270 + .0171 + .0103 + ... = .09.
Or we can use the fact that N is approximately a normal with a mean of 15.87 ( = n x pi) and a standard deviation of 3.65 = sqrt(n x pi x (1-pi)). So, P(N >= 20) = P(Z >= 1.15) = .5 - .3749 = .1251. Unfortunately, we also could do the calculation as P(N >= 20) = P(N > 19) = P(Z > .85) = .5 - .3023 = .2977.
Complex: Yes. Similar story.
Last modified: Wed Dec 22 14:57:39 EST 1999