Possible Duplicate:
Proof for formula for sum of sequence $1+2+3+\ldots+n$?
How was this derived as the sum of the following sequence...
$$S_n = (n–1)+(n–2)+(n–3)+\dotsb+1=\frac{n\cdot(n–1)}{2}$$
Please could you guide me in the right direction...
$$\begin{aligned} S_n &= 1+\dotsb+ (n-3)+(n-2)+ (n-1) \\ S_n &= (n–1)+(n–2)+(n–3)+\dotsb+1 \\ 2S_n &= (n-1+1)+(n-2+n-3)+(n-3+n-2)+(n-1+1) \\ S_n &= \dotsc \end{aligned}$$
I'm not sure where to go from here...
Edit solved: forgot to times n by last term.