You can put this solution on YOUR website! The numbers are:
3, 6, 9, 12, 15 . . . 99
I can express the sum as:
1*3 +2*3 + 3*3 + 4*3 + 5*3 + . . . + 33*3
Also as:
3*( 1 + 2 + 3 + 4 + 5 + . . . + 33 )
---------------------------------
The formula for the sum of numbers from
1 to n is:
----------------------------------
for instance:
-----------------------------
3*( 1 + 2 + 3 + 4 + 5 + . . . + 33 ) =
Hope I got it!