Question 562633
15 are men and 10 are women. 
In how many ways could 4 men and 2 women be chosen if each were equally qualified? 
---
# of ways to select 4 men: 15C4 = 1365
# of ways to select 2 women: 10C2 = 45
---
# of ways to select 4men and 2 women = 15C4*10C2 = 1365*45 = 61425
==============================================================

What is the probability that five women are selected if the positions are randomly filled?
Ans: 10C5/25C5 = 0.0941
======================================
Cheers,
Stan H.
================