document.write( "Question 296074: Trying to factor:
\n" );
document.write( "x^2-xy-x+y \n" );
document.write( "
Algebra.Com's Answer #213436 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! rearrange and group ___ (x^2 - x) + (-xy + y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factor ___ x(x - 1) - y(x - 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x - y) (x - 1) \n" ); document.write( " |