Two methods to solve it:
1) Recognzie that it is AP (Arithmetic Progression)
Hence, use the formula
nth term = a + (n-1)*d = 9 + (n-1)*10
999 = 10n - 1
10n = 1000 n = 100
Substitute in summation formula:
Sigma (tn) = sigma(10n - 1)
= 10 * (n) * (n+1)/2 - n = (10 * 100 * 101)/2 - 100 = 50500 - 100 = 50400 Hence Eeeeeee
2) Recognzie that the it is Equally spaced set:
Hence No. of items = (last - first)/inrement + 1 = (999 - 9)/10 + 1 = 99 + 1 = 100
Since it is equally spaced set, Summation of such a set would be Avg * number of items.
Average of an equally spaced set = (first + last) / 2 = (9 + 999) / 2 = 504
Thus, Sum = 504 * 100 = 50400
Hence E and rhymes with GLEEE
