Verify mobile number to view the solution
Solutions
Since p and q are the roots of equations so they will satisfy them also.
Hence, p2m + np + q = 0 ............(1)
And, q2m + nq + p = 0 .........(2)
Equation (2) - Equation (1)
⇒ m (p2 - q2 ) + n (p - q) + (q - p) = 0
⇒ (p - q) {m (p + q) + n -1} = 0
Since in the question it is given that p ≠ q
So, {m (p + q) + n -1} = 0
or p+q = (1-n)/m
Now dividing Eq (1) by p and Eq (2) by q we will get,
pm + n + (q/p) = 0 ............(3)
qm + n + (p/q) = 0 ............(4)
Equating n from both the equations, we will get
-pm - q/p = -qm -p/q
pm - qm = p/q - q/p
m(p-q) = (p+q)(p-q) / pq
pq = (p+q)/m = (1-n)/m2
Now the equation with roots p and q can be written as, x2 - (p + q) x + pq = 0
x2 - [(1-n)/m]x + (1-n)/m2 = 0
⇒m2x2 + m(n -1)x + 1 - n = 0