$$x^2-2(3m-1)x+2m+3=0$$ Find the sum of solutions. It says that the sum equals to $-1$. I just can't wrap my head around this? Any help? Thx
2026-04-24 12:57:34.1777035454
Sum of all solutions
15.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
In a quadratic equation $ax^2+bx+c=0$ the sum of the solutions (if any) is equal to $-b/a$. In fact, if $x_1$ and $x_2$ are the solutions then $$ax^2+bx+c=a(x-x_1)(x-x_2)=ax^2-a(x_1+x_2)x+a(x_1\cdot x_2)$$ and by comparing the coefficients we get $x_1+x_2=-b/a$.
In your case $x_1+x_2=2(3m-1)$. It seems that the sum of the (complex) solutions is $-1$ if $m=1/6$.