learn.howToCalculate
learn.whatIsHeading
Factorial of n (written n!) is the product of all positive integers from 1 to n: n! = n × (n−1) × ... × 2 × 1. Factorials appear in combinations, permutations, probability, and Taylor series expansions.
चरण-दर-चरण मार्गदर्शिका
- 10! = 1 (by definition)
- 21! = 1, 2! = 2, 3! = 6, 4! = 24, 5! = 120
- 3n! = n × (n-1)!
- 4C(n,k) = n! / (k! × (n-k)!) — factorials underlie combination formulas
हल किए गए उदाहरण
इनपुट
5!
परिणाम
120
5×4×3×2×1 = 120
इनपुट
10!
परिणाम
3,628,800
About 3.6 million
इनपुट
20!
परिणाम
2.43 × 10¹⁸
Over 2 quintillion
learn.ctaText
इसे स्वयं आज़माएँ →