I would like some insight as to why the following expression is true.
$$\sum_{i=0}^n {{n}\choose{i}} 2^{n-i} = 3^n $$
I arrived at this relation in solving a subset problem, and I understand the left hand side in terms of a combinatorial approach to said problem. However, I am having trouble interpreting the right hand side as an equivalent expression, both logically (from a combinatorics perspective) and mathematically.
Note that $$3^n=(1+2)^n=\sum_{i=0}^{n}\binom{n}{i}\cdot 1^{i}\cdot 2^{n-i}=\sum_{i=0}^{n}\binom{n}{i}\cdot 2^{n-i}.$$
See here for more information.