SOLUTION: in how many ways a committe of five can be formed from out of 5 men and 3 women so as to include at least one women
Algebra ->
Permutations
-> SOLUTION: in how many ways a committe of five can be formed from out of 5 men and 3 women so as to include at least one women
Log On
You can put this solution on YOUR website! in how many ways a committe of five can be formed from out of 5 men and 3 women so as to include at least one women
The number of ways of choosing r things out of n things is C(n,r).
= C(8,5)-C(5,5) = 56-1 = 55 ways.
Edwin