Question 1169984
<br>
# ways to choose the 4 men from 10
times
# ways to choose the 3 women from 8<br>

10C4 * 8C3 = (10*9*8*7)/(4*3*2*1) * (8*7*6)/(3*2*1) = 11760 ways