Question 1090863
<br>Because there is a constant pattern in how much you save each week, there is an easy way to get the answer without adding all the 24 amounts.<br>
You save 50 the first week, and then increase the amount by 40 each week for 24 weeks.  To see how to get the answer easily, let's think about the amounts saved only in the first couple of weeks and in the last couple of weeks.<br>
The amount saved the first week is 50; the amount saved the second week is 90.<br>
The amount saved the last week is the original 50, plus the additional 40 added 23 times, for a total of 50+920 = 970.  And so the amount saved the previous week is 970-40 = 930.<br>
The average of the amounts for the first and last weeks is
{{{(50+970)/2 = 510}}}<br>
The average of the amounts for the second and next-to-last weeks is
{{{(90+930)/2 = 510}}}<br>
You might be able to see by those two calculations that the average of each such pair is going to be the same number, 510.  But that means the average of ALL the amounts is 510.<br>
And so the total amount saved in the 24 weeks is just that average of 510 multiplied by the number of weeks:<br>
{{{510*24 = 12240}}}<br>
In general, any time you have a sequence of numbers like this, where there is a common difference between the numbers, the total can be calculated as<br>
(average of first and last numbers) times (number of numbers)