What is sum of the first 30 positive numbers?
You can do it in a couple of ways:
(30 X (30+1)) / 2=465
Another way is to group them into pairs like this: 1 + 30, or 2 + 29, or 3 +28.....so on.
So we have 15 pairs X 31=465