DS Quant Review #89 Inequalities

This topic has expert replies
Source: — Data Sufficiency |

Legendary Member
Posts: 1337
Joined: Sat Dec 27, 2008 6:29 pm
Thanked: 127 times
Followed by:10 members

by Night reader » Wed Jan 12, 2011 4:37 pm
tonebeeze wrote:What is the best approach regarding solving multivariable inequalities? Thanks


If x + y + z > - ..., is z >1?

1. z> x + y + 1

2. x + y + 1 < 0
one difference between inequalities and equations is the sign => instead of = we may have <, >, =<, >= so four alternatives
x+y+z>- ... can be rewritten as x+y+z+... >0
then (1) z>x+y+1 OR z-x-y-1>0 [+] x+y+z+...>0 is equivalent to 2z-1+...>0 and z>1/2-...
so depending on (...) z can be less or greater than 1 or even equal to 1 Not Sufficient
(2) x+y+1<0 OR -x-y-1>0 [+] x+y+z+...>0 is equivalent to z-1+...>0 and z>1-...
depending on (...) z can be less or greater than 1 or even equal to 1 Not Sufficient
Combining st (1&2) we get z-x-y-1>0 [-] -x-y-1>0 and z>0, so z can be again less, greater or equal to 1 Not Sufficient
Our answer is defined with the value and sign of (...)
If (...)<-1/2 then pick D
If (...)=<0 then pick B
If (...)>0 then pick E

so what's (...)? :)

User avatar
Master | Next Rank: 500 Posts
Posts: 243
Joined: Sun Jul 12, 2009 7:12 am
Location: Dominican Republic
Thanked: 31 times
Followed by:2 members
GMAT Score:480

by MAAJ » Thu Jan 13, 2011 5:02 am
Remember that you can combine inequalities (You can add them, and also you can multiply them but only when both sides are positive. You CANT subtract them neither divide'm)

So here we go... :

If x + y + z > 0 is z > 1?

1) z > x + y + 1

Rephrase question stem -> z > -x - y
ADD this inequality to the statement 1:

z > - x - y
z > x + y +1
2z > 1 SO z > 1/2
This is not sufficient

2) x + y + 1 < 0

Rephrase question stem -> x + y > -z (then multiply by -1) -x - y < z
Rephrase the stament 2 -> x + y < -1
ADD this two inequalities:

- x - y < z
x + y < -1
0 < z - 1 SO z > 1
This is sufficient

Correct Answer: [spoiler](B)[/spoiler]
"There's a difference between interest and commitment. When you're interested in doing something, you do it only when circumstance permit. When you're committed to something, you accept no excuses, only results."

Master | Next Rank: 500 Posts
Posts: 158
Joined: Mon Nov 02, 2009 5:49 pm
Thanked: 2 times
Followed by:3 members

by tonebeeze » Thu Jan 13, 2011 11:24 am
Night reader wrote:
tonebeeze wrote:What is the best approach regarding solving multivariable inequalities? Thanks


If x + y + z > - ..., is z >1?

1. z> x + y + 1

2. x + y + 1 < 0
one difference between inequalities and equations is the sign => instead of = we may have <, >, =<, >= so four alternatives
x+y+z>- ... can be rewritten as x+y+z+... >0
then (1) z>x+y+1 OR z-x-y-1>0 [+] x+y+z+...>0 is equivalent to 2z-1+...>0 and z>1/2-...
so depending on (...) z can be less or greater than 1 or even equal to 1 Not Sufficient
(2) x+y+1<0 OR -x-y-1>0 [+] x+y+z+...>0 is equivalent to z-1+...>0 and z>1-...
depending on (...) z can be less or greater than 1 or even equal to 1 Not Sufficient
Combining st (1&2) we get z-x-y-1>0 [-] -x-y-1>0 and z>0, so z can be again less, greater or equal to 1 Not Sufficient
Our answer is defined with the value and sign of (...)
If (...)<-1/2 then pick D
If (...)=<0 then pick B
If (...)>0 then pick E

so what's (...)? :)
OA: B

Legendary Member
Posts: 1337
Joined: Sat Dec 27, 2008 6:29 pm
Thanked: 127 times
Followed by:10 members

by Night reader » Thu Jan 13, 2011 12:23 pm
Hi Tonebeeze, if you substitute the ... blank space with 0 or any other number you can get the solution tips from the previous post.