I am doing the following question.
If i have a box of $20$ soccer balls and the independent chance of a soccer ball of being flat is $0.1$. What is the probability of having at least $4$ flat soccer balls.
Now given the question I have decided to calculate $$ P(X=0 \vee 1 \vee 2 \vee 3) $$ and then take this from one.
Starting with $0$ I get an answer of approx. $0.12$ using the binomial distribution equation. But for $P(X=1)$ I am getting $2.4\ldots$ something by going $$ \binom{20}{1} \times 0.9^1 (1-0.9)^{19} $$
I am confused, why am I not getting $.270$ which is the answer I want.
Sorry for tags I have no idea how to put them in.
So my question, why am i getting the wrong answer for my equation?