Respuesta :
- When The factorial is the product of all integers that are less than or equal to n but that is greater than or equal to 1.
- so that The factorial value of 0 is by definition equal to 1. so that suppose that For negative integers, factorials are not defined. so we can do The factorial and can be seen as the result of multiplying a sequence of descending natural numbers (such as 3 × 2 × 1).
Thus The factorial symbol is the exclamation mark !. like this
- Using The factorial formula is
If n is a natural number greater than or equal to 1, then
n! = n x (n - 1) x (n - 2) x (n - 3) ... 3 x 2 x 1
- When If n = 0, then n! = 1, by convention it.
- Thus, The factorial of 631 is calculated, through its definition, can we this way:
- 631! = 631 • 630 • 629 • 628 ... 3 • 2 • 1
Learn more information:
https://brainly.com/question/15175651