SethLowell
Thats really nice, but i still dont get it why all solutions look at one committee if the question asks for the multiple of committees.

I think you might be missing an important point. Here’s the solution again:
Each of 5 countries sends 3 people to a conference. How many 3-person committees could be chosen that do not include more than 1 representative from a single country?A. 156
B. 270
C. 455
D. 910
E. 2730
We have 3 people from each of the 5 countries:
{1, 2, 3}
{4, 5, 6}
{7, 8, 9}
{10, 11, 12}
{13, 14, 15}
We want to form 3-person committees that do not include more than 1 representative from a single country.
First, we need to choose 3 countries that will each provide 1 representative for the committee. This can be done in 5C3 ways, which equals 10 (the number of ways to select 3 countries from 5).
Now, consider one set of 3 countries chosen, for example:
{1, 2, 3}
{7, 8, 9}
{13, 14, 15}
We want to choose 1 person from each group. Since there are 3 options in each group, the total number of ways to choose one person from each country is 3 * 3 * 3.
So, the overall number of ways to form the committee is 5C3 * 3 * 3 * 3 = 270.
Answer: B.
Hope it's clear.