If $Y$ has a binomial distribution with $n$ trials and probability of success $p,$ show that the moment-generating function for $Y$ is $m(t) = (pe^t + q)^n,$ where $q = 1 − p.$
I got to $$m(t) = E(e^{tY}) = \sum_{y=0}^n \binom{n}{y}(pe^t)^yq^{n-y}.$$ How to go from here?