Question 198261
How many subcommittees, each consisting of 2 Republicans and 1 Democrat, can be formed from a committee of 3 Republicans and 3 democrats?
---------------
# of ways to choose 2 Republicans: 3C2 = 3
# of ways to choose 1 Democrat = 3C1 = 3
Total # of subcommittees = 3*3 = 9
--------------------------------------------------------
Cheers,
Stan H.