Correct option is C
Given:
We need the sum of the first 25 odd numbers.
Concept Used:
The sum of the first n odd numbers is
Solution:
Sum =
Alternate Method:
The first 25 odd numbers form an arithmetic progression: 1, 3, 5, ..., 49.
First term (a) = 1
Common difference (d) = 2
Number of terms (n) = 25
Last term (l) = a + (n - 1)d
l = 1 + (25 - 1) 2
l = 1 + 242
l = 1 + 48 = 49
Sum = (a + l)
= (1 + 49)
= 50
= 2525 = 625
Therefore, the sum of the first 25 odd numbers is 625.