Okay so here's the question:
Jason was given marbles of various colours in $4$ boxes: $3$ red marbles in the 1st box, $4$ green marbles in the 2nd box, $2$ yellow marbles in the 3rd box and $1$ black marble in the last box. How many ways can Jason choose at least $1$ marble from any of the boxes?
To solve this, I employed an approach learnt from a textbook, which is $2^{10} -1$, because I thought there are $2$ choices for each ball, picked or not, subtracting one which all are not selected. However, the answer is $4 \cdot 5 \cdot 3 \cdot 2$, its explanation being there are $4$ outcomes to three balls, which are not picked, $1$ picked, $2$ picked and so forth.
This makes me wonder how this question is different compared to another question, which is how many ways are there to select letters from a,b,c,d and e, with the solution being $2^5-1$. Why can't I use the same approach to the question above?