Problem: Find all values of $b$ for which the equations $1988x^2 + bx + 8891 = 0$ and $8891x^2 + bx + 1988 = 0$ have a common root.
What I have done so far: Let the roots of the first quadratic be $r_1$ and $r_2$, and the roots of the second quadratic be $s_1$ and $s_2$. We have the following equations.
- $r_1+r_2 = \frac{-b}{1988}$
- $r_1r_2=\frac{8891}{1988}$
- $s_1+s_2 = \frac{-b}{8891}$
- $s_1s_2 = \frac{1988}{8891}$
Without loss of generality, we can let $r_1=s_1$, but I am not sure how to solve these equations after that. Tips?
hint
Observe that zero is not a root and if $ r\ne 0 $ is a root of the first, $ \frac 1r $ will be a root of the second.
So, we should have $$r=\frac 1r$$
or $ r=\pm1 $.
thus
$$1988\pm b+8891=0$$