Factorial Q: How to Get (n+1)!

  • Context: High School 
  • Thread starter Thread starter askor
  • Start date Start date
  • Tags Tags
    Factorial
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
askor
Messages
168
Reaction score
9
How do you get

(n + 1)! = (n + 1)(n)(n - 1)(n - 2) ... 3 ⋅ 2 ⋅ 1

?

Isn't (n + 1)! = (n + 1) ⋅ (n + 1 - 1) ⋅ (n + 1 - 2) ⋅ (n + 1 - 3) ⋅ (n + 1 - 4) ... and so on?
 
Mathematics news on Phys.org
askor said:
How do you get

(n + 1)! = (n + 1)(n)(n - 1)(n - 2) ... 3 ⋅ 2 ⋅ 1

?

Isn't (n + 1)! = (n + 1) ⋅ (n + 1 - 1) ⋅ (n + 1 - 2) ⋅ (n + 1 - 3) ⋅ (n + 1 - 4) ... and so on?
You need to realize that:
n+1-1 = n
n+1-2 = n-1
n+1-3 = n-2
etc