Three men have 4 coats, 5 waist coats, and 6 caps. In how many ways can they wear any one type of them?Source: The combinatorics tutorial on gmatclub.com.
While I could find the solution, I'm having confusion understanding why another method does not work. This is the solution given by the author of the post:
Number of ways in which 3 Men can wear 4 coats = 4! = 24
Number of ways in which 3 Men can wear 5 waist coats = 5!/2! = 5 X 4 X 3 = 60
Number of ways in which 3 Men can wear 6 caps = 6!/3! = 6 X 5 X 4 = 120
By Fundamental Principle of Addition
Arrangement of 4 Coats OR Arrangement of 5 Waist Coats OR Arrangement of 6 Caps
Total number of ways = 24 + 60 + 120 = 204
My doubts:
1. Why can't I approach the problem as follows:Number of ways in which 1st man can be allocated a coat: 4
Number of ways in which 2nd man can be allocated a coat:3
and so on.
Thus, number of ways in which 4 coats can be allocated: 4X3X2 =12
Similarly, number of ways in which 5 waist coats can be allocated: 5X4X3=60
and
number of ways in which 6 caps can be allocated: 6X5X4= 120
Thus, total number of ways =120+60+12=192
2. Why add the counts. Why not multiply them?
I usually don't have a problem differentiating between adding and multiplying in combinatorics problems, but this one is really confusing me.