-1

I have trouble finding an explicit expression to prove this sum using induction, and would like a hint. It would also help if someone provided a non-induction question.

Gerard L.
  • 2,536

2 Answers2

2

Hint: $$ \binom{n}{k}k = \frac{n!}{k!(n-k)!}k = \frac{n!}{(k-1)!(n-k)!}=n\binom{n-1}{k-1} $$

For the last step, note that $n-k = (n-1)-(k-1)$

Hyperplane
  • 11,659
1

Hint:

What is the derivative of $(1+x)^n$?

Bernard
  • 175,478
  • Um, I'd prefer to things that the eight grade me could understand. I would rather not do calculus on this problem. – Gerard L. Oct 27 '17 at 23:32
  • 2
    Pardon me, but derivatives and Newton's formula are seen in high school, as far as I know. Now if you don't want a two-line computation, I don't know how to do it. – Bernard Oct 27 '17 at 23:35
  • @Gerard L. When I was in 8th grade, I barely knew what exponents where (and by 12th grade most people around me barely knew what's a function contrary to Bernard's post), so you're in much, much better position to understand this than I was. – Maximal Ideal Oct 27 '17 at 23:45