Very Easy question, but I wasn't actively doing the question and I got it wrong. I was looking at it & didn't know which step was wrong? It looked like all the individual steps are correct but the final solution is wrong.
I'm fully aware the solution is wrong & that if I plug the "roots" back in its wrong.
$$ 3x^2 - 6x - 9 = 0 $$ $$ 9 = 3x(x-2) $$ $$ x_1 = \frac{3}{9} \qquad x_2 = 11 $$
I should have factored etc etc, but I'm curious to know which step is incorrect & why.
I think you meant to write $3x^2−6x−9=0$. Then your first steps are fine:
$$3x^2−6x=9$$ $$3x(x-2)=9$$
At this point, I think you erroneously separated this equation into two equations $$3x=9\quad\mathrm{or}$$ $$x-2=9$$.
If you have two numbers $a$ and $b$ where $a\cdot b=9$, you cannot conclude that $a=9$ or $b=9$.
On the other hand, (*) if you have two numbers $a$ and $b$ where $a\cdot b=0$, you can conclude that $a=0$ or $b=0$.
Let's do it right.
$$3x^2−6x−9=0$$ $$x^2−2x−3=0$$ $$(x-3)(x+1)=0$$
Now apply (*), to get $$(x-3)=0\quad\mathrm{or}\quad(x+1)=0.$$