The sum of two numbers $a$ and $b$ to the power of any number $n$ can be expressed as $(a + b)^n = \sum^n_{k=0}\binom{n}{k}a^kb^{n-k}$