Question
Question: If \(P\left( n,r \right)=1680\) and \(C\left( n,r \right)=70\) , then \(69n+r!\) is equal to A. \(...
If P(n,r)=1680 and C(n,r)=70 , then 69n+r! is equal to
A. 128
B. 576
C. 256
D. 625
E. 1152
Solution
At first, we write the formula of permutation as (n−r)!n! and equate it to 1680 . Then, we write the formula of the combination as r!(n−r)!n! and equate it to 70 . Dividing the two equations will give us the value of r and then putting this value in one of the equations, gives a polynomial in n. Drawing the graph of the polynomial gives its roots.
Complete step-by-step solution:
In our academics, we have come across a chapter in maths, which was called arrangements. In that chapter, we had studied the number of ways to group and arrange some items or objects among themselves. The terms associated with them are called permutations and combinations. Permutation refers to selection and arranging the selection among themselves, whereas combination refers to selection alone.
The permutation of r objects out of n objects is denoted in two ways, which are nPr and P(n,r) . The corresponding formula for the number of permutations possible is given by,
P(n,r)=(n−r)!n!
Similarly, the permutation of r objects out of n objects is denoted in two ways, which are nCr and C(n,r) . The corresponding formula for the number of permutations possible is given by,
C(n,r)=r!(n−r)!n!
In this problem, we are given that,
P(n,r)=1680⇒(n−r)!n!=1680....(i)
Also,
C(n,r)=70⇒r!(n−r)!n!=70....(ii)
Dividing equation (i) by (ii), we get,
⇒(n−r)!n!×n!r!(n−r)!=701680⇒r!=24
Now, we know that the factorial of a number is unique and the factorial of 4 is 24 . So,
⇒r=4
Putting this value in equation (i),
⇒(n−4)!n!=1680⇒n(n−1)(n−2)(n−3)=1680
We will now find the value of n by trial-and-error method and checking for which value, the expression gives 1680 . By any means, n must be greater than r for the permutation to occur. So, taking n=5,
⇒n(n−1)(n−2)(n−3)=5×4×3×2=120
Taking n=6 ,
⇒n(n−1)(n−2)(n−3)=6×5×4×3=360
Taking n=7 ,
⇒n(n−1)(n−2)(n−3)=7×6×5×4=840
Taking n=8 ,
⇒n(n−1)(n−2)(n−3)=8×7×6×5=1680
Since we got 1680, the value of n is 8.
Now,
69n+r!=(69×8)+24=576
Thus, we can conclude that the value of 69n+r! will be 576 which is option B.
Note: We should know the factorial of some numbers at least up to 10 . Solving problems will be easy then. Also, we can solve it in another way. We get an equation in n. The roots of the polynomial will be known from its graph, drawn in some online graphing calculator like Geogebra. It will take less time.