Understanding Factorials and Multiplying by an Integer

  • Thread starter Thread starter sandy.bridge
  • Start date Start date
  • Tags Tags
    Factorials Integer
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
10 replies · 8K views
sandy.bridge
Messages
797
Reaction score
1

Homework Statement


Hey all. Not super familiar with using factorials, however, they do pop up occasionally. I understand that n! = 1*2*3*...*n. How do we treat factorial when we are multiplying n by an integer before taking the factorial? I know the answer for expanding (2n)!, however, I do not see why. Thanks in advance.
 
Physics news on Phys.org
so (2n)!=(2*1)*(4*3*2*1)*(6*5*4*3*2*1)*...*(2n*(2n-1)*...*1). This can be taken a step further, though correct?
 
sandy.bridge said:
so (2n)!=(2*1)*(4*3*2*1)*(6*5*4*3*2*1)*...*(2n*(2n-1)*...*1). This can be taken a step further, though correct?

I don't think you get it. Look at post #2 again.
 
(2n)!=(2n*(2n-1)*(2n-2)*...*1) ?
 
Okay. How exactly does that end up being: 1*2*3*...*n*(n+1)*(n+2)*(n+3)*...*(2n) ?
 
sandy.bridge said:
(2n)!=(2n*(2n-1)*(2n-2)*...*1) ?
sandy.bridge said:
Okay. How exactly does that end up being: 1*2*3*...*n*(n+1)*(n+2)*(n+3)*...*(2n) ?

You've written it down correctly twice - one of them is in reverse order of the other. How can you not know that they are the same?

1*2 = 2*1 etc
 
SteamKing said:
Look at counting to 2n this way:

1,2,3,4,...,n-2,n-1,n - the sequence of all integers from 1 to n
n+1,n+2,n+3,..., n+n-2,n+n-1,n+n - the sequence of integers from n+1 to 2n
For some reason I was having a hard time seeing from n+1 to 2n. I completely see it now. Thanks!