Tommy,
Im having a very hard time getting past a concept in the combintorics chap, i can''t tell when something seems indistinguishable or not. For example, with Q#1, there are 2 ways of solving the problem, the slot method and the anagram chart. Although I prefer the slot method, I find it that its very easy to make a mistake with a complicated problem and therefore like the anagram chart method.
Here's the problem: 5 stand-by passengers are waiting for 3 open seats on an airplane flight. in how many different ways can 3 passengers be arranged in these seats?
Usually I would solve this problem by (using the chart method) by deciding if the chosen passengers are distinguishable or not. if they're indistinguishable then the set up would look like this 5!/ (3! * 2!). If they're distinguishable, then it would look like this 5!/ 2!.
- kishan