if p term of series is q and qth term of a series is p. find n th term.
Answers
Answered by
1
pth term = q
a+(p−1)d=q
qth term = p
a+(q−1)d=p
Solving these equations, we get,
d=−1
a=(p+q−1)
Thus,
nth term = a+(n−1)d=(p+q−1)+(n−1)×(−1)=(p+q−n)
Similar questions