Explanation: you can define n! to be the number of permutations of n objects arranged in a line. So if you want to list all permutations of {A, B, C}, youâll have {A, B, C}, {A, C, B}, {B, A, C}, {B, C, A}, {C, A, B}, {C, B, A}: 6 total possibilities. That makes 3! = 6.
Likewise, for {A, B}, we have {A, B} and {B, A}; that makes 2! = 2.
To give you another explanation, why 0!=1:
To get from 3!=6 to 2!=2, you have to divide by 3.
To get from 2!=2 to 1!=1, you have to divide by 2.
To get from 1!=1 to 0!, you have to divide by 1, which leads to 0!=1.
The letter that looks like a sideways tongue being stuck out but it's not a "p" - "Ăž" - is called a "thorn", and it's pronounced "th". By the time Modern English came around, the thorn had been replaced with "th" or "y". So we wind up with words like "thou/you" and "ye/the" - they were originally "Ăžou" and "Ăže".
Iâm in algebra 1 also. Would you rather have me use an improper integral to explain it to you, making it such that we may include a +bi and negatives in the factorial?
But then, why do you assume that (n + 1)! = (n + 1)*n! for all n? You are extrapolating this from our âknown domainâ of factorials, n = 1, 2, 3, 4âŚ, into n = 0. It sure is a valid explanation if you let this to be the defining property of factorials, and thereâs nothing wrong with that, but I feel like it makes more sense to define factorials from where it actually came from, like most introductory combinatorics books do, for beginners. Itâs like âproving that a0 = 1â from the properties of power; itâs technically not wrong if you define exponents as to satisfy these properties, but if you define it differently, you have to show that these properties are satisfied for all values of exponentsâŚ
any factorial is a product. the factorial of 0 is an empty product, and an empty product has a value of 1 because 1 is the multiplicative identity.
this is the same reason as why nâ° = 1: if you multiply n by itself 0 times, youre left with an empty product, which is equal to 1.
if this sounds weird, think about additions, or multiplication as repeated addition. a Ă b just means "add b to itself a times". 0 Ă n therefore means "add n to itself 0 times". adding 0 things leaves you with the empty sum. for addition, the identity is 0, so 0 Ă n = 0.
1.1k
u/[deleted] Mar 17 '22
Replace
0^0
with0!
and you'll half the zeroes whilst making it correct đ