Given an arithmetic progression where the $$ p\text{-th term}=2p+4q-5r\\ q\text{-th term}=3p+3q-5r\\ r\text{-th term}=3p+4q-6r$$ determine the value of the $(p+q+r)$-th term.
Also, find $n$ where the $n$-th term equals zero.
__
NB: This question was designed as an extension of some similar questions here on MSE.
We have $$a_p = a_1 + (p-1)d = 2p+4q-5r...(1)$$ $$a_q = a_1 + (q-1)d = 3p+3q-5r...(2)$$ $$a_r =a_1 + (r-1)d = 3p+4q-6r...(3)$$ Now, subtracting $(1)$ and $(2)$ gives us $d=-1$ and thus $a_1 = 3p+4q-5r-1$.
Then, $$a_{p+q+r} = a_1 + (p+q+r-1)d = 3p+4q-5r-1 -p-q-r+1 = 2p+3q-6r$$ If $a_n = 0$, then $$a_1 + (n-1)d = 0 \Rightarrow n = a_1 + 1=(3p+4q-5r)^{\text{th}} \text{ term }$$