Question
Question: If (n + 2)! = 60 (n − 1)!. Find n....
If (n + 2)! = 60 (n − 1)!. Find n.
Solution
The factorial of a positive integer n, denoted by n!, is the product of all positive integers less than or equal to n.
As we know n! = (n − 1)n!.
Therefore, (n+2)(n+1)n(n−1)!=60(n−1)!
⇒ n3+3n2+2n−60=0
Then proceed to solve it by factorization method.
Complete step by step solution:
The factorial of a positive integer n, denoted by n!, is the product of all positive integers less than or equal to n .
Give expression,
(n + 2)! = 60 (n − 1)!
⇒ As we know that,
n!=(n−1)n!
Therefore,
(n+2)(n+1)n(n−1)!=60(n−1)!
⇒ After dividing and multiplying we get,
⇒(n+2)(n+1)n=60
⇒ (n2+2n+n+2)n=60
⇒ n3+3n2+2n=60
⇒ n3+3n2+2n−60=0
Factoring the left-hand side, this equation resolves to,
⇒ (n−3)(n2+6n+20)=0
either.(n−3)=0orn2+6n+20=0
but n2+6n+20=0 has no real solution because their discriminant is less than zero.
⇒ b2−4ac<0
Now,
n−3=0
⇒n=3
Note:
In this type of question first we simplify the equation by writing factorial as the product. Then we use factorization to find the value of n.