document.write( "Question 252125: if x^2 + y^2 = 6xy not equal to 0 compute the numerical value(s) of\r
\n" );
document.write( "\n" );
document.write( "x + y / x - y \n" );
document.write( "
Algebra.Com's Answer #183898 by vksarvepalli(154)![]() ![]() You can put this solution on YOUR website! x^2 + y^2 = 6xy\r \n" ); document.write( "\n" ); document.write( "adding 2xy both sides\r \n" ); document.write( "\n" ); document.write( "x^2 + y^2 +2xy = 8xy \n" ); document.write( "=>(x+y)^2 = 8xy ------------- 1\r \n" ); document.write( "\n" ); document.write( "subtracting 2xy on both sides\r \n" ); document.write( "\n" ); document.write( "x^2 + y^2 -2xy = 4xy \n" ); document.write( "=> (x-y)^2 = 4xy -------------2\r \n" ); document.write( "\n" ); document.write( "dividing 1 by 2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so (x+y)/(x-y) = |