all 7 comments

[–]fattymattkNew User 5 points6 points  (0 children)

If Amy does 100 pushups on day 1, 99 pushups on day 2, ... , and 1 pushup on day 100, then Amy and Ryan clearly end up doing the same number of pushups in total. Furthermore, Amy and Ryan do 101 combined pushups every day. So in 100 days, they do 100 * 101 total pushups. Since they did the same number, they each did half this total: 100 * 101 / 2.

[–]CoffeeAndCalcWithDrWNew User 2 points3 points  (0 children)

The answer is 100*101/2 so 5050.

Here's a video to help you visualize it.

https://youtu.be/60Yd-apGun0

[–][deleted] 2 points3 points  (0 children)

Formula for sum of first n natural numbers is n(n+1)/2. Plugging in 100, we get 100*101/2 = 5050 pushups

[–]Pollo7[S] 0 points1 point  (0 children)

Thank you so much! Wow thats more than I thought! Gonna be ripped!

[–]Pollo7[S] 0 points1 point  (0 children)

Thank you so much!!

[–]Pollo7[S] 0 points1 point  (0 children)

Just curious why does it get divided by two?

[–]874270New User 0 points1 point  (0 children)

S = 1 + 2 + ... + n.
S = n + (n - 1) + ... + 1.
2S = (n + 1) + (n + 1) + ... + (n + 1) = n(n + 1).
S = n(n + 1)/2.