Question:medium

If \( 0 < r < s \le n \) and \( ^nP_r = ^nP_s \), then the value of \( (r - s) \) is :

Show Hint

Remember the "Last Two Rule" for permutations:
\( ^nP_n = ^nP_{n-1} = n! \).
For combinations, the rule is symmetric: \( ^nC_r = ^nC_{n-r} \).
Don't get confused between the two; permutations only have this single specific collision of values.
Updated On: Jun 2, 2026
  • \( -1 \)
  • \( -2n - 1 \)
  • \( -2 \)
  • \( -2n - 2 \) Correct Answer: (A) \( -1 \) Solution:
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Write the permutation formula.
We use $\,^nP_k = \dfrac{n!}{(n-k)!}$. The condition $\,^nP_r = \,^nP_s$ becomes
\[ \frac{n!}{(n-r)!} = \frac{n!}{(n-s)!} \]

Step 2: Cancel and compare.
Drop the common $n!$ from both sides.
\[ (n-r)! = (n-s)! \]

Step 3: Use the special factorial pair.
Two different whole numbers give equal factorials only for the pair $0! = 1! = 1$. Since $r < s$, we have $n - r > n - s$, so the bigger one is $1$ and the smaller is $0$.
\[ n - r = 1, \qquad n - s = 0 \]
This gives $r = n - 1$ and $s = n$, which fits $0 < r < s \le n$.

Step 4: Find $r - s$.
\[ r - s = (n-1) - n = -1 \]
That is option 1.
\[ \boxed{-1} \]
Was this answer helpful?
0