Triangular numbers are of the form $\frac{n(n+1)}{2}$ where $n$ is a non-negative integer, or of the form $1 + 2 + 3 + .... + n$.
The no.of ways of choosing $2$ objects out of $n$ objects is also $\frac{n(n+1)}{2}$.
I was wondering whether we could count the no.of ways of choosing $2$ objects out of $n$, in the form of $1 + 2 + 3 +......+ n$.
I could not think of a way to do this.
How can we think of $n$ choose $2$ in the form of $1 + 2 + .... + n$?