In how many ways can 12 different books be distributed equally among 4 different boxes?
In order to distribute equally 12/4 = 3
i.e 3 books must be placed in each of the 4 boxes.
In selecting 3 books for the first box out of the available 12 books = 12C3
After selecting 3 books for box 1, books remain 12 - 3 = 9
In selecting 3 books for the second box out of the remaining 9 = 9C3
After selecting 3 books for box 2, books remain 9 - 3 = 6
In selecting 3 books for the third box out of the remaining 6 = 6C3
After selecting 3 books for box 3, books remain 6 - 3 = 3
In selecting 3 books for the fourth box out of the remaining 3 = 3C3
And then the books would have been equally distributed
Total number of ways to select and distribute the books = (12C3) * (9C3) * (6C3) * (3C3)
$$Since\ 3C3\ =\ \frac{3!}{3!\left(3-3\right)!}=\frac{3\cdot2\cdot1}{\left(3\cdot2\cdot1\right)\left(0!\right)}=\frac{6}{6\cdot1}=\frac{6}{6}=\ 1$$
Number of ways = (12C3)*(9C3)*(6C3)
Answer = C