I am trying to answer the following problem but I barely understand the question and I've no idea how to proceed.
Calculate the value of $\sum\limits_{k = 0}^n 5^k\binom nk$ for cases where $n = 1,\;2,\;3$.
Could somebody please give me some pointers?
Thanks in advance
$$(a+b)^n = \sum_{k=0}^n \binom n k a^k b^{n-k}$$
Consider values of $a,b$ that help you match the formula you wish to calculate. For example, letting $b=1$ (and thus getting rid of the $b^{n-k}$ term) is quite tempting...
– PrincessEev Dec 07 '19 at 06:13