guest2 Wrote:If x + y = a and x - y = b, then 2xy =
I started out by adding the two equation together to get
2x = a+b
Then I solved for y using equation x+y=a to get y = a-x, and then plugged this into the equation above.
(a+b)(a-x), but this wasn't one of the answer choices...any help would be appreciated. Thanks
if you're going to do this, you may as well solve for y using essentially the same method:
if you want x, ADD
if you want y, SUBTRACT
if you ADD the equations, you'll get 2x = a + b --> x = (a + b)/2
if you SUBTRACT the equations, you'll get 2y = a - b --> y = (a - b)/2
therefore,
2xy = ((a + b)/2)((a - b)/2)(2)
= (a^2 - b^2)/2 using the difference of squares
done.
--
TAKEAWAY: if you have "this + that" and "this - that", then you should ADD to find "this" and SUBTRACT to find "that".
--
from the other poster's stuff:
takeaway: you should know what cancels and what doesn't when you combine (x + y)^2 and (x - y)^2 by addition or subtraction.
when you add them, the xy terms cancel, and all that's left are the squared terms (2x^2 + 2y^2). when you subtract them, the squared terms cancel, and all that's left is 4xy.