Solveeit Logo

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 pthp^{th} term of an A.P. be q and qthq^{th} term be p, then its rthr^{th} term will be

A

p + q + r

B

p - q + r

C

p + q - r

D

p - q - r

Answer

p+q-r

Explanation

Solution

Let the first term of the A.P. be 'a' and the common difference be 'd'. The general formula for the nthn^{th} term of an A.P. is given by: tn=a+(n1)dt_n = a + (n-1)d

According to the given conditions:

  1. The pthp^{th} term is qq: tp=a+(p1)d=qt_p = a + (p-1)d = q --- (Equation 1)
  2. The qthq^{th} term is pp: tq=a+(q1)d=pt_q = a + (q-1)d = p --- (Equation 2)

Subtract Equation 2 from Equation 1: (a+(p1)d)(a+(q1)d)=qp(a + (p-1)d) - (a + (q-1)d) = q - p
a+pddaqd+d=qpa + pd - d - a - qd + d = q - p
pdqd=qppd - qd = q - p
d(pq)=(pq)d(p - q) = -(p - q)

Assuming pqp \neq q, we can divide both sides by (pq)(p-q):
d=(pq)(pq)d = \frac{-(p-q)}{(p-q)}
d=1d = -1

Now substitute the value of d=1d = -1 into Equation 1:
a+(p1)(1)=qa + (p-1)(-1) = q
a(p1)=qa - (p-1) = q
ap+1=qa - p + 1 = q
a=p+q1a = p + q - 1

So, the first term of the A.P. is a=p+q1a = p + q - 1 and the common difference is d=1d = -1.

Finally, we need to find the rthr^{th} term, trt_r. Using the general formula for the nthn^{th} term:
tr=a+(r1)dt_r = a + (r-1)d

Substitute the values of 'a' and 'd' we found:
tr=(p+q1)+(r1)(1)t_r = (p + q - 1) + (r-1)(-1)
tr=p+q1r+1t_r = p + q - 1 - r + 1
tr=p+qrt_r = p + q - r

Thus, the rthr^{th} term of the A.P. is p+qrp+q-r.