I came across a problem where I tried to apply the anagram method and it didn't work. I'm wondering if it's because of the 3 equal groups part of the question...
Question:
In how many different ways can a group of 9 people be divided into 3 groups, with each group containing 3 people?
a) 280
b) 1260
c) 1680
d) 2520
e) 3360
If you choose 3 different letters to represent the 3 groups (A, B, C) and
If you set up 9 different slots: 9 8 7 6 5 4 3 2 1
A A A B B B C C C
it seems like you should be able to solve this problem by saying 9!/(3! * 3! * 3!)
This however does not result in the correct answer which is (a).
After reading the answer explanation i get it, but I just don't get why the anagram method breaks down here. If someone could provide an explanation so I can better use the method in the future (or avoid using it if there are exceptions to when it can be used) that would be great.
Thanks.
-Joel