SOLUTION: use auss approach to find the following sums A. 1,+2,+3,+4,+...+98 B. 1+3+5+7+...+97

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: use auss approach to find the following sums A. 1,+2,+3,+4,+...+98 B. 1+3+5+7+...+97      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 810283: use auss approach to find the following sums
A. 1,+2,+3,+4,+...+98
B. 1+3+5+7+...+97

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Use Gauss approach to find the following sums
A. 1,+2,+3,+4,+...+98
a = 1
d = 1
S(n) = (n/2)(a+L)
S(98) = 49(99) = 4851
------
B. 1+3+5+7+...+97
a = 1
d = 2
---
Find "n":
97 = 1 + (n-1)2
96 = (n-1)2
48 = n=1
n = 50
-----
S(50) = (50/2)(1+97) = 2450
===============================
Cheers,
Stan H.
================