If t(n) represents the nth term of an AP, then which of the following is always true?
t(1) + t(20) = t(19) + t(2)
t(2) + t(18) = t(4) + t(16)
We know that the sum of the first term and the last term is equal to the sum of the second term and the second last term and so on.
If we were to express the above information in the form of an equation, we have:
t(1) + t(n) = t(2) + t(n-1) = t(3) + t(n-2) and so on.
Observe that in all the cases, the sum of the numbers in the brackets (which determines which term it is) is always equal to (n+1)
((1 + n) = (2 + (n-1)) = (3 + (n-2)) =......)
So, we can come up with the following observation:
In an AP where t(n) represents the nth term, if t(a) + t(b) = t(x) + t(y), then
a + b = x + y