Simplifying Factorials: How to Simplify 2n+2!?

  • Thread starter Thread starter xXOfNiRXx
  • Start date Start date
  • Tags Tags
    Simplify
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
xXOfNiRXx
Messages
13
Reaction score
0
Just a quick question. I'm having problems with factorials. For example, how do you simplify 2n+2!? Is it 2n!*2n+1!?

Thanks everybody!
 
Physics news on Phys.org


Strictly speaking, 2n + 2! would be just 2n + 2, since 2! = 2. You probably meant (2n + 2)!, which is (2n + 2)*(2n + 1)*(2n)!.

Edit: added a missing factor in the above.


Note that 2n! is different from (2n)!. The first is 2(n*(n-1)*(n-2)*...*2*1). The second is 2n*(2n-1)*(2n-2)*...*2*1.

You should get into the habit of using parentheses...
 
Last edited:


Mark44 said:
You probably meant (2n + 2)!, which is (2n + 1)*(2n)!.
Actually, it's (2n+2)*(2n+1)*(2n)!, but I'm sure you knew that.