|
|
|
Contents
Factorial
|
Factorial
n! = n (n - 1)(n - 2)(n - 3) ... 3.2.1
n! is read as n
factorial
n! = n (n - 1)!
Why is this so?
From definition,
n! = n (n - 1)(n - 2)(n - 3) ... 3.2.1
n (n - 1)! = n [(n - 1)(n - 2)(n - 3) ... 3.2.1]
From here,
both are obviously the same.
Similarly,
(n + 1)! = (n + 1) n!
4! = 4.3.2.1 = 24
5! = 5.4.3.2.1 = 120
Express the following using
factorials only:
Add in the
even numbers:
Note that in the second line,
the numerator is now 19! and the denominator has common factor 2. Also note that
2! = 2.
|