I know that we are supposed to look at strings with n entries such that each entry lies in {0,1,2} (a ternary string), but I'm not quite sure where to go from here!
2026-03-31 05:42:39.1774935759
Combinatorial proof for $n\ge1$ of $3^n = \sum_{k=0}^n \binom{n}{k}(2^{n-k})$
98 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Hint: Try counting the number of ways to sort $n$ people into $3$ groups, where each person must be in exactly one group, in two ways.
Subhint for the right hand side:
Remark: This is the same as the argument you have in mind with strings. Each of the $n$ spots in the string represents a person, and each of $0,1,$ and $2$ represent the group that person would be in.