Question: $x^2 + bx + ca = 0 $ and $ x^2 + cx + ab = 0 $ have only one non-zero common root , show that their other roots satisfy $ t^2 + at + bc =0 $ .
I have tried to solve it by first finding the common root which is equal to $-(b + c)$ . Then I found the other roots: $$ \frac{-ca}{b + c} \text{ and } \frac{-ab}{b + c}$$ If they are the roots of the given equation, then their sum is $-a$ and their product is $bc$.
Though I've found the sum is $-a$ but cannot prove their product. Help.