document.write( "Question 50394: solve the following quadratic equation by factoring or by any other techniques.
\n" );
document.write( "x^2-9x-4=6 \n" );
document.write( "
Algebra.Com's Answer #33554 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! solve the following quadratic equation by factoring or by any other techniques. \n" ); document.write( "x^2-9x-4=6 \n" ); document.write( "x^2-9x-10=0 \n" ); document.write( "x^2-10x+x-10=0 \n" ); document.write( "x(x-10)+1(x-10)=0 \n" ); document.write( "(x-10)(x+1)=0 \n" ); document.write( "x=10 or -1 \n" ); document.write( " |