My 2c
(1) alone: possible combinations where the numbers are different:
To see if this is sufficient, I’m trying to find two combination,s one that has a zero and one that does not have any
0,1,2,3,15 or 1,2,3,4,11
=> not sufficient
(2) alone: possible combinations where the sun must be 15:
0,1,2,3,9 or 1,2,3,4,5
(The numbers don’t have to be necessarily different)
=> not sufficient
(1) and (2) together: same as above, I’m trying to find if there are two combinations where the numbers are different and they sum up to be equal to 15.
The two combinations that I’m looking for are one without zeros and one with only one zero. We’re looking for only one zero and not two because the numbers have to be distinct.
- Now, if I wanna find a combination, I need to know the rules by which I’m playing, and therefore my brain goes to the possible pool of numbers that I can pick from is 5,4,3,2,1
I need to pick five of those numbers. Coincidentally, if I sum all of them, I get 15, so I can use this as my first combination.
Now, let’s say I did not think of the pool of numbers available to me, and I went with a different approach. A more “generalised” approach.
I start with a middle ground (15/5=3 for each)
3,3,3,3,3 (the sum has to be the same, so if I add +1 to one of the numbers, I have to also subtract 1 from another. That would also help me find different numbers.)
3+1,3-1,3+2,3-2,3
4,2,5,1,3
This is my first combination, and no number is equal to or greater than six, and they’re all different.
Another approach here is to start with the biggest number possible and subtract one, and arrange accordingly.
- Now I wanna find a combination that has one zero in it.
0,x,x,x,x. Now this one might be a little bit more complicated, so let’s look at all the possible numbers that we can choose from: 1,2,3,4,5
Now I realise that if I need to pick four of those numbers and their sum needs to be 15, I cannot achieve that. Let’s pick the four biggest numbers. 5+4+3+2=14 I am missing one, and of course, any other combination is gonna be even smaller
Therefore, I can’t have a combination where one of the five receives zero candies.
So one and two together are sufficient => C