document.write( "Question 35707This question is from textbook Introductory algebra
\n" );
document.write( ": x^2+xy-y^2
\n" );
document.write( "__________
\n" );
document.write( " x+y\r
\n" );
document.write( "\n" );
document.write( "when x=6 and y=-2 \n" );
document.write( "
Algebra.Com's Answer #23050 by fractalier(6550) You can put this solution on YOUR website! Let us evaluate \n" ); document.write( "(x^2 + xy - y^2) / (x + y) when x = 6 and y = -2 \n" ); document.write( "The technique is to merely to plug in 6 for every x and -2 for every y...we get \n" ); document.write( "(36 + (-12) - 4) / (6 - 2)= \n" ); document.write( "20 / 4 = \n" ); document.write( "5 \n" ); document.write( " |