Solveeit Logo

Question

Question: In this question we need to find the factorial of \(5\). To solve this we need to know how to perfor...

In this question we need to find the factorial of 55. To solve this we need to know how to perform multiplication of two numbers and its properties. In this question to find the factorial of a number we just have to multiply all numbers less than that number and greater than equal to 11.

Explanation

Solution

In this question we need to find the factorial of 55. To solve this we need to know how to perform multiplication of two numbers and its properties. In this question to find the factorial of a number we just have to multiply all numbers less than that number and greater than equal to 11.

Complete step by step solution:
Let us try to solve this question in which we are asked to find the factorial of 55. Before solving this we first define the factorial of a number. Factorial of a number nnis defined as the product of the first nn natural number i.e., 1×2×3×...×(n1)×n1 \times 2 \times 3 \times ... \times (n - 1) \times nand denoted by n!n! . We have a special case factorial 00 is equal to 11. For example a factorial of 33 is equal to 66. Now coming back to our question we find a value of 5!5!.
By using the definition of factorial of a number, we write 5!5! as
5!=1×2×3×4×55! = 1 \times 2 \times 3 \times 4 \times 5
Now by using associative property of multiplication, we get
5!=(1×2)×(3×4)×5 =(2×12)×5 =24×5 =120   5! = (1 \times 2) \times (3 \times 4) \times 5 \\\ \,\,\,\,\, = (2 \times 12) \times 5 \\\ \,\,\,\,\, = 24 \times 5 \\\ \,\,\,\,\, = 120 \\\ \,\,\,\,\, \\\
Hence the value of 5!5! is equal to 120120.

Note: This question is very easy to do and generally asked for very short answer type questions. Factorial of a number greater than 44 has at least one 00 in its factorial. Factorial of a number is used in permutation and combination both are ways of counting. Permutation and combination are used to solve problems on probability. Hence knowing how to find the factorial of a number is very important, because it is heavily used in the most important topics of mathematics such as permutation, combination and probability.