I've been spinning my wheels on this for an embarrassing amount of time. This is not for an assignment, I'm just studying.
Three balls are placed at random in three boxes. There is no restriction on the number of balls per box; list the 27 possible outcomes of this experiment.
I could only come up with 10 where order of placing the balls into the boxes doesn't matter.
{(0,0,3), (0,1,2), (0,2,1), (0,3,0), (1,0,2), (1,1,1), (1,2,0), (2,0,1), (2,1,0), (3,0,0)}
What am I doing wrong?