There are three key steps to solving this problem:
1. Sammy started with x flavors and threw out y flavors, so he now has x - y flavors remaining.
2. To create combinations, we use the formula nCr = n!/(r!(n-r)!). Where n is the number of total flavors and r is the number we are combining.
3. Since we want 10-flavor combinations, and we know the number of flavors remaining is x - y, we can plug this value into the formula in place of n.
The key information needed is the original number of flavors (x) and the number thrown out (y) to determine the number remaining for combinations.