Show that $\,\displaystyle\sum_{i=1}^{n} \binom{i}{2}=\binom{n+1}{3}$.
I'm thinking right now (though not getting anywhere with it) that I want to expand out the summation portion to $i!/2!(i-2)!$ and simplify from there? Not sure if that will help, not to mention if I put $1$ in for $i$ I get $1/-2$ which I don't think is right.
Anyone care to shed some light on the subject?
Thanks.
What we shall show is that $$ \sum_{i=2}^n\binom{i}{2}=\binom{n+1}{3}, $$ using a combinatorial argument:
The right-hand side is the number of the ways to choose three numbers among $\{1,2,\ldots,n,n+1\}$.
This is equal to the sum of $P_i$'s, $i=2,\ldots,n$, where $P_i$ is the number of ways to choose three numbers among $\{1,2,\ldots,n,n+1\}$ with the largest one being $i+1$. But $P_i$ is the number of ways to choose two numbers among $\{1,2,\ldots,i\}$, which is equal to $\binom{i}{2}$. Hence $$ \binom{n+1}{3}=\binom{2}{2}+\binom{3}{2}+\cdots+\binom{n}{2}. $$