Step 1: Notice a special property of the coefficients.
For \((p-q)x^2 + (q-r)x + (r-p) = 0\), add up the three coefficients: \[ (p-q) + (q-r) + (r-p) = 0 \]
Step 2: Use what a zero coefficient sum tells us about the roots.
Whenever the coefficients of a quadratic \(ax^2+bx+c=0\) add up to zero, \(x=1\) is always one of its roots, and the other root is \(\frac{c}{a}\). Here that means one root is \(x=1\) and the other root is \(\frac{r-p}{p-q}\).
Step 3: Use the condition for equal roots.
For both roots to be equal, the second root must also equal 1: \[ \frac{r-p}{p-q} = 1 \implies r - p = p - q \implies q + r = 2p \]
Step 4: Match this with the given condition.
This is exactly the condition \(q + r = 2p\) given in the problem, so whenever \(q+r=2p\) holds, both roots of the equation genuinely become equal to 1. Hence, it is verified that the roots of the given quadratic equation are equal when \(q + r = 2p\).