There's a question that asks how many $4$-element multisets are there whose elements are taken from the set $\{a, b, c\}$.
I thought that there were $3$ options for each element, but they listed all the options and there are $15$. What am I thinking wrong?
Thanks in advance.
Hint: Call $x_a,x_b,x_c$ the number of times you will have $a,b,c$ in the multiset, then you know that $x_a+x_b+x_c=4 $ and $x_a,x_b,x_c\geq 0.$ Probably you are not taking into account that at the end you need to have exactly $4$ elements.