
At some point in high school students are taught about factorials. A fairly simple concept, the factorial of a non-negative whole number is written as n!
and defined as the product (that means you multiply the numbers) of all the positive whole numbers less than or equal to that number. So 5! = 5
⨉
4 ⨉
3 ⨉
…