document.write( "Question 37863: Simlify. (x-y/x+y)+(x+y/x-y)
\n" );
document.write( "x2-y+xy/x+x3-xy2 \n" );
document.write( "
Algebra.Com's Answer #23367 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We can use the criss-cross method for this one... \n" ); document.write( "(x-y/x+y)+(x+y/x-y) = \n" ); document.write( "[(x - y)^2 + (x + y)^2] / (x^2 - y^2) = \n" ); document.write( "[x^2 - 2xy + y^2 + x^2 + 2xy + y^2) / (x^2 - y^2) = \n" ); document.write( "2(x^2 + y^2) / (x^2 - y^2) \n" ); document.write( "The criss-cross method is \n" ); document.write( "A/B ± C/D = (AD ± BD) / BD \n" ); document.write( " |