Show that these
$ax^2 + (b + d)x + c = 0$
$bx^2 + (c + d)x + a = 0$
$cx^2 + (a + d)x + b = 0$
have a common root if and only if $a+b+c+d = 0$ $a<b<c<d$ and non-zero
It is quite clear that when $x=1$, the root is confirmed. However, adding all equations is not giving something useful. Is there some method to solve such questions?
Moreover, can a solution using determinants be possible?
Any hints appreciated.