How to use the binomial Theorem to prove that for all integers $x$ and $y$, $a\mid (a+b)^n-b^n$.
I am stuck after expanding the expression, which is $$ a \mid \sum_{m=0}^n \binom{n}{m}a^{n-m}b^m-b^n $$
Could anyone please give me a hint about how to proceed after this step? Greatly appreciated!
$$(a+b)^n - b^n = a^n + \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 + \ldots + \binom{n}{n-2}a^2b^{n-2} + \binom{n}{n-1}ab^{n-1} + b^n - b^n \\= a^n + \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 + \ldots + \binom{n}{n-2}a^2b^{n-2} + \binom{n}{n-1}ab^{n-1} = a\left(a^{n-1} + \binom{n}{1}a^{n-2}b + \binom{n}{2}a^{n-3}b^2 + \ldots + \binom{n}{n-2}ab^{n-2} + \binom{n}{n-1}b^{n-1}\right)$$
Thus $a \mid (a+b)^n - b^n$.