Question 1008168
.
In how many ways can you select a committee of 5 Democrats and 5 Republicans from a group containing 22 Democrats and 17 Republicans?
------------------------------------------------------------


{{{C[22]^5}}}.{{{C[17]^5}}} = {{{(22*21*20*19*18)/(1*2*3*4*5)}}}.{{{(17*16*15*14*13)/(1*2*3*4*5)}}} = 26334*6188 = 162954792.