2

$$1*2 + 2*3 + 3*4 + ... + n(n+1) = 2*{n+2\choose 3}$$ for natural numbers $n$.

For my discrete maths class, we are learning combinatorial proofs, and my prof handed this problem as practice. I'm aware of the process of a combinatorial proof (counting the same thing in two different ways), but I have no idea how to start this problem or how to relate the LHS to a counting problem.

All I know is the RHS is twice the number of ways to make $3$ element subsets of a set of $n+2$ elements. A possible hint I found from a related problem in my book is to consider a set $$S = \{0, 1, 2, 3, ... , n, n+1\}$$ which has $n+2$ elements.

311411
  • 3,537
  • 9
  • 19
  • 36
Ethan Shade
  • 132
  • 7

1 Answers1

1

As in @YiFan's comment, it's easier if we divide everything by $2$. Suppose you want to pick a $3$-element subset of $\{1,2,\dots,n+2\}$. Two ways to do this are:

  • Pick all three elements simultaneously. There are $\binom{n+2}{3}$ ways to do this, by definition.
  • Pick the largest element first. If the largest element is $k$, then there are $\binom{k-1}{2}$ ways to pick the remaining elements. Then sum over all possible values of $k$.
Micah
  • 38,108
  • 15
  • 85
  • 133
  • You seem to have ignored Jyrki's comment, and answered a duplicate. – amWhy Nov 05 '21 at 21:00
  • 1
    https://meta.stackexchange.com/questions/78685/how-to-find-the-exact-time-of-posting – Micah Nov 05 '21 at 21:05
  • https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwil742bnoL0AhXlmmoFHfpODbIQyCl6BAgNEAM&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DmXPoRnY3r10&usg=AOvVaw21xbhioUh8b_MwaQWGcyUN – amWhy Nov 05 '21 at 22:09