Concept:If the sum of coefficients of a quadratic equation ax2+bx+c=0 is zero (a+b+c=0), then one root is 1 and the other is ac.Explanation:Given equation: (q−r)x2+(r−p)x+(p−q)=0.Sum of coefficients: (q−r)+(r−p)+(p−q)=0.Thus, x=1 is a root.Product of roots =ac=q−rp−q.Since one root is 1, the other root is q−rp−q.Alternatively, using the quadratic formula: a=(q−r), b=(r−p), c=(p−q).Discriminant: (r−p)2−4(q−r)(p−q)=(r+p−2q)2.Roots: x=2(q−r)−(r−p)±(r+p−2q).This gives x=q−rp−q and x=1.Answer:The roots are q−rp−q and 1, which corresponds to option B.