Question 1096409

4x^2-5x=0
<pre>{{{matrix(1,3, 4x^2 - 5x, "=", 0)}}}
x(4x - 5) = 0 ------- Factoring out GCF, x
{{{highlight_green(matrix(1,3, x, "=", 0))}}}    OR     {{{highlight_green(matrix(1,11, 4x - 5, "=", 0, "====>", 4x, "=", 5, "======>", x, "=", 5/4))}}}
That's it....nothing COMPLEX or CONFUSING!