document.write( "Question 244411: The solution set of the equation x(x)-4x-12=0 \n" ); document.write( "
Algebra.Com's Answer #178767 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x(x)-4x-12=0 \n" ); document.write( "or \n" ); document.write( "x^2-4x-12=0 \n" ); document.write( "is a \"quadratic\" -- \n" ); document.write( "Two ways to solve: \n" ); document.write( "- factoring (try this first) \n" ); document.write( "- quadratic equation (last resort) \n" ); document.write( ". \n" ); document.write( "But your equation can be factored as: \n" ); document.write( "(x-6)(x+2) = 0 \n" ); document.write( "Setting each of the terms inside the parenthesis to zero gives your solutions as: \n" ); document.write( "x = {-2, 6} \n" ); document.write( " |