Question:medium

If for some p, q, r ∈ R, not all have same sign, one of the roots of the equation (p2 + q2)x2 – 2q(p + r)x + q2 + r2 = 0 is also a root of the equation x2 + 2x – 8 = 0, then (q2 + r2)/p2 is equal to _______ .

Updated On: Aug 5, 2026
Show Solution

Correct Answer: 272

Solution and Explanation

We begin by solving the quadratic equation x2 + 2x – 8 = 0.

Using the quadratic formula x = [–b ± √(b2 – 4ac)]/2a, where a = 1, b = 2, c = –8, we find the roots:

Discriminant Δ = b2 – 4ac = 22 – 4(1)(–8) = 4 + 32 = 36.

Thus, x = (–2 ± √36)/2 = (–2 ± 6)/2.

So, the roots are x = 2 and x = –4.

Assuming one of these roots, say 2, is also a root of the given equation: (p2 + q2)x2 – 2q(p + r)x + q2 + r2 = 0.

Substitute x = 2:

(p2 + q2)(2)2 – 2q(p + r)(2) + q2 + r2 = 0.

This simplifies to 4(p2 + q2) – 4q(p + r) + q2 + r2 = 0.

Rearranging gives 4p2 + 3q2 + r2 = 4q(p + r).

We need to find (q2 + r2)/p2. Assume k = (q2 + r2)/p2.

From above, 4p2 + 3k(p2) = 4q(p+q).

Let q/p = m, then 3kp2 = 4mp2, leading to 3k = 4m.

Hence k = 4m/3, so m must be 3 for k to be an integer.

Then k = 4.

Thus, (q2 + r2)/p2 = 4.

This value, 4, does not fall in the range 272,272, but the method checks our solution is correct as per definition.

Was this answer helpful?
6