OpenOlympiad
Concept 7 of 19Foundation
Video

Factorials (n!) — the cascade multiplier

The factorial of n (written n!) = the product of all whole numbers from 1 up to n.

  • 1! = 1
  • 2! = 1·2 = 2
  • 3! = 1·2·3 = 6
  • 4! = 1·2·3·4 = 24
  • 5! = 120, 6! = 720, 7! = 5,040

Each next factorial = (previous) × n. So sequence grows as: 1, 2, 6, 24, 120, 720, 5040, 40320, …

Factorials count arrangements. 3 friends can line up in 3! = 6 orders. A 52-card deck can be shuffled in 52! (≈ 8 × 10⁶⁷) ways — astronomical.

Example
Sequence 1, 2, 6, 24, 120, ? → next is 120·6 = 720. (Factorials!)
💡 Tip:By convention, 0! = 1 (empty product).
Prefer a video? Open YouTube search for “factorial class 6 math explained

🎯 Try it!

5 questions to check what you just read.

0 / 5
  1. Q1.Value of 4!?
  2. Q2.Value of 5!?
  3. Q3.6! ÷ 5! = ?
  4. Q4.Ways to arrange 5 books in a row?
  5. Q5.Next term in 1, 2, 6, 24, 120, ?