How to solve the quadratic equation $x^2 - 5x + 6 = 0 $?
There are two ways to solve it :
a) $x^2 - 3x-2x+6$
$x(x-3) -2(x-3)$
$x=2,3$
b) $x^2 - 6x+1x+6$
$x(x-6) + 1(x+6) = 0$.
Now , here also I used the same method. But the neither am I able the quadratic equation nor is the method working here.
Also , a quadratic equation cannot have more than $2$ roots. So , either $6$ or $-6$ can’t be the answer. Then , why do I even reach this approach ? Why is it coming different here ?
I think this approach is wrong because :
In this approach , what matters is that in the starting $3 \cdot 2$ ( this $-5x$ which we shortened up into $-3x-2x$) should be equal to $6$, i.e. our constant in the quadratic equation.
Even in 2nd case, $6 \cdot 1 = 6$.
But the problem is the signs: $-3 \cdot -2 = +6$ but not $(-6)(1)=+6$. Therefore , this approach is wrong.
Am I correct?
While splitting the middle term into two terms say $b_1x$ and $b_2x$ the product of their coefficients i.e. $b_1b_2$ should be equal to product of coefficient of $x^2$ say $a$ and constant term, $c$ for factorisation, i.e $b_1b_2=ac$. But here, your $ac=6$ but $b_1b_2= -6$ That's why you are not able to factorise in case b