document.write( "Question 1036064: if 1/x=a+b , 1/y=a-b, x+y=?
\n" ); document.write( "pls show me how to solve it thanks
\n" ); document.write( "

Algebra.Com's Answer #650647 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Given that
\n" ); document.write( "\"1%2Fx=a%2Bb\" and \"1%2Fy=a-b\"
\n" ); document.write( "we are able to switch x with a+b and y with a-b...it takes two steps but it is perfectly proper...this gives us
\n" ); document.write( "\"x+=+1%2F%28a%2Bb%29\" and \"y+=+1%2F%28a-b%29\"
\n" ); document.write( "so that
\n" ); document.write( "x + y = \"1%2F%28a%2Bb%29+%2B+1%2F%28a-b%29\"
\n" ); document.write( "Now to combine these, there is a shortcut, but let us just change both fractions to their common denominator (a+b)(a-b)...like this
\n" ); document.write( "=\"%28a-b%29%2F%28%28a%2Bb%29%28a-b%29%29+%2B+%28a%2Bb%29%2F%28%28a%2Bb%29%28a-b%29%29\"=
\n" ); document.write( "\"2a%2F%28%28a%2Bb%29%28a-b%29%29\"
\n" ); document.write( "
\n" );