The question is - Out of 2 grapes, 3 mangoes & 4 apples, how many different selections can be made if each selection has at least one fruit of every kind?
Now, they have solved the problem using the following method
No. of ways = $(1+1)(1+1+1)(1+1+1+1)$ i.e. (one way of selecting 1 grape + one way of selecting 2 grapes)(...)(...)
1 because they are identical
My question is- Why can't I use the following?
$(1+1+1)(1+1+1+1)(1+1+1+1+1)$-1 i.e(1 way of selecting no grapes+ same as above)(...)(...)-1(i.e 1 way when no fruits where chosen)
If I do this, the answer is not matching?
Kindly assist me!