Question 1023835
.
solve the quadratic equation
3x^2-18x+24=0
~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
First cancel both sides by the factor 3. You will get

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

Now factor left side:

(x-2)*(x-4) = 0.

The roots are x = 2 and/or x = 4.
</pre>