AI Solution
Powered by Tewtor.ai
QProblem
why did you divide by 2 first?
ASolution
Why we divide by 2 first
When you have a quadratic like
every term shares a common factor (here, 2). Dividing the entire equation by that common factor does three useful things:
- Simplifies the numbers – the coefficients become smaller, so the arithmetic in later steps is easier and less error‑prone.
- Keeps the equation equivalent – dividing every term (and the right‑hand side) by the same non‑zero number does not change the set of solutions. It’s the same “balance” you’d keep on a scale.
- Makes factoring straightforward – after dividing, the quadratic often factors with integer numbers, avoiding fractions that would appear if you tried to factor the original form directly.
If you only divided part of the equation (e.g., just the first term), you would change the balance and obtain a different equation with different solutions. That’s why the whole equation must be divided by the same factor.
What happens after dividing
Dividing every term by 2 gives
which factors nicely as . Solving each factor yields the roots and .
If we had tried to factor the original form without simplifying, we’d need to work with fractions:
which still leads to the same factor after pulling out the 2, but the extra step can cause algebraic slips.
Bottom line
Divide the entire equation by the greatest common factor to keep the equation equivalent, reduce arithmetic difficulty, and make factoring (or applying the quadratic formula) smoother.
Would you like a short video that visualizes this process?