The average percentage of defective product is 10%. There were released 100 units of this product. What is a probability that there will be at least 2 defective products among them?
I tried to solve this with Bernoulli formula. So, lets say $m$ is a number of defective products. I need to find $P(m \geq 2)$. We can rewrite it like this: $P(m \geq 2) = 1 - P(m < 2) = 1 - P(m=0) - P(m=1)$. So, $P(m=0)= {100\choose 0} (0,9)^{100}$, $P(m=1)= {100\choose 1} (0,1)^{1} (0,9)^{99}$.
So, $P(m \geq 3) = 1 - {100\choose 0} (0,9)^{100} - {100\choose 1} (0,1)^{1} (0,9)^{99} = 1 - 0,00003 - 10 \cdot 0,00003 = 0,99967$
It seems like too high probability. Did i do everything right?
Your computation is correct, I get the same result. Also, it does not seem too high to me, since it is extremely unlikely that there is only one or even zero defective products among 100 at such a high deficiency rate.