Simplifying a fractional factorial with variables

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
13 replies · 3K views
hnicholls
Messages
49
Reaction score
1
I am trying to work through a simplication of this factorial with variables:

(n/2)!/[(n+2)/2]!

I get,

2[n(n-1)]/2[(n+2)(n+1)n(n-1)]

cancelling the 2[n(n-1)]

leaves me with 1/[(n+2)(n+1)]

However, Wolfram Alpha tells me this can be simplified as 2/(n+2) and I don't see that.

Thanks
 
Mathematics news on Phys.org
hnicholls said:
I am trying to work through a simplication of this factorial with variables:

(n/2)!/[(n+2)/2]!

I get,

2[n(n-1)]/2[(n+2)(n+1)n(n-1)]

cancelling the 2[n(n-1)]

leaves me with 1/[(n+2)(n+1)]

However, Wolfram Alpha tells me this can be simplified as 2/(n+2) and I don't see that.

Thanks

simplify by using k = (n/2)! and go from there. It falls out rather easily.
 
I'm not clear how a substitution of k = (n/2)! would help.
 
(k+1)k(k-1)(k-2) etc.
 
phinds said:
simplify by using k = (n/2)! and go from there. It falls out rather easily.
hnicholls said:
I am trying to work through a simplication of this factorial with variables:

(n/2)!/[(n+2)/2]!
Write (n+2)/ 2 = n/2 +1. So you have ##\frac {(n/2)!}{(n/2+1)!}##
How are k! and (k+1)! related?
 
DrClaude said:
I guess what @phinds means is "How much is (k+1)! when k = n/2?"
No, what I meant was exactly the hint that ehild made more explicit. It's irrelevant for this step that you have set K = n/2, as that has no bearing on the simplification once you've replaced n/2 with K. Sure, once you've done the simplification, you have to put n/2 back in place of K but again, that's irrelevant to the simplification.

ehild has combined my two hints. I think at this point, there just isn't any way to GIVE any further hints without just spoon feeding the answer which is what we've all been trying to avoid.
 
micromass said:
There is no such thing as ##(n/2)!## when ##n## is just an arbitrary integer. I don't care what wolfram says, the factorial is only defined for natural numbers.
Sure, but that has no bearing on this problem. Do the simplification that I suggested and you'll see that the factorial falls out completely so your point, while true, is irrelevant to this problem. That is, the original statement DOES in fact have an invalid term, as you point out, but so what if it falls out by simplification?
 
phinds said:
Sure, but that has no bearing on this problem. Do the simplification that I suggested and you'll see that the factorial falls out completely so your point, while true, is irrelevant to this problem. That is, the original statement DOES in fact have an invalid term, as you point out, but so what if it falls out by simplification?

So you think it's a good thing that something invalid is equal to something valid? That's not how math works.
 
micromass said:
So you think it's a good thing that something invalid is equal to something valid? That's not how math works.
No, I understand what you're saying but I think this is an exercise in simplification.
 
(n/2)!/[(n+2)/2]!

(n/2)! = (n/2)(n/2 - 2/2) = (n/2)[(n-2)/2]

[(n+2)/2]! = [(n+2)/2][(n+2)/2 - 2/2][(n+2)/2 - 4/2] = [(n+2)/2][(n/2][(n- 2)/2]

cancel out the (n/2)[(n-2)/2] and you are left with 1/[(n+2)/2] or 2/(n+2)

Thanks DrClaude. The last point was a BIG help.

Henry