HappyQuakka
I am pretty sure this is a stupid question but here it goes:
Each category of books can be arranged the following number of ways.
physics 4!; math 2!; chemistry 3!;
there are three categories, so the number of ways which different categories can be arranged is 3!.
Now, here's my problem.
BunuelI thought it would be (3!+4!+2!)*3!, because these are number of ways which the books of different categories are being arranged.
Why should they be multiplied?
Thank you!!
Say the order is {physics: 1, 2, 3, 4}{math: 1, 2}{chemistry: 1, 2, 3}
For two ordering of say {math: 1, 2}: {1, 2} and {2, 1} we'll have:
{physics: 1, 2, 3, 4}
{math: 1, 2}{chemistry: 1, 2, 3}
{physics: 1, 2, 3, 4}
{math: 2, 1}{chemistry: 1, 2, 3}
Similarly for all 3! orderings of {chemistry: 1, 2, 3} we'll have 6 times as many for each above 2!*3! and for 4! orderings of {physics: 1, 2, 3, 4} we'll have 24 as many as previous number, so 2!*3!*4!.
More generally, we multiply because of FUNDAMENTAL PRINCIPLE OF COUNTING, which states if an operation can be performed in ‘m’ ways and when it has been performed in any of these ways, a second operation that can be performed in ‘n’ ways then these two operations can be performed one after the other in ‘m*n’ ways.