What's the formula for the 365 day penny challenge?

The real question is, what's a simple formula for getting a sum of consecutive integers, starting at whole number 1, without having to actually count it all out

While others have answered the question, I could not resist to reflect some history associated with the question.

The question you asked relates back to a famous mathematician Gauss the story sometimes referred to as "Gauss Punishment", goes like:

In elementary school in the late 1700’s, Gauss was asked to find the sum of the numbers from 1 to 100. The question was assigned as “busy work” by the teacher, but Gauss found the answer rather quickly by discovering a pattern. His observation was as follows:

1 + 2 + 3 + 4 + … + 98 + 99 + 100

Gauss noticed that if he was to split the numbers into two groups (1 to 50 and 51 to 100), he could add them together vertically to get a sum of 101.

1 + 2 + 3 + 4 + 5 + … + 48 + 49 + 50

100 + 99 + 98 + 97 + 96 + … + 53 + 52 + 51

1 + 100 = 101 2 + 99 = 101 3 + 98 = 101 . . . 48 + 53 = 101 49 + 52 = 101 50 + 51 = 101

Gauss realized then that his final total would be 50(101) = 5050.

The source of the above is mostly from The sum of the first 100 whole numbers

Another version goes like, he wrote the numbers as follows:

001 + 002 + 003 +...+ 098 + 099 + 100 = S

100 + 099 + 098 +...+ 003 + 002 + 001 = S

(100+1)+(100+1)+(100+1)+...+ (100+1)+(100+1)+(100+1)= 2S

The value $(100+1)$ is repeated $100$ times.

so we get:

$$100 * (100+1) = 2S$$

but we only want the value of $S$

$$s=\frac{100*(100+1)}{2}$$

Needless to say, the number 100 can be any positive integer and the method would work the same. It is amazing what goes in the mind of a kid who is very young!


Have had a lot of friends ask about this lately, as it is all over FaceBook. The formula is actually quite simple:

(N (N + 1) ) / 2 where N = Highest value

Or Simply $\frac {n(n+1)}{2}$

Thus

365 (365 + 1) ) / 2 = 66795

Divide that by 100 (because there's 100 pennies in a dollar) and viola! $667.95

Now, this is an OLD math (think about 6th century BC), wherein these results are referred to as triangle numbers. In part, because as you add them up, you can stack the results in the shape of a triangle!

1 = 1
     *
1 + 2 = 3 
     *
    * *
1 + 2 + 3 = 6
     *
    * *
   * * *
1 + 2 + 3 + 4 = 10
     *
    * *
   * * *
  * * * *

NoChance also has a fun story and answer to this question!


A little info on his lesson: -{for the super nerdy!}-

"...Carl Friedrich Gauss is said to have found this relationship in his early youth, by multiplying n/2 pairs of numbers in the sum by the values of each pair n+1. However, regardless of the truth of this story, Gauss was not the first to discover this formula, and some find it likely that its origin goes back to the Pythagoreans 5th century BC..." - wikipedia

"...The mathematical study of figurate numbers is said to have originated with Pythagoras, possibly based on Babylonian or Egyptian precursors. Generating whichever class of figurate numbers the Pythagoreans studied using gnomons is also attributed to Pythagoras. Unfortunately, there is no trustworthy source for these claims, because all surviving writings about the Pythagoreans are from centuries later. It seems to be certain that the fourth triangular number of ten objects, called tetractys in Greek, was a central part of the Pythagorean religion, along with several other figures also called tetractys. Figurate numbers were a concern of Pythagorean geometry. ...
- wikipedia


See? Fun stuff, numbers!


As the growth is linear, the average amount is also the average of the first-day and last-day amounts, hence

$$365\times\frac{0.01+3.65}2.$$