Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Factorial in Maths Complete Concept Guide

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

Factorial Formula Properties and Solved Examples Explained

The concept of factorial plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. Factorials are especially important in counting, algebra, probability, combinatorics, and computer science, making them a must-know topic for students of every grade level.


What Is Factorial?

A factorial (denoted by the exclamation mark “!” as in n!) is the product of a positive integer and all the positive whole numbers less than it, down to 1. In simple words, you multiply the number by every natural number below it until you reach 1. You’ll find this concept applied in areas such as permutations and combinations, algebraic patterns, and probability problems.


Key Formula for Factorial

Here’s the standard formula: \( n! = n \times (n-1) \times (n-2) \times ... \times 3 \times 2 \times 1 \), where n is a whole number and n ≥ 0. Special note: By definition, \( 0! = 1 \).


Cross-Disciplinary Usage

Factorial is not only useful in Maths but also plays an important role in Physics, Computer Science, and daily logical reasoning. Students preparing for competitive exams like JEE or NEET will see its relevance in various counting-based and probability questions.


Step-by-Step Illustration

  1. Let’s calculate 5 factorial (5!):
    5! = 5 × 4 × 3 × 2 × 1

  2. Multiply step by step:
    5 × 4 = 20
    20 × 3 = 60
    60 × 2 = 120
    120 × 1 = 120

Final Answer: 5! = 120


Examples & Factorial Table

n n!
0 1
1 1
2 2
3 6
4 24
5 120
6 720
7 5040
8 40320
9 362880
10 3628800

Speed Trick or Vedic Shortcut

Here’s a quick shortcut that helps you spot patterns in factorials, useful for fast calculation:

  1. Every factorial (greater than 1) is the number multiplied by the factorial just below it.
    Example: 6! = 6 × 5!
  2. Memorize up to 5! or 6! for school exams. Most questions use these.

Vedantu’s sessions give you more tricks for speedy calculations during timed tests and Olympiads.


Common Mistakes to Avoid

  • Mixing up factorial with powers (e.g., 5! is not 55!)
  • Forgetting that 0! = 1 (not 0)
  • Skipping numbers while multiplying down

Where Are Factorials Used?


Try These Yourself

  • Find 4!
  • Show that 3! + 2! = 8
  • Explain why 0! = 1
  • List all factorials less than 50

Relation to Other Concepts

The idea of factorial connects closely with topics such as Combination and fundamental counting principle. Mastering factorials helps students easily understand more advanced algebra, probability, and number theory.


Classroom Tip

A simple way to remember factorials: Recite aloud as a countdown (“5, 4, 3, 2, 1, STOP!” then multiply). Vedantu’s teachers often use fun chants, fingers, or flashcards to help students internalize small factorials during live classes.


We explored factorial—from its definition, formula, sample calculations, common mistakes, and links to permutations, combinations, and probability. With regular practice on Vedantu and by using resources, you can become confident in solving all kinds of questions using this concept.


Related Vedantu Resources

FAQs on Factorial in Maths Complete Concept Guide

1. What is a factorial in maths?

A factorial is the product of all positive integers from 1 up to a given number, written using the symbol n!. For a positive integer n:

n! = n × (n − 1) × (n − 2) × ... × 1

For example:

  • 5! = 5 × 4 × 3 × 2 × 1 = 120
  • 3! = 3 × 2 × 1 = 6
Factorials are widely used in permutations, combinations, probability, and algebra.

2. What is the formula for factorial?

The formula for factorial is n! = n × (n − 1)! with the base case 0! = 1. This recursive definition means:

  • 1! = 1
  • 2! = 2 × 1!
  • 3! = 3 × 2!
This recursive factorial formula is commonly used in algebra, combinatorics, and computer programming.

3. Why is 0 factorial equal to 1?

The value of 0! is defined as 1 to keep the factorial formula and combinatorics formulas consistent. For example, in combinations:

nCr = n! / [r!(n − r)!]

If r = 0, then:

  • nC0 = n! / (0! × n!)
For this to equal 1 (which it must), 0! must be 1. This definition ensures factorial rules work correctly in algebra and probability.

4. How do you calculate factorial step by step?

To calculate a factorial, multiply the number by every positive integer below it down to 1. For example, to find 4!:

  • Step 1: Write the expansion: 4! = 4 × 3 × 2 × 1
  • Step 2: Multiply sequentially: 4 × 3 = 12
  • Step 3: 12 × 2 = 24
  • Step 4: 24 × 1 = 24
So, 4! = 24.

5. What is 5 factorial equal to?

The value of 5! is 120. It is calculated as:

5! = 5 × 4 × 3 × 2 × 1

Multiplying step by step:

  • 5 × 4 = 20
  • 20 × 3 = 60
  • 60 × 2 = 120
  • 120 × 1 = 120
Factorial 5 is commonly used in permutation and combination problems.

6. What is the difference between permutation and combination using factorial?

The difference is that permutations consider order while combinations do not consider order, and both use factorial formulas. The formulas are:

  • Permutation: nPr = n! / (n − r)!
  • Combination: nCr = n! / [r!(n − r)!]
For example, arranging 2 letters from A, B, C gives different results depending on whether order matters.

7. Can factorial be negative?

Factorial is not defined for negative integers in standard mathematics. The factorial definition requires multiplying positive integers down to 1, which is not possible for negative numbers. However, advanced mathematics extends factorial to non-integers (except negative integers) using the Gamma function, where Γ(n) = (n − 1)!.

8. How is factorial used in real life?

Factorial is mainly used in counting arrangements, probability, and statistics. Common real-life applications include:

  • Calculating permutations (arranging people or objects)
  • Finding combinations (selecting teams or groups)
  • Computing probability in events like card games
  • Solving problems in algebra and calculus
Factorials are essential in combinatorics and statistical analysis.

9. What are the properties of factorial?

The key properties of factorial simplify calculations in algebra and combinatorics. Important properties include:

  • 0! = 1
  • 1! = 1
  • n! = n × (n − 1)!
  • n! grows very rapidly as n increases
For example, 6! = 720, which is much larger than 5! = 120.

10. How do you simplify expressions with factorials?

To simplify factorial expressions, expand and cancel common terms carefully. For example:

Simplify 6! / 4!

  • Expand: 6! = 6 × 5 × 4!
  • So, 6! / 4! = (6 × 5 × 4!) / 4!
  • Cancel 4! to get 6 × 5 = 30
This cancellation method is commonly used in permutations, combinations, and algebra problems.