For sequence { a n } , the following holds: a 1 = 5 and a 1 0 0 = 2 0 0 . Evaluate k = 1 ∑ 9 9 a k − k = 1 ∑ 5 0 a 2 k − k = 1 ∑ 4 9 a 2 k + 1
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.
Problem Loading...
Note Loading...
Set Loading...
k = 1 ∑ 9 9 a k is sum of sequence { a n } from one to 99. Since subtracting k = 1 ∑ 5 0 a 2 k will take away even numbered terms and a 1 0 0 , it gives you [sum of all odd numbered terms - a_100]. Subtracting k = 1 ∑ 4 9 a 2 k + 1 will take away all odd numbered terms from 3 to 99, ergo we are left with a 1 − a 1 0 0 . 5 − 2 0 0 = − 1 9 5