[email protected] wrote:To find if OA=OC, we need to know if |ab|=|cd| (if yes, OA=OC and if not OA is not equal to OC)
we can't find whether |ab|=|cd|
Insufficient.
a*b together) a/b=c/d=m
a=bm;c=dm
Thus |bm| + |b| = |dm| + |d|
|b||m| + |b| = |m||d| + |d|
|b|=|d|
b=+-d
ab=bm*b = b^2*m = d^2*m = cd
thus |ab|=|cd|
Thus sufficient.
Cans GMAT Destroyer could you please explain me this part a bit more clearly...
sqrt(a^2)+sqrt(b^2)+ = sqrt(c^2)+sqrt(d^2)
|a|+|b|=|c|+|d|
square both sides.
a^2 + b^2 + 2|ab| = c^2 + d^2 + 2|cd| ---------eqn1
(OA=OC will mean OA^2=OC^2 or a^2 + b^2 = c^2 + d^2)
Thus to determine whether OA=OC, we need to know whether |ab|=|cd|. If yes, we can cancel them and thus OA=OC and if not, then it will mean that a^2 + b^2 is not equal to c^2 + d^2 and thus OA!=OC (OA is not equal to OC).
from |a| + |b| = |c| + |d| we can't determine whether |ab| = |cd|
(say case1 a=1,b=4,c=2,d=3 and case2: a=c=2 and b=d=3)
Thus insufficient.
Now if take both a) and b) together..
we know a/b=c/d. let this be equal to m.
Thus a/b=c/d=m
->a=bm;c=dm;
|a| + |b| = |c| + |d|
|bm| + |b| = |dm| + |d|
|b||m| + |b| = |d||m| + |d|
|b| = |d|
|a|=|bm|=|dm|=|c|
Thus |ab| = |cd|
Thus OA=OC
I hope its clear.