Multiple choice

$If\quad the\quad equations\quad { x }^{ 2 }+ax+b=0\quad and\quad { x }^{ 2 }+px-q=0\quad have\quad a\quad coomon\quad root\ then\quad that\quad root\quad is$

  1. $\frac { b+q }{ p-a }  $
  2. $\frac { b-q }{ p-q } or\frac { a-b }{ p-q } $
  3. $\frac { b+q }{ p+a } or\frac { aq-bp }{ p-q } $
  4. $\frac { b-q }{ p-a } or\frac { aq-bp }{ b-q } $
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Let alpha be the common root. alpha^2 + a*alpha + b = 0 and alpha^2 + p*alpha - q = 0. Subtracting: (a-p)*alpha + (b+q) = 0. alpha = (b+q) / (p-a).

AI explanation

Let the common root be r. Since r satisfies both equations, we have r^2 + ar + b = 0 and r^2 + pr - q = 0. Subtracting the second equation from the first eliminates r^2, giving (a - p)r + (b + q) = 0. Solving this linear equation for r yields r = (b + q) / (p - a). The common root is (b + q) / (p - a).