My bad, I was thinking AD = BC was given. But he answer is STILL C.
Picked from Mgmat forum
------------------------------
(1) a/b = c/d
(2) sqrt(a^2) + sqrt(b^2) = sqrt(c^2) + sqrt(d^2)
Ok,
1 is clearly not sufficient. Let's write 2 as
|a|+|b| = |c|+|d| , this is not sufficient since it can have many solutions. Now multiply both sides with |d|
|a||d|+|b||d| = |c||d|+|d||d|..................call it 3
Fom 1, ad=bc, so |a||d| = |b||c|
Replacing in our equation 3
|b||c|+|b||d| = |c||d|+|d||d|
|b| (|c|+|d|) = |d| (|c|+|d|)
Hence, |b| = |d|, and using 1 with this, |a| = |c|
So a,b and c,d have same values of co-ordinates if signs are ignored.
Since ditance from origin is square root of sum of squares of x and y co-ordinates, these 2 are equidistant from origin.
So, C is the answer.