Binomial distribution find n from formula

36 Views Asked by At

I have a formula and values P(X ≤ 20) = 0.95, k=20, p= 0.18 $$ \mathbb{P}[X=k] = \binom{n}{k} p^k (1-p)^{n-k} $$ and I need find $n$. Anybody know how ?