document.write( "Question 1016187: solve the equation 4x^2-12x=7 algebraically for x \n" ); document.write( "
Algebra.Com's Answer #632605 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! 4x^2 - 12x = 7 \n" ); document.write( "4x^2 - 12x - 7 = 0 \n" ); document.write( "is factorable into \n" ); document.write( "(2x + 1)(2x - 7) = 0 \n" ); document.write( "which leads to \n" ); document.write( "x = -1/2 and x = 7/2 \n" ); document.write( " |