Jane is giving gifts to 3 sets of cousins who are brother-sister pairs. She gives the gifts one after the other to her 6 cousins on the condition that no brother receives a gift before his sister.
In how many ways can this be done?
I just need an approach for it as it is not of the type that I have done before.. ..
Lets call the brothers and sisters $a,b,c,A,B,C$ respectively (where $a$ is brother to $A$, etc...)
Arrange the sisters in any order. Suppose for illustration that it was order $A~B~C$.
Put the brother of the final sister appearing in line into the line somewhere behind his sister. $A~B~C~c$
Put the brother of the second to last sister appearing in line into the line somewhere behind his sister (need not be adjacent).
Put the remaining brother into the line somewhere behind his sister (need not be adjacent).
Count how many choices are available for each step and verify that having made this sequence of choices creates a good arrangement exactly once as well as that every arrangement is achievable by such a sequence of choices. Conclude using multiplication principle.