Say I have a set {A, B, C, D, E, F} and I have to find how many sets of four elements I can make from these that must include at least any two elements from the set {D, E, F}?
On a similar basis: How many ways can you form a committee of five from 6 men and 4 women such that in every of these committees there are at least 2 women?
I seriously have no idea how to go about these.