document.write( "Question 296074: Trying to factor:
\n" );
document.write( "x^2-xy-x+y \n" );
document.write( "
Algebra.Com's Answer #213450 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! No need to rearrange. \n" ); document.write( "x*(x-y)-1*(x-y) \n" ); document.write( "(x-1)*(x-y) \n" ); document.write( " |