document.write( "Question 457191: How do you change a problem such as, 2x^2=-6+8x, into a quadratic equation that can be solved using the quadratic formula? \n" ); document.write( "
Algebra.Com's Answer #313687 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! By moving all terms to one side: \n" ); document.write( "2x^2=-6+8x \n" ); document.write( "2x^2 - 8x =-6 \n" ); document.write( "2x^2 - 8x + 6 = 0 \n" ); document.write( "you could divide both sides by 2 to get: \n" ); document.write( "x^2 - 4x + 3 = 0 \n" ); document.write( "Now, you can apply the \"quadratic formula\". \n" ); document.write( "BUT in this case, it is easier to factor: \n" ); document.write( "(x-1)(x-3) = 0 \n" ); document.write( "x = {1,3} \n" ); document.write( " |