AI Solution
Powered by Tewtor.ai
QProblem
why did you divide by 2 first?
ASolution
When we solve a quadratic, we can first simplify the equation by dividing every term by the same non‑zero number.
In the problem
the coefficient of is . Dividing the whole equation by gives a simpler, “monic’’ quadratic (one whose leading coefficient is 1):
Why do this?
-
Easier arithmetic – Smaller numbers mean fewer chances for arithmetic errors.
-
Factoring becomes straightforward – With a leading coefficient of 1, we look for two numbers that multiply to (here 3) and add to (here –4). Those numbers are and , so
-
The quadratic formula works either way, but the discriminant calculation is simpler when the coefficients are smaller.
If you prefer to keep the original coefficients, you can still apply the quadratic formula directly:
which leads to the same roots and .
So dividing by 2 first is just a convenient shortcut; it doesn’t change the solutions, it only makes the algebra a bit cleaner.
If you’d like to see a visual comparison of solving the quadratic with and without that initial division, the video below walks through both approaches.