Question 941591
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.
---------------