Tewtor Logo

Tewtor.ai

AI Solution

Powered by Tewtor.ai

Shared by Mohammed Usama0 views

QProblem

why did you divide by 2 first?

ASolution

Dividing by 2 is simply a way to simplify the equation before we try to factor it.

1. Why we look for a common factor

The original quadratic is

2x28x+6=0.2x^{2}-8x+6=0 .

All three terms (the two xx‑terms and the constant) share the factor 2:

* 2x2=2x22x^{2}=2\cdot x^{2}
* 8x=2(4x)-8x=2\cdot(-4x)
* 6=236=2\cdot 3

When every term contains the same factor, we can divide the entire equation by that factor without changing the set of solutions. Algebraically:

If a0a\neq0, then

aA=aB    A=B.a\,A = a\,B \;\Longrightarrow\; A = B .

Here a=2a=2, A=x24x+3A = x^{2}-4x+3, and B=0B = 0 (because 20=02\cdot0=0). So

2x28x+62=0x24x+3=0.\frac{2x^{2}-8x+6}{2}=0 \quad\Longrightarrow\quad x^{2}-4x+3=0 .

2. What we gain

  • Smaller numbers – working with 11, 4-4, and 33 is easier than with 22, 8-8, and 66.
  • Easier factoring – we need two numbers that multiply to +3+3 and add to 4-4. Those are 1-1 and 3-3, which are obvious once the coefficients are small.
  • Reduced chance of arithmetic errors – fewer large multiplications or sign mistakes.

3. What would happen if we didn’t divide?

You could still solve the quadratic, but you’d have to factor a “scaled‑up” version:

2x28x+6=2(x24x+3).2x^{2}-8x+6 = 2\bigl(x^{2}-4x+3\bigr) .

Factoring the part in parentheses gives the same factors, and the outer 2 does not affect the roots because 202\neq0. So the solutions are unchanged, but the intermediate steps are messier.

4. Alternative: quadratic formula (no division needed)

If you prefer not to factor, you can apply the quadratic formula directly to the original coefficients a=2a=2, b=8b=-8, c=6c=6:

x=b±b24ac2a=(8)±(8)24(2)(6)2(2)=8±64484=8±164=8±44.x=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a} =\frac{-(-8)\pm\sqrt{(-8)^{2}-4(2)(6)}}{2(2)} =\frac{8\pm\sqrt{64-48}}{4} =\frac{8\pm\sqrt{16}}{4} =\frac{8\pm4}{4}.

Thus x=8+44=3x=\dfrac{8+4}{4}=3 or x=844=1x=\dfrac{8-4}{4}=1, the same answers we obtained after dividing by 2.


Bottom line: Dividing by the greatest common factor is a convenient “pre‑processing” step that makes the numbers smaller and the factoring step straightforward, while preserving all solutions. It’s optional, but it often saves time and reduces errors.

Let me know if you’d like to see another example or practice more problems!

Shared on 7/17/2026

Need help with your own problems?

Get instant AI tutoring and step-by-step solutions on Tewtor.ai

© 2024 Tewtor.ai - AI-Powered Learning Platform