Question
Question: If the $p^{th}$ term of an A.P. be q and $q^{th}$ term be p, then its $r^{th}$ term will be...
If the pth term of an A.P. be q and qth term be p, then its rth term will be

p + q + r
p - q + r
p + q - r
p - q - r
p+q-r
Solution
Let the first term of the A.P. be 'a' and the common difference be 'd'. The general formula for the nth term of an A.P. is given by: tn=a+(n−1)d
According to the given conditions:
- The pth term is q: tp=a+(p−1)d=q --- (Equation 1)
- The qth term is p: tq=a+(q−1)d=p --- (Equation 2)
Subtract Equation 2 from Equation 1:
(a+(p−1)d)−(a+(q−1)d)=q−p
a+pd−d−a−qd+d=q−p
pd−qd=q−p
d(p−q)=−(p−q)
Assuming p=q, we can divide both sides by (p−q):
d=(p−q)−(p−q)
d=−1
Now substitute the value of d=−1 into Equation 1:
a+(p−1)(−1)=q
a−(p−1)=q
a−p+1=q
a=p+q−1
So, the first term of the A.P. is a=p+q−1 and the common difference is d=−1.
Finally, we need to find the rth term, tr. Using the general formula for the nth term:
tr=a+(r−1)d
Substitute the values of 'a' and 'd' we found:
tr=(p+q−1)+(r−1)(−1)
tr=p+q−1−r+1
tr=p+q−r
Thus, the rth term of the A.P. is p+q−r.