Find the sum of the odd integers from 1 through 49.

1 answer

use what you know about arithmetic sequences, in this case

a = 1
d = 2
n = (49-1)/2 + 1 = 25

S25 = 25/2 (1+49)