SOLUTION: What is the sum of the first 25 consecutive odd numbers?

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: What is the sum of the first 25 consecutive odd numbers?      Log On


   



Question 941591: What is the sum of the first 25 consecutive odd numbers?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What is the sum of the first 25 consecutive odd numbers?
a(1) = 1
a(25) = 1 + (24)*2 = 49
----
Sum = (n/2)(a(1)+a(25))
Sum = (25/2)(1 + 49)
Sum = 625
----------------
cheers,
Stan H.
---------------