If $a\neq p$, $b\neq q$, $c\neq r$ and $\left|\begin{array}{cc}p&b&c\\a&q&c\\a&b&r \end{array}\right|= 0$ then the value of $\frac{p}{p-a}+\frac{q}{q-b}+\frac{r}{r-c}$ is
(a) -1 $\space\space\space\space\space$ (b)1 $\space\space\space\space\space$ (c)-2 $\space\space\space\space\space$ (d)2
I tried this question, but I could not go beyond
$(p-a)(r(q-b)+b(r-c))+a(q-b)(r-c)=0$
after applying two elementary row operations $(R_1 \rightarrow R_1 - R_2$ & $R_2 \rightarrow R_2 - R_3)$to the determinant.
Any idea on how to solve it further? Thanks...