How many different positive integers can be obtained as a sum of some or all of the numbers: $1,3,5,10,25$?
I have just started discrete mathematics and I am having problems with some tasks. This is one of them. I don't really know what should be my starting approach. Could someone explain how to solve a problem like this one?
HINT: Notice that all possible sums are distinct so we can restate the problem as "how many non-empty subsets does $\{1,3,5,10,25\}$ have?" because for each element, we either include it to sum or not.