How many distinguishable ways can you order a set of 2 distinguishable objects, A and B?
Obviously 2. AB or BA. 2 = 2!
How many distinguishable ways can you order a set of 3 distinguishable objects, A, B, and C?
6. ABC, ACB, BAC, BCA, CAB, CBA. 6 = 3!
How many distinguishable ways can you order a set of 4 distinguishable objects, A, B, C, and D?
Rather than list them all, consider just one of the distinct orderings of three of the four, say BCA. How many places can we slot D in without affecting the order of A, B, and C? There are four slots where we can put D. So 4. DBCA, BDCA, BCDA, and BCAD. But there are 6 distinguishable ways to order A, B, and C. So the answer is 4 * 6 = 4 * 3! = 4! = 24.
You should now understand WHY the number of distinguishable ways you can order a set of n distinguishable objects is n!. So in word problems look for the concept of “distinct.” That word may not be present, but if the concept is there, understand its importance. Similarly look for the concept of order, whether it is explicitly present or not.
Let’s assume that there are female triplets all dressed alike and male twins dressed alike. How many distinguishable ways can they be seated in a line so that the three females are seated adjacently. Think about the seats being numbered. We could put the sisters in seats 123, 234, or 345. The answer is 3. Notice that if we seat the sisters in seats 234, then the twin boys are not seated adjacently. So if the problem is to seat the twin brothers adjacently and the triplet sisters adjacently, there are only 2 distinguishable seatings, BBGGG or GGGBB. Now relax the assumption that the girls all look alike.. How many different ways can we distinguish the girls? 3! Now we have 2 * 3! = 12. Now relax the assumption that the boys look alike. How many ways can we distinguish the boys? 2!. So our answer is 2 * 3! * 2! That happens to be 24, which happens to be 4!. But you can can find the answer through logic to be 2 * 3! * 2!. The answer of 4! does not make the logic clear.
The formulas [imath]n![/imath] and [imath]\dfrac{n!}{k! * (n - k)!}[/imath] are easy to remember. But counting problems requires very careful thinking, not reliance on a few formulas. It frequently helps to break the problem down into easier problems.