Why does 0! is equal to 1 ?
When we have to calculate the factorial of a non-negative integer n, then it is denoted by n!, is the product of all positive integer less than or equal to n.
so,
However, the recursive definition of factorial is of more use in this proof.
The recursive definition of Factorial leads to one interesting way of expressing factorial numbers.
This is valid since, as we expand
from the recursive definition, we can cancel term from both numerator and denominator to get . Or we can even calculate factorial in the numerator and then evaluate the division
For example,
In a similar way, if we try to express
we get
0!=1!1=1
Comments