Factorial - Meaning, Formula | Factorial of Hundred & 0 (2024)

The 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 example, the factorial of 4 is 4 × 3 × 2 × 1, which is equal to 24. It is represented using the symbol '!' So, 24 is the value of 4!. The study of factorials is at the root of several topics in mathematics, such as number theory, algebra, geometry, probability, statistics, graph theory, discrete mathematics, etc.

In the year 1677, Fabian Stedman, a British author, defined factorial as an equivalent of change ringing. Change ringing was a part of the musical performance where the musicians would ring multiple tuned bells. In the year 1808, when a mathematician from France, Christian Kramp, came up with the symbol for factorial: n!. Thinking about how to calculate the factorial of a number? Let's learn.

1.What is Factorial?
2.n Factorial Formula
3.0 Factorial
4.Factorial of Hundred
5.Factorial of Negative Numbers
6.Use of Factorial
7.How to Calculate Factorial?
8.FAQs on Factorial

What is Factorial?

The factorial of a whole number is the function that multiplies the number by every natural number below it. Symbolically, a factorial can be represented by using the symbol "!". This symbol lies on the same key above "1" on a computer keyboard. "n factorial" is the product of the first n natural numbers and is represented as n!

Factorial - Meaning, Formula | Factorial of Hundred & 0 (1)

Factorial Meaning

n! or "n factorial" means:

  • n! = 1 · 2 · 3 · ... · n = Product of the first n positive integers = n(n-1)(n-2)…………………….(3)(2)(1)

Example: 5 factorial, that is, 5! can be written as: 5! = 5 × 4 × 3 × 2 × 1 = 120.

Observe the numbers and their factorial values given in the following table. To find the factorial of a number, multiply the number with the factorial value of the previous number. For example, to know the value of 6! multiply 120 (the factorial of 5) by 6, and get 720. For 7! multiply 720 (the factorial value of 6) by 7, get 5040. i.e., n! = n × (n - 1)!

n Factorialn (n - 1) (n - 2) ....1n! = n × (n - 1)!Result
1 Factorial111
2 Factorial2 × 1= 2 × 1!= 2
3 Factorial3 × 2 × 1= 3 × 2!= 6
4 Factorial4 × 3 × 2 × 1= 4 × 3!= 24
5 Factorial5 × 4 × 3 × 2 × 1= 5 × 4!= 120

n Factorial Formula

The formulas for n factorial are:

  • n! = n(n-1)(n-2)…………………….(3)(2)(1)
  • n! = n × (n - 1)!

The first formula directly follows from factorial definition whereas the second formula means that the factorial of any number is, the given number, multiplied by the factorial of the previous number. So, 8! = 8 × 7!...... And 9! = 9 × 8!...... The factorial of 10 will be 10! = 10 × 9!...... Like this if we have (n+1) factorial then it can be written as, (n+1)! = (n+1) × n!. Let us see some examples.

5 Factorial

The value of 5 factorial is 5×4×3×2×1 which is equal to 120. We can evaluate it using the factorial formula as well. 5! = 5 × 4! = 5 × 24 = 120.

10 Factorial

10 factorial is nothing but 10 × 9 × 8 × 7 × 6 × 5 × 4 ×3 × 2 × 1 = 3,628,800.

0 Factorial

Zero factorial is interesting, and its value is equal to 1, i.e., 0! = 1. Yes, the value of 0 factorial is NOT 0, but it is 1.

Let us see how this works:

1! = 1
2! = 2 × 1 = 2
3! = 3 × 2 × 1 = 3 × 2! = 6
4! = 4 × 3 × 2 × 1 = 4 × 3! = 24

Let’s go to the basic formula of factorial n! = n × (n - 1)! How to find 3! What you do is 4! / 4. Similarly, 2! is 3! / 3, and so on. Now, let’s look at the pattern:

Factorial - Meaning, Formula | Factorial of Hundred & 0 (2)

In this way, we could prove that 0 factorial is 1.

Alternative Way of Proving 0! = 1

In permutations, we would study that n! is the number of ways of arranging 'n' different things among themselves. If we look factorial in this way, 1! = 1 as there is only 1 arrangement possible with 1 thing. In the same way, 0! = 1.

Factorial of Hundred

100 factorial = 100 × 99 × 98 × .... × 3 × 2 × 1 = 9.332621544 E+157. This product is too big to calculate manually and hence a calculator is used. Here are some facts about hundred factorial:

  • 100 factorial has 24 trailing zeros in it.
  • The total number of digits in 100! is 158.
  • The exact value of 100 factorial is 93, 326, 215, 443, 944, 152, 681, 699, 238, 856, 266, 700, 490, 715, 968, 264, 381, 621, 468, 592, 963, 895, 217, 599, 993, 229, 915, 608, 941, 463, 976, 156, 518, 286, 253, 697, 920, 827, 223, 758, 251, 185, 210, 916, 864, 000, 000, 000, 000, 000, 000, 000, 000 (158 digits in total).

Factorial of Negative Numbers

Can we have factorials for numbers like −1, −2, etc? Let's start with 3! = 3 × 2 × 1 = 6

3! = 3 × 2 × 1 = 6
2! = 3! / 3 = 6 / 3 = 2
1! = 2! / 2 = 2 / 2 = 1
0! = 1! / 1 = 1 / 1 = 1
(- 1)! = 0! / 0 = 1 / 0 = dividing by zero is undefined

And from here on down all integer factorials are undefined. So, negative integer factorials are undefined.

Use of Factorial

One area where factorials are widely used is in .

  • Permutation is an ordered arrangement of outcomes and it can be calculated with the formula: n Pr = n! / (n - r)!
  • Combination is a grouping of outcomes in which order does not matter. It can be calculated with the formula: nCr = n! / [ (n - r)! r!]

In both of these formulas, 'n' is the total number of things available and 'r' is the number of things that have to be chosen. Let us understand this by the following examples.

Example 1: In a group of 10 people, $200, $100, and $50 prizes are to be given. In how many ways can the prizes be distributed?

Solution:

This is permutation because here the order of distribution of prizes matters. It can be calculated as 10P3 ways.

10P3 = (10!) / (10 - 3)! = 10! / 7! = (10 × 9 × 8 × 7!) / 7! = 10 × 9 × 8 = 720 ways.

Example 2: Three $50 prizes are to be distributed to a group of 10 people. In how many ways can the prizes be distributed?

Solution:

This is a combination because here the order of distribution of prizes does not matter (because all prizes are of the same worth). It can be calculated using 10C3.

10C3 = (10!) / [ 3! (10 - 3)!] = 10! / (3! 7!) = (10 × 9 × 8 × 7!) / [(3 × 2 × 1) 7!] = 120 ways.

How to Calculate Factorial?

The factorial of n is denoted by n! and calculated by multiplying the integer numbers from 1 to n. The formula for n factorial is n! = n × (n - 1)!.

Example: If 8! is 40,320 then what is 9!?

Solution:

9! = 9 × 8! = 9 × 40,320 = 362,880

Now, let us look at a factorial table given below that shows the values of factorial for the first 15 natural numbers:

n FactorialValue
1 Factorial1
2 Factorial2
3 Factorial6
4 Factorial24
5 Factorial120
6 Factorial720
7 Factorial5040
8 Factorial40,320
9 Factorial362,880
10 Factorial3,628,800
11 Factorial39,916,800
12 Factorial479,001,600
13 Factorial6,227,020,800
14 Factorial8,717,8291,200
15 Factorial1,307,674,368,000

Related Topics:

  • Factorial Calculator
  • What is the Factorial of 9?
  • What is the Factorial of 20?

Important Notes on Factorial:

  • The factorial of any whole number can be calculated using n! = n × (n - 1)!.
  • The value of zero factorial is one, i.e., 0! = 1.
  • Negative integer factorials are undefined.
  • Permutation & Combination can be calculated using factorials: nPr = n! / (n - r)! & nCr = n! / [(n - r)! r!].

FAQs on Factorial

What is the Definition of Factorial of a Number?

Factorial in math is one of the operations (denoted by the symbol "!") and the factorial of a number is the product of the number with all positive integers less than that number. Here are some examples of factorial of numbers.

  • 8 factorial = 8! = 8 · 7 · 6 ·5 · 4 · 3 · 2 · 1 = 40,320
  • 10 factorial = 10! = 10 · 9 · 8 · 7 · 6 ·5 · 4 · 3 · 2 · 1 = 3,628,800

But note that 0 factorial is always 1.

Where do We Use Factorials?

Factorial is a function that is used to find the number of possible ways in which a selected number of objects can be arranged among themselves. This concept of factorial is used for finding permutations and combinations of numbers and events.

What is Factorial Notation?

Factorial notation is writing the product of consecutive whole numbers in the form of a factorial. So, 3 × 2 × 1 = 3! (3 factorial), 6 × 5 × 4 × 3 × 2 × 1 = 6! (6 factorial), and so on.

What is n+1 Factorial?

n+1 factorial can be calculated using (n+1)! = (n+1)n!. This is because the factorial of a number is the number multiplied by its previous number's factorial.

What is the Factorial Symbol?

The symbol used to represent factorial is ' ! '. For example "9 factorial" is written as 9!.

What is the Factorial of Hundred?

The factorial of 100 is written as 100! and its value is 100 · 99 · 98 · ... · 2 · 1 = 9.332621544 E+157. It has 158 digits in it with 24 trailing zeros.

What is the Factorial of 10?

10! can be calculated as 10! = 10 × 9! = 10 × 362,880 = 3,628,800.

How to Find Factorial of a Number?

In mathematics, the factorial of a number is found by the multiplication of the number with every positive integer less than that. So, n!= n × (n-1) × (n-2) × (n-3) × ..... × 3 × 2 × 1.

What are the Applications of Factorials?

Factorials are used to find the number of patterns, solve permutation and combination problems, find out the probability of events, etc.

Factorial - Meaning, Formula | Factorial of Hundred & 0 (2024)

FAQs

Factorial - Meaning, Formula | Factorial of Hundred & 0? ›

What is the Factorial of Hundred? The factorial of 100 is written as 100! and its value is 100 · 99 · 98 · ... 2 · 1 = 9.332621544 E+157. It has 158 digits in it with 24 trailing zeros.

What is the factorial of 100 meaning? ›

Through the means of the formula and using it for the calculation of factorial 100, it can be inferred that the factorial for 100 would be equivalent to 9.332621544 E + 157. Thus, it can be said that. 100! – 100*99*98*…… 3*2*1 = .332621544 E + 157.

How many zeros are at the end of 100 factorial? ›

So the number of zeros at the end of 100! are 24.

What is the value of factorial zero O !)? ›

Factorial of a number in mathematics is the product of all the positive numbers less than or equal to a number. But there are no positive values less than zero so the data set cannot be arranged which counts as the possible combination of how data can be arranged (it cannot). Thus, 0! = 1.

What is the meaning of the factorial formula? ›

Factorial is the operation of multiplying any natural number with all the natural numbers that are smaller than it, giving us the mathematical definition n! = n * (n - 1) * (n - 2) * (n - 3) .... Lastly, factorial is used for questions that ask you to find how many ways you can arrange or order a set number of things.

What is the factorial rule? ›

In short, a factorial is a function that multiplies a number by every number below it till 1. For example, the factorial of 3 represents the multiplication of numbers 3, 2, 1, i.e. 3! = 3 × 2 × 1 and is equal to 6.

What is the no of zeros in 100 factorial formula? ›

Hence number of 0s in the end of 100! =24.

Why do factorials end in 0? ›

Think of all the numbers like 10, 20, 30, etc. that you multiplied in to the factorial of 1000 to arrive at the answer. Each one of the adds a 0 (two zeroes for 100, 200, etc.), since any number multiplied by 10 will end in a 0. They're also composed of a lot of numbers that are multiples of 2 or 5.

Is factorial of 0 possible? ›

To find the value of zero factorial, we ask, “How many ways can we order a set with no elements?” Here we need to stretch our thinking a little bit. Even though there is nothing to put in an order, there is one way to do this. Thus we have 0! = 1.

What is the big O of factorial? ›

Factorial time is when the runtime scales factorially as the input grows. O(n!) is the notation for factorial time. It's pronounced "O of n factorial" or "big O of n factorial".

What do factorials tell you? ›

We use factorials when we look at permutations and combinations. Permutations tell us how many different ways we can arrange things if their order matters. Combinations tells us how many ways we can choose k item from n items if their order does not matter.

What is the logic of a factorial? ›

A factorial is a mathematical operation that you write like this: n! . It represents the multiplication of all numbers between 1 and n. So if you were to have 3! , for example, you'd compute 3 x 2 x 1 (which = 6). Let's see how it works with some more examples.

What does factorial mean in probability? ›

Statisticians use factorials when calculating potential combination and permutations and using the binomial equation. A factorial, represented by an explanation mark (!), denotes a multiplication of the sequence of descending (natural) numbers. For example, 5! equals 5*4*3*2*1. 1! =

What is the factorial of 100 in scientific notation? ›

The factorial of 100 is a very large number. In scientific notation, you can write it as 9.332621544 x 10^157.

Is 100 factorial a perfect square? ›

Answer. 100 is a perfect square.

How many digits are in 100 factorial? ›

The factorial of 100 is the multiplication 100 x 99 x 98 x … x 3 x 2 x 1 in which 100 is multiplied by every whole number below it. The answer is 158-digits long.

References

Top Articles
Latest Posts
Article information

Author: Dean Jakubowski Ret

Last Updated:

Views: 6649

Rating: 5 / 5 (70 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Dean Jakubowski Ret

Birthday: 1996-05-10

Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

Phone: +96313309894162

Job: Legacy Sales Designer

Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.