A cabin has 2 rooms with 3 single beds each, 1 room with 2 single beds, and 1 room with 4 beds. 6 girls and 6 boys are assigned to rooms with people of the same gender. In how many ways can the rooms be assigned.
I've tried everything guys, but I can't get the answer, which is 600. My problem is making sure the same gender stays in one room. Just don't know how to do it.
A tip for you trying to answer questions, nCr, nPr is the format I'm looking for, not functions (ie n(r)).
If the girls get 4,2 and the boys get 3,3, then there are $6C2*6C3=15*20=300$ ways (pick 2 girls for the 2-room and pick 3 boys for the first 3-room). Similarly, there are $300$ ways if the genders are reversed, for a total of $600$.