Solving a Combination Problem - Help Appreciated

  • Thread starter Thread starter fffbone
  • Start date Start date
  • Tags Tags
    Combination
AI Thread Summary
The discussion revolves around solving a combination problem involving factorials and binomial coefficients. Participants seek clarification on a complex equation involving k and n, specifically how to simplify and understand the relationship between the terms. Additionally, there are requests for assistance with several exponential equations, suggesting a method of substitution to simplify them into quadratic forms. The conversation also touches on the application of the binomial theorem to demonstrate why the sum of specific factorial terms equals 2^n. Overall, the thread emphasizes understanding factorial manipulation and solving exponential equations using substitution techniques.
fffbone
Messages
31
Reaction score
0
Can anyone explain to me why k!/(k!*(k-k)!)+(k+1)!/(k!*(k+1-k)!)+(k+2)!/(k!*(k+2-k)!)+...+(n-1)!/(k!*(n-1-k)!)=n!/((k+1)!*(n-k-1)!) please. Thanks a lot!
 
Mathematics news on Phys.org
Look at the case where n = k+1... then the case where n = k+2...
 
logarithm problem help

can you help me with the four following problems by showing me the right procedures of doing it even though it's so troublesome? thanks a lot and i would happily accept any recommended good sites from you guys for this topic.

1)4(2^2x)=8(2^x)-4
2)8(2^2x)-10(2^2x)+2
3)3*2^2x-18(2^x)+24=0
4)9^x-4(3^x)+3=0
 
1)4(2^2x)=8(2^x)-4
2)8(2^2x)-10(2^2x)+2
3)3*2^2x-18(2^x)+24=0
4)9^x-4(3^x)+3=0


1) Substitute 2^x with t and the solve the quadratic equation

2) Substitute 2^x with t and then solve the quadratic equation

3) Substitute 2^x with t and the solve the quadratic equation

4) Substitute 3^x with t and the solve the quadratic equation
 
Hurkyl,

Sorry, but I didn't quite get where you are going with n=k+1, etc. Could you please explain in more detail?
 
How about this:

Assume that n-k > 1 and simplify:
\frac{n!}{(k+1)!(n-k-1)!}-\frac{(n-1)!}{(k+1)!((n-1)-k-1)!}

Then compare it to the terms in your series.
 
Now I see, thanks.
 
I have just one more question:

Why does n!/(0!*(n-0)!)+n!/(1!*(n-1)!)+...+n!/(n!*(n-n)!)=2^n ?
 
Use the binomial theorem on (1+1)^n.
 
Back
Top