22, 35, 48, 61, 74, 87, 100, 113, …
Above is a recursive sequence such that T 0 = 2 2 and T 1 = 3 5 . But the general term T n for n ≥ 2 is not known. Your task is to find the general term by observing the sequence. What is T 2 0 − T 1 6 ?
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.
It's an arithmetic progression with first term T 0 = 2 2 and difference 13 , so T 2 0 − T 1 6 = ( 2 2 + 1 3 ⋅ 2 0 ) − ( 2 2 + 1 3 ⋅ 1 6 ) = 1 3 ⋅ 4 = 5 2
Problem Loading...
Note Loading...
Set Loading...
Its an arithmetic progression with first term a=22 and the second being 35 which gives the common difference as 13(by subtracting the two as terms of an AP have general form of a+(n-1)d ) Now for finding T 2 0 - T 1 6 = [a+(20-1)d] - [a+(16-1)d] which leaves us with 4d (where d=13) hence the answer to the expression is 52