What is factorial ?
Factorial of a whole number n is defined as the product of that number with every whole number less than or equal to n till 1.
For all positive integers, n! is defined as
n! = n (n−1) (n−2)⋯(2)(1)
4! = 4 x 3 x 2 x 1
4! = 24
How to simplify factorial expression ?
To simplify factorial expression, first we have to choose the larger value and write it in descending order as product of terms.
Simplify the following expressions.
Problem 1 :
(n + 2)! / n!
Solution :
= (n + 2)! / n!
Writing (n + 2)! in descending order, we get
= ((n + 2) ∙ (n + 1) ∙ n!) / n!
= (n + 2) (n + 1)
Problem 2 :
n / n!
Solution :
= n / n!
= n / n(n - 1)!
Cancelling n in both numerator, we get
= 1 / (n - 1)!
Problem 3 :
(n - 1)! ∙ n! / (n!)²
Solution :
= ((n - 1)! ∙ n!) / (n!)²
= ((n - 1)! ∙ n!) / (n! ∙ n!)
= (n - 1)! / n!
= (n - 1)! / n(n - 1)!
= 1/n
Problem 4 :
(n + 5)! / (n + 1)!
Solution :
= (n + 5)! / (n + 1)!
= (n + 5) (n + 4) (n + 3) (n + 2) (n + 1)! / (n + 1)!
= (n + 5) (n + 4) (n + 3) (n + 2)
Problem 5 :
((n + 1)!)³ / (n!)³
Solution :
= ((n + 1)!)³ / (n!)³
= [(n + 1) (n!)]3 / (n!)³
= [(n + 1)3 (n!)3] / (n!)³
= (n + 1)3
Problem 6 :
(n² - 1)! / (n²)!
Solution :
= (n² - 1)! / (n²)!
= (n² - 1)! / n² (n² - 1)!
= 1/n²
Problem 7 :
(2n)! / (2n - 2)! ∙ 2!
Solution :
= (2n)! / (2n - 2)! ∙ 2!
= (2n) (2n - 1) (2n - 2)! / (2n - 2)!. 2!
= 2n (2n - 1) / (2 ∙ 1)
= n (2n - 1)
Problem 8 :
(n - 1)! (n2 + n)
Solution :
= (n - 1)! (n2 + n)
= (n - 1)! n(n + 1)
Considering n+1 and n,
So, simply we can write it as (n + 1)!
(n - 1)! n(n + 1) = (n + 1)!
Problem 9 :
(n + 5) (n + 4) (n + 3)!
Solution :
Considering n + 5 and n + 4,
So, simply we can write it as (n + 5)!.
(n + 5) (n + 4) (n + 3)! = (n + 5)!
Problem 10 :
n! (n2 + 3n + 2)
Solution :
Since (n2 + 3n + 2) is a quadratic polynomial, we can find the factors of this quadratic polynomial.
n2 + 3n + 2 = (n + 1)(n + 2)
n! (n2 + 3n + 2) = n!(n + 1)(n + 2)
Considering (n + 2) and (n + 1),
So, n!(n + 1)(n + 2) = (n + 2)!
May 21, 24 08:51 PM
May 21, 24 08:51 AM
May 20, 24 10:45 PM