An auto parts company, produces cylinder liners for engines of 1.2 inches in average diameter with a standard deviation of 0.1 inches. Every piece has a diameter less than an inch or more than 1.4 inches, it will be rejected. Taking into account that the random variable "diameter of the jacket" is normally distributed, it is desired that you determine:
a) The probability that a shirt taken at random will be rejected.
b) If 60 shirts are produced in one day, what is the probability of finding more than 4 defects?
I was able to resolve the point a), which gave me a result of 0,0455. But I honestly don't know how to resolve the point b). I am asking the question because I want to learn from the answer, and not for the sake of having the answer. Thank you.
Let $p$ denote the probability from a). The probability of no flaws is $(1-p)^{60}$, probability of exactly one flaw is $60p(1-p)^{59}$ etc. You can also use CLT to get an approximate result.