Question 1091343

Imagine you start saving pennies during summer vacation. On the first day, drop one penny into the piggy bank, two pennies the second day, three pennies the third day, and so on. How much money do you have at the end of summer? Vacation this year lasts 75 days.

I would like to know if there is a formula for doing this, since I know that adding each time one by one would take forever.
<pre>Yes, there is! You need to use the formula for the sum of an AP, or an Arithmetic Sequence.
This is: {{{matrix(1,3, S[n], "=", (n/2)(2a[1] + (n - 1)d))}}}, with:
{{{n}}}  = Number of terms (75, in this case)
{{{a[1]}}} = First term (1, in this case)
{{{d}}}  = Common difference (1, in this case)
Replacing all these variables should give you {{{highlight_green(matrix(1,4, "2,850", pennies, "=", "$28.50"))}}}