Each single gene mutates with probability $p$, independently on the others, and you consider $n$ genes. Thus the number of genes $X$ which mutate is binomial $(n,p)$, that is, $$ P(X=k)={n\choose k}p^k(1-p)^{n-k}. $$ The regime you are interested in seems to be when $n$ is large and $p$ small. Then the arch classical approximation of binomial $(n,p)$ is Poisson with parameter $np$, that is, $$ P(X=k)\approx\mathrm{e}^{-\lambda}\lambda^k/k!,\qquad\lambda=np. $$ Some relevant keywords here are _Poisson approximation_ or the _law of rare events_. You could also read this page and/or describe more precisely the kind of approximation you are interested in.