Question
Question: The equation is \({}^{n}{{p}_{4}}=20\times {}^{n}{{p}_{2}}\). Find the value of n....
The equation is np4=20×np2. Find the value of n.
Solution
We first define the notion of factorial and permutation. We express them in their mathematical form and find the expansion. Then we solve the given equation to find a quadratic expression of n. we solve the equation for the solution of the problem.
Complete step-by-step answer:
We first define the notion of two things which are factorial and permutation.
By using the term factorial of any particular natural number, we mean the multiplication of all the numbers starting from 1 to that particular number.
So, mathematical expression is n!=1×2×3×4×.......×(n−1)×n. Here n∈N.
For example: 5!=1×2×3×4×5=120.
For the permutation part, by using the term npr, we mean the arrangement of r terms after choosing them out of n terms.
So, mathematical expression is npr=(n−r)!n!. Here n≥r≥0,n=0.
For example: 5p3=(5−3)!5!=2!5!=2120=60.
Now we try to solve the given equation np4=20×np2.
np4=20×np2⇒(n−4)!n!=20×(n−2)!n!
We take all unknowns in one side and get
(n−4)!×n!n!×(n−2)!=20⇒(n−4)!(n−2)(n−3)(n−4)!=20⇒(n−2)(n−3)=20
We got a quadratic equation of n and now we solve it to find the value of n.
(n−2)(n−3)=20⇒n2−5n+6=20⇒n2−5n−14=0⇒n2−7n+2n−14=0⇒(n−7)(n+2)=0
From the multiplication form we get 2 solutions of n. so, n=−2,7.
We already mentioned that npr=(n−r)!n!. Here n≥r≥0,n=0.
So, n can’t be -2. Value of n will be 7.
Note: We always need to remember to cross-check the solution of the problem with the main equation to validate. Just like the given problem all the solutions need not to satisfy the equation as the equation is not made up with the conditions. Also, the given problem involves only permutation. In case of combination the formula would be different.