Old Test Paper Question

This topic has expert replies
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 139
Joined: Wed Oct 22, 2008 4:36 am
Thanked: 17 times

by sacx » Mon Apr 27, 2009 4:25 am
x+y = a...............(1)

x-y = b.................(2)

add eqn 1 & 2

2x = a+b
x = (a+b)/2

Sustitute the value of x in eqn 1

(a+b)/2 + y = a

y = a- (a+b)/2
y = a - a/2 - b/2
y = a/2-b/2
y = (a-b)/2

2xy = 2*(a+b)/2*(a-b)/2
= (a^2-b^2)/2

Choose A
SACX

Junior | Next Rank: 30 Posts
Posts: 18
Joined: Sat Apr 25, 2009 5:05 am
Thanked: 1 times

by GMAT12 » Mon Apr 27, 2009 5:40 am
(x+y)^2-(x-y)^2=a^2-b^2
x^2+2xy+y^2-x^2+2xy-Y^2=a^2-b^2
4xy=a^2-b^2
2xy=(a^2-b^2)/2