document.write( "Question 389224: What is the root of the equation x^2-x=6 (algebraically)? \n" ); document.write( "
\n" ); document.write( "Hi, \n" ); document.write( "Finding the roots\n" ); document.write( "x^2-x-6 = 0\n" ); document.write( "factoring\n" ); document.write( "(x-3)(x+2)=0 Note:SUM of the inner product(-3x) and the outer product(2x) = -1x\n" ); document.write( "(x-3)=0\n" ); document.write( " x = 3\n" ); document.write( "(x+2)=0\n" ); document.write( " x = -2\n" ); document.write( "\n" ); document.write( "