Skip to main content

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.

ଷ୍ଟେପ୍-ଷ୍ଟେପ୍ ଗାଇଡ୍ |

  1. 10! = 1 (by definition)
  2. 21! = 1, 2! = 2, 3! = 6, 4! = 24, 5! = 120
  3. 3n! = n × (n-1)!
  4. 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

ସେଟିଂ