Is there a general way in which a cubic equation of $3$rd degree can be represented by a quadratic equation of $2$nd degree such that $2$ solutions of a cubic equation is equal to $2$ solutions of corresponding quadratic equation.
For example $2$ solutions of equation $Ax^3+Bx^2+Cx-(A+B+C)=0$ is equal to $2$ solutions of quadratic equation $Ax^2+(A+B)x+(A+B+C)=0$.
But here the last term of cubic equation is $-(A+B+C)$.
If the last term is arbitrarily some constant number not equal to $-(A+B+C)$ then what quadratic equation will give the $2$ solution of cubic equation $Ax^3+Bx^2+Cx+D=0$ such that $D$ is not equal to $-(A+B+C)$
$$a x^3+b x^2+c x-(a+b+c)=0\tag{1}$$ has the integer solution $x=1$ thus can be factored as $$(x-1)\left[a x^2+(a+b) x+(a+b+c)\right]=0$$ So two soolutions of $(1)$ are solutions of $$a x^2+(a+b) x+(a+b+c)=0$$