document.write( "Question 940112: If possible completely factor the expression.\r
\n" );
document.write( "\n" );
document.write( "X^2-5x-6\r
\n" );
document.write( "\n" );
document.write( "X^2 is x squared \n" );
document.write( "
Algebra.Com's Answer #572898 by krutarthas(22)![]() ![]() You can put this solution on YOUR website! x²-5x-6 \n" ); document.write( "=x²–6x+x-6 \n" ); document.write( "=x(x-6)+1(x-6) \n" ); document.write( "=(x-6)(x+1) \n" ); document.write( " |