I have this "symmetric" quadratic equation: \begin{align*} a(1-x)^2+b(1-x)x+c x^2 = 0 \end{align*} and I am trying to impose conditions on $a,b,c$ such that there is at least one root $0<x_* <1$. In that case, writing $y=1-x$ the equation reads as: \begin{align*} a y^2+b(1-y)y+c (1-y)^2 = 0 \end{align*} (hence the "symmetry"). I expect something like $ac<0$. Any ideas/reference?
\Cheers!