Question : three balls are to be placed in 3 different boxes not necessarily with one ball in each box. Any box can hold one two or 3 balls. Find the number of ways 3 balls which are of the same colour and therefore indistinguishable can be arranged.
My solution : I looked at the possibilities for this
3 balls in each box = 3 possibilities
1 ball in a box = 1 possibility
Then 2 balls in 1 box , 1 in another box and one box without any = 6 possibilities
Hence total ways is 10?
I would like to know if I'm correct and if there is an easier way to do this
OK let's try this.
How many balls in the first box? If it is three we are done. There is one way.
If it is two then there is one ball left over. There are two places to put that. Two more ways.
If it is one then we have two balls left over. There are three ways of placing those (1,1),(2,0),(0,2)
If it is none then there are four ways (0,3),(1,2),(2,1) or (3,). This is four more.
In total we have $1+2+3+4$ which I'm going to call $10$.
Hey, we have the same answer so I think you are right! :)