Making a group of $p$ people with $n$ available nationalities

26 Views Asked by At

Making a group of p people using m out of n available nationalities can be one of these two scenarios;

$m \le p \le n$ or $m \le n \le p$.

Using p,m, and n, how to evaluate the number of ways of making a group of p people using m out of n available nationalities?