A sequence is given as: such that the difference between every two consecutive terms is the same.
Find the value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
By calculation we get T 2 − T 1 = T 3 − T 2 = T 4 − T 3 = 6 so we assume:
T n = 6 n + 1
i = 1 ∑ 5 0 T i = i = 1 ∑ 5 0 6 n + 1 = 6 i = 1 ∑ 5 0 n + i = 1 ∑ 5 0 1
. . . = 6 2 5 0 ( 5 0 + 1 ) + 5 0 = 7 6 5 0 + 5 0 = 7 7 0 0
Note: I've used ∑ i = 1 n i = 2 n ( n + 1 ) .