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
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 941591
:
What is the sum of the first 25 consecutive odd numbers?
Answer by
stanbon(75887)
(
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.
---------------