Solveeit Logo

Question

Question: The number of permutation of n different objects taken r at a time, when p particular objects are al...

The number of permutation of n different objects taken r at a time, when p particular objects are always to be included is

Answer

P(r, p) × P(n-p, r-p)

Explanation

Solution

To find the number of permutations of nn objects taken rr at a time including pp particular objects:

Method 1: Select rpr-p objects from the npn-p non-particular objects in (nprp)\binom{n-p}{r-p} ways. Combine these with the pp particular objects to get a set of rr objects. Arrange these rr objects in r!r! ways. Total = (nprp)×r!\binom{n-p}{r-p} \times r!.

Method 2: Choose pp positions out of rr for the pp particular objects in (rp)\binom{r}{p} ways. Arrange the pp particular objects in these positions in p!p! ways (P(r,p)P(r, p) ways). Arrange the remaining npn-p objects in the remaining rpr-p positions in P(np,rp)P(n-p, r-p) ways. Total = P(r,p)×P(np,rp)P(r, p) \times P(n-p, r-p). Both formulas are equivalent.

Answer: The number of permutation is P(r,p)×P(np,rp)P(r, p) \times P(n-p, r-p).

This can be written as r!(rp)!×(np)!(nr)!\frac{r!}{(r-p)!} \times \frac{(n-p)!}{(n-r)!}.

It can also be written as r!×(nprp)r! \times \binom{n-p}{r-p}.