Eight members of a basketball team should stay in a hotel. The hotel has a triple, two doubles and a single. How many ways can be distributed in different rooms ?.
I have in mind the rooms of two people are different, and I do differentiation between them.
I think this could solve it like this: $$ \binom {8}{3}\binom{5}{2}\binom{3}{2}\binom{1}{1} = 1680 $$
this is equivalent to:
$$ \frac{P_8}{P_3P_2P_2P_1}=\frac{8!}{3!2!2!1!}=1680 $$
Now, I argue that two of them are brothers and they always sleep in the same room, how could take that into account?