I am having a general problem getting my head around the basic principles of combinations and permutations. I can show you what I mean with the following question, which is #3 on page 75 of the 4th Edition of the Word Problems Strategy Guide.
"A men's basketball league assigns every player a two-digit number for the back of his jersey. If the league uses only the digits 1-5, what is the maximum number of players that can join the league such that no player has a number with a repeated digit (e.g. 22), and no two players have the same number?".
I solved this using the formula for permutations: 5!/(5-2)! = 5!/3! = 5x4 = 20. This was of course the right answer.
However, what would I have done if there had been no restriction on doubled numbers, i.e. 11 and 22 and so on were allowed? I would still have used the same formula and then later realized that of course the answer in this case would be 25, not 20, so the formula doesn't apply. In more complicated questions though, under the pressure of time, I would make the mistake.