by tommywallach Thu Jul 17, 2014 9:39 am
Hey Chang,
You know, I'm not a fan of the anagram grid. I do this with the slots method, which works like this:
1. Find the # of slots (the # of decisions you get to make)
2. Input the number of choices at each decision point
3. Find out if order matters or not (or both)
4. Multiply all the slots together, then divide by the # of slots factorial wherever order doesn't matter.
In this case:
1. There are three slots, so I write _ _ _ on my paper.
2. There are seven choices for the first slot, six for the second, five for the third, so I write 7 6 5
3. Order matters here (because it asks for arrangements), so we simply multiply 7 * 6 * 5 = 210.
Tada!
-t
P.S. But in answer to your question, with the anagram grid method, you have to divide by 4! because you're only using 3 of the 7 seats, so you have to "remove" the combinations created by the other 4 seats. My method is better though. : )