I'm having trouble understanding the logic behind the more complicated combinatorics problems. Consider this question from page 62 in the 6th edition guide 5 Number Properties book:
The yearbook committee has to pick a color scheme for this year's yearbook. There are 7 colors to choose from (red, orange, yellow, green, blue, indigo, and violet). How many different color schemes are possible if the committee can select at most 2 colors?
My thoughts: so we can have 1 or 2 colors since the problem states 'at most.' If we choose 1 color only that would be 7 schemes. But, if we chose 2 colors, we would have 7 colors to choose for the first spot and 6 for the second. 7x6 is 42 schemes with 2 colors. How is that wrong? The explanation in the guide shows 7!/2!5!. Why in the world do we care about the colors not chosen!!