I had the following quadratic equation: $$38x^2 - 140x - 250 = 0$$ And before starting to solve it, I simplified it by dividing all terms by $2$: $$19x^2 -70x - 125 = 0$$ But when I solved it I got: $$x= \frac{35\pm5\sqrt{163}}{19}$$ which is not the exact solution for the original equation. So, I returned to that first equation and solved it. The roots are: $x=-\frac{25}{19}, 5$
Now my question is: How would I know when to simplify a quadratic equation before solving it? Is there something that shows me that I'm right to simplify or not?
Thank you for your help.
You can always simplify a quadratic equation (by dividing out common numeric factors) before solving it. Simplifying like this is optional and is always a good idea because it generally gives you easier numbers to work with.
The error is not because you simplified, it's because there is a mistake somewhere in your work after that. I can't tell you where exactly without seeing your work, but here's how it should go:
\begin{align*} x &= \frac{70 \pm \sqrt{(-70)^2 - 4(19)(-125)}}{2(19)}\\[0.3cm] &= \frac{70 \pm \sqrt{4900 + 9500}}{38}\\[0.3cm] &= \frac{70 \pm \sqrt{14400}}{38} \\[0.3cm] &= \frac{70 \pm 120}{38} \end{align*}
When simplified you get $x = 5$ and $x = -25/19$.