M. next
- 380
- 0
Why is it that (x + y)!=(x + y)(x + y - 1)(x + y - 2)...(x + 1)x!
Where did the last "x!" come from?
Thanks
Where did the last "x!" come from?
Thanks
The definition of the factorial of any number ##n## is ##(n)(n-1)\ldots(2)(1)##, i.e., you must keep subtracting until you get all the way down to ##1##. Therefore, when calculating ##(x+y)!##, you don't stop when you get to ##x##; you must continue all the way to ##1##.M. next said:Thank you for your quick reply. I got the form you required, but still I have the concept missing. If you don't mind explaining why did we multiply by (x+1)(x)(x−1)…(2)(1)? It seems like we get to a place where y disappears by subtraction but then again why did we add the term (x+1) and so on?