Question
Question: If \(n{C_r} = 10\), \(n{C_{r + 1}} = 45\) then, \(r\) equals to A. 1 B. 2 C. 3 D. 4...
If nCr=10, nCr+1=45 then, r equals to
A. 1
B. 2
C. 3
D. 4
Solution
In this problem, we have given the value of n number of different items and we have to choose r number of items from it. And also we have given the value of n number of different items and we have to choose r+1 number of items from it. Here our aim is to find the value of r. To solve this problem we are going to use the combination formula and by using this formula we find the value of r.
Formula used: nCr=r!(n−r)!n!
Where,
n= the number of items and
r=how many items are taken at a time.
nCr+1=(r+1)!(n−r−1)!n!
Where,
n= the number of items and
r+1=how many items are taken at a time.
Complete step-by-step solution:
Here it is given in the question that, nCr=10, nCr+1=45
That is, nCr=r!(n−r)!n!=10
And nCr+1=(r+1)!(n−r−1)!n!=45
Let us consider that,
nCrnCr+1=r!(n−r)!n!(r+1)!(n−r−1)!n!
Hence we get,
⇒r!(n−r)!n!(r+1)!(n−r−1)!n!=1045
Solving this we get,
⇒r+1n−r=1045−−−−−(∗)
Solving the numerical fraction in the right hand side, we get
⇒r+1n−r=29
Cross multiply the above equation we get,
2(n−r)=9(r+1)
2n−2r=9r+9
Keep the r terms in one side, we get
2n=11r+9−−−−−(1)
Now let’s give the values for r
If r=2 or 4 then equation 1 becomes,
r=2⇒n=231 is not an integer.
r=4⇒n=253 is not an integer.
If r=3 then n=242=21
So in the case r=3 we get n=21, and nCr=21C3=10
So r=3 is not a correct answer.
If r=1⇒n=220=10 which is an integer
Then in the case when r=1&n=10 the combination formula nCr=10C1=10 and also nCr+1=10C2=45
Therefore, r=1 and n=10 is the correct answer.
Hence, the answer is option (A)
Note: We have to remember that, in mathematics, a combination is a selection of items from a collection, such that the order of selection does not matter (unlike permutations).
We can write (r+1)!cas r!(r+1)also we can write (n−r)! as (n−r)(n−r−1)!. This is the main thing we used in our problem to bring up the required solution. Equation (*) is claimed by using these formulas and cancelling all the same terms in the numerator and in the denominator. And also we substituted the value of r and n in the nCr and nCr+1 formulas to get the given required solution.