$$\sum_{i=0}^j {j \choose i}2^{j-i} = 3^j$$
My approach: I know the binomial way to do this is to think of the RHS as $(1+2)^j$ and then expand using binomial like so: $$(1+2)^j = \sum_{i=0}^j {j \choose i} \cdot 2^{j-i} \cdot 1^i$$ $$ = (1+2)^j = \sum_{i=0}^j {j \choose i} \cdot 2^{j-i}$$
But I am not sure how to do the combinatorial proof.
A combinatorical proof could go as follows: