Question
Question: If \({}^n{P_r} = {}^n{P_{r + 1}}\) and \({}^n{C_r} = {}^n{C_{r - 1}}\) , find n and r....
If nPr=nPr+1 and nCr=nCr−1 , find n and r.
Solution
Hint: By the use of Permutation and Combination formulae and properties we will find the values of n and r.
Given,
nPr=nPr+1→(1)
Since, we know that the number of permutations of n objects taken r at a time is nPr and its value is (n−r)!n! . Similarly, the value of nPr+1 is equal to (n−r−1)!n!. So, applying the formulae in equation (1), we get
⇒(n−r)!n!=(n−r−1)!n! ⇒(n−r−1)!=(n−r)!→(2)
As, we know that n!=n∗(n−1)! . Therefore, (n−r)!=(n−r)∗(n−r−1)! . Rewriting equation (2), we get
⇒(n−r−1)!=(n−r)∗(n−r−1)!
The term (n−r−1)! gets cancelled on both sides, then the equation will be
⇒1=(n−r) ⇒n=r+1→(3)
Now, let us consider the given condition nCr=nCr−1→(4). As, we know the property of combination i.e.., if nCx=nCy then x=y or x+y=n. Therefore, using the property of combinations, equation (4) can be written as
⇒r+r−1=n ⇒2r−1=n
Let us substitute the value of n from equation (3) in the above equation, we get
⇒2r−1=r+1 ⇒2r−r=1+1 ⇒r=2
Hence, the obtained value of r is 2.let us substitute the value of r in equation (3), we get
⇒n=2+1 ⇒n=3
Therefore, the obtained value of n is 3 and r is 2.
Note: Here, we have considered r+r−1=n condition, because if we consider the condition r=r−1 the value of r can’t be computed.