Set 6 Q7 - DS

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 127
Joined: Tue Oct 02, 2007 9:35 am
Thanked: 1 times

Set 6 Q7 - DS

by arocks » Thu Oct 04, 2007 2:33 am
What is the value of │x + 7│?
(1) │x + 3│= 14
(2) (x + 2)^2 = 169

OA is given D. I think it should be C.
Please explain. Thanks!

Senior | Next Rank: 100 Posts
Posts: 30
Joined: Thu Feb 22, 2007 5:56 pm
Location: Seattle

by josephcho77 » Thu Oct 04, 2007 7:39 am
I will also go with "C"

1) x can be 11 or -17

2) x can be 11 or -15

When combined, X=11

Master | Next Rank: 500 Posts
Posts: 127
Joined: Tue Oct 02, 2007 9:35 am
Thanked: 1 times

by arocks » Thu Oct 04, 2007 7:43 am
Agreed. I had the same solution. So the OA is incorrect in this case. Thnx.

Newbie | Next Rank: 10 Posts
Posts: 8
Joined: Tue Aug 07, 2007 9:47 pm
Location: San Jose, CA

by athakkar » Thu Oct 04, 2007 9:40 pm
I think the answer D is correct.

For first condition to be independently sufficient:

|x+7|
=|x+3|+|4|

But according to (1), |x+3| = 14;

Therefore,
|x+7|=14 +4
= 18

For second condition to be independently sufficient:
According to (2),
(x+2) = 13
i.e x= 11

Therefore,
|x+7| = |11+7| = 18

Thus, the answer is D.

Master | Next Rank: 500 Posts
Posts: 127
Joined: Tue Oct 02, 2007 9:35 am
Thanked: 1 times

by arocks » Fri Oct 05, 2007 8:40 am
athakkar,

This is how i think it works:
(1) │x + 3│= 14
So, x+3=14 OR x+3=-14
>x=11 OR x=-17

Hence, two values for x from stmt.1 > insuff.

(2) (x + 2)^2 = 169
>(x+2)^2=13^2
>x+2=+-13
>x=11 OR x=-15

Hence, two values for x from stmt.2 > insuff.
But if we combine stmt1 and stmt2, we get x=11.

So the answer is C.
Just two things to be kept in mind here, the treatment for lMODl in stmt.1 and that stmt.2 has a square power, so there will be two solutions - negative and positive.

Hope this clarifies!