Let's say I have nine colors, and my art teacher asks me to draw pictures using these nine colors. However, I need to use at least five colors for each drawing. Now I know there is only one way to combine nine colors (the order doesn't matter). But I don't know how to determine other combinations (8/9, 7/9, 6/9, 5/9). I imagine that once I figure out each of these possibilities, then I need to add them together to get all possible 5+ color combinations using nine colors.
Appreciate your help.
If you use exactly eight colours, then you're choosing eight colours out of nine, so the number of combinations is given by the binomial coefficient $\binom 98=\binom{9!}{8!1!}=9$. Similar computations are done for seven, six and five colours – $\binom97$ combinations for a seven-colour choice, etc.
Once these cases have been calculated, you are right in that the numbers should be added to arrive at the final result.