document.write( "Question 966578: What is the value of \"x\" in the quadratic equation X squared -8x+12=0 \n" ); document.write( "
Algebra.Com's Answer #590747 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! x^2-8x+12=0 \n" ); document.write( "x^2-6x-2x+12=0 \n" ); document.write( "x(x-6)-2(x-6)=0 \n" ); document.write( "(x-2)(x-6)=0 \n" ); document.write( "x=2 or x=6 \n" ); document.write( " \n" ); document.write( " |