Solveeit Logo

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{}^n{P_r} = {}^n{P_{r + 1}} and nCr=nCr1{}^n{C_r} = {}^n{C_{r - 1}} , find n and r.

Explanation

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){}^n{P_r} = {}^n{P_{r + 1}} \to (1)
Since, we know that the number of permutations of n objects taken r at a time is nPr{}^n{P_r} and its value is n!(nr)!\dfrac{{n!}}{{(n - r)!}} . Similarly, the value of nPr+1{}^n{P_{r + 1}} is equal to n!(nr1)!\dfrac{{n!}}{{(n - r - 1)!}}. So, applying the formulae in equation (1), we get
n!(nr)!=n!(nr1)! (nr1)!=(nr)!(2)  \Rightarrow \dfrac{{n!}}{{(n - r)!}} = \dfrac{{n!}}{{(n - r - 1)!}} \\\ \Rightarrow (n - r - 1)! = (n - r)! \to (2) \\\
As, we know that n!=n(n1)!n! = n*(n - 1)! . Therefore, (nr)!=(nr)(nr1)!(n - r)! = (n - r)*(n - r - 1)! . Rewriting equation (2), we get
(nr1)!=(nr)(nr1)!\Rightarrow (n - r - 1)! = (n - r)*(n - r - 1)!
The term (nr1)!(n - r - 1)! gets cancelled on both sides, then the equation will be
1=(nr) n=r+1(3)  \Rightarrow 1 = (n - r) \\\ \Rightarrow n = r + 1 \to (3) \\\
Now, let us consider the given condition nCr=nCr1(4){}^n{C_r} = {}^n{C_{r - 1}} \to (4). As, we know the property of combination i.e.., if nCx=nCy{}^n{C_x} = {}^n{C_y} then x=yx = y or x+y=nx + y = n. Therefore, using the property of combinations, equation (4) can be written as
r+r1=n 2r1=n  \Rightarrow r + r - 1 = n \\\ \Rightarrow 2r - 1 = n \\\
Let us substitute the value of n from equation (3) in the above equation, we get
2r1=r+1 2rr=1+1 r=2  \Rightarrow 2r - 1 = r + 1 \\\ \Rightarrow 2r - r = 1 + 1 \\\ \Rightarrow 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  \Rightarrow n = 2 + 1 \\\ \Rightarrow n = 3 \\\
Therefore, the obtained value of n is 3 and r is 2.

Note: Here, we have considered r+r1=nr + r - 1 = n condition, because if we consider the condition r=r1r = r - 1 the value of r can’t be computed.