Last visit was: 03 Dec 2024, 08:32 It is currently 03 Dec 2024, 08:32
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [1,196]
231
Kudos
Add Kudos
965
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [320]
111
Kudos
Add Kudos
208
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [239]
54
Kudos
Add Kudos
185
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [205]
54
Kudos
Add Kudos
151
Bookmarks
Bookmark this Post
11. Is |x+y|>|x-y|?
(1) |x| > |y|
(2) |x-y| < |x|

To answer this question you should visualize it. We have comparison of two absolute values. Ask yourself when |x+y| is more then than |x-y|? If and only when x and y have the same sign absolute value of x+y will always be more than absolute value of x-y. As x+y when they have the same sign will contribute to each other and x-y will not.

5+3=8 and 5-3=2
OR -5-3=-8 and -5-(-3)=-2.

So if we could somehow conclude that x and y have the same sign or not we would be able to answer the question.

(1) |x| > |y|, this tell us nothing about the signs of x and y. Not sufficient.

(2) |x-y| < |x|, says that the distance between x and y is less than distance between x and origin. This can only happen when x and y have the same sign, when they are both positive or both negative, when they are at the same side from the origin. Sufficient. (Note that vise-versa is not right, meaning that x and y can have the same sign but |x| can be less than |x-y|, but if |x|>|x-y| the only possibility is x and y to have the same sign.)

Answer: B.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [202]
44
Kudos
Add Kudos
157
Bookmarks
Bookmark this Post
3. Is x^2 + y^2 > 4a?
(1) (x + y)^2 = 9a
(2) (x – y)^2 = a

(1) (x + y)^2 = 9a --> x^2+2xy+y^2=9a. Clearly insufficient.

(2) (x – y)^2 = a --> x^2-2xy+y^2=a. Clearly insufficient.

(1)+(2) Add them up 2(x^2+y^2)=10a --> x^2+y^2=5a. Also insufficient as x,y, and a could be 0 and x^2 + y^2 > 4a won't be true, as LHS and RHS would be in that case equal to zero. Not sufficient.

Answer: E.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [164]
50
Kudos
Add Kudos
114
Bookmarks
Bookmark this Post
5. What is the value of y?
(1) 3|x^2 -4| = y - 2
(2) |3 - y| = 11

(1) As we are asked to find the value of y, from this statement we can conclude only that y>=2, as LHS is absolute value which is never negative, hence RHS als can not be negative. Not sufficient.

(2) |3 - y| = 11:

y<3 --> 3-y=11 --> y=-8
y>=3 --> -3+y=11 --> y=14

Two values for y. Not sufficient.

(1)+(2) y>=2, hence y=14. Sufficient.

Answer: C.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [127]
41
Kudos
Add Kudos
85
Bookmarks
Bookmark this Post
2. If y is an integer and y = |x| + x, is y = 0?

Notice that from \(y=|x|+x\) it follows that y cannot be negative:
If \(x>0\), then \(y=x+x=2x=2*positive=positive\);
If \(x\leq{0}\) (when x is negative or zero) then \(y=-x+x=0\).

(1) \(x<0\) --> \(y=|x|+x=-x+x=0\). Sufficient.

(2) \(y<1\). We found out above that y cannot be negative and we are given that y is an integer, hence \(y=0\). Sufficient.


Answer: D.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [105]
22
Kudos
Add Kudos
83
Bookmarks
Bookmark this Post
4. Are x and y both positive?
(1) 2x-2y=1
(2) x/y>1

(1) 2x-2y=1. Well this one is clearly insufficient. You can do it with number plugging OR consider the following: x and y both positive means that point (x,y) is in the I quadrant. 2x-2y=1 --> y=x-1/2, we know it's an equation of a line and basically question asks whether this line (all (x,y) points of this line) is only in I quadrant. It's just not possible. Not sufficient.

(2) x/y>1 --> x and y have the same sign. But we don't know whether they are both positive or both negative. Not sufficient.

(1)+(2) Again it can be done with different approaches. You should just find the one which is the less time-consuming and comfortable for you personally.

One of the approaches:
\(2x-2y=1\) --> \(x=y+\frac{1}{2}\)
\(\frac{x}{y}>1\) --> \(\frac{x-y}{y}>0\) --> substitute x --> \(\frac{1}{y}>0\) --> \(y\) is positive, and as \(x=y+\frac{1}{2}\), \(x\) is positive too. Sufficient.

Answer: C.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [103]
26
Kudos
Add Kudos
77
Bookmarks
Bookmark this Post
12. Is r=s?
(1) -s<=r<=s
(2) |r|>=s

This one is tough.

(1) -s<=r<=s, we can conclude two things from this statement:
A. s is either positive or zero, as -s<=s;
B. r is in the range (-s,s) inclusive, meaning that r can be -s as well as s.
But we don't know whether r=s or not. Not sufficient.

(2) |r|>=s, clearly insufficient.

(1)+(2) -s<=r<=s, s is not negative, |r|>=s --> r>=s or r<=-s. This doesn't imply that r=s, from this r can be -s as well.
Consider: s=5, r=5 --> -5<=5<=5 |5|>=5
s=5, r=-5 --> -5<=-5<=5 |-5|>=5
Both statements are true with these values. Hence insufficient.

Answer: E.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [94]
22
Kudos
Add Kudos
72
Bookmarks
Bookmark this Post
9. Is n<0?
(1) -n=|-n|
(2) n^2=16

(1) -n=|-n|, means that either n is negative OR n equals to zero. We are asked whether n is negative so we can not be sure. Not sufficient.

(2) n^2=16 --> n=4 or n=-4. Not sufficient.

(1)+(2) n is negative OR n equals to zero from (1), n is 4 or -4 from (2). --> n=-4, hence it's negative, sufficient.

Answer: C.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [70]
17
Kudos
Add Kudos
53
Bookmarks
Bookmark this Post
13. Is |x-1| < 1?
(1) (x-1)^2 <= 1
(2) x^2 - 1 > 0

Last one.

Is |x-1| < 1? Basically the question asks is 0<x<2 true?

(1) (x-1)^2 <= 1 --> x^2-2x<=0 --> x(x-2)<=0 --> 0<=x<=2. x is in the range (0,2) inclusive. This is the trick here. x can be 0 or 2! Else it would be sufficient. So not sufficient.

(2) x^2 - 1 > 0 --> x<-1 or x>1. Not sufficient.

(1)+(2) Intersection of the ranges from 1 and 2 is 1<x<=2. Again 2 is included in the range, thus as x can be 2, we cannot say for sure that 0<x<2 is true. Not sufficient.

Answer: E.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [64]
17
Kudos
Add Kudos
45
Bookmarks
Bookmark this Post
10. If n is not equal to 0, is |n| < 4 ?
(1) n^2 > 16
(2) 1/|n| > n

Question basically asks is -4<n<4 true.

(1) n^2>16 --> n>4 or n<-4, the answer to the question is NO. Sufficient.

(2) 1/|n| > n, this is true for all negative values of n, hence we can not answer the question. Not sufficient.

Answer: A.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [52]
15
Kudos
Add Kudos
37
Bookmarks
Bookmark this Post
8. a*b#0. Is |a|/|b|=a/b?
(1) |a*b|=a*b
(2) |a|/|b|=|a/b|

|a|/|b|=a/b is true if and only a and b have the same sign, meaning a/b is positive.

(1) |a*b|=a*b, means a and b are both positive or both negative, as LHS is never negative (well in this case LHS is positive as neither a nor b equals to zero). Hence a/b is positive in any case. Hence |a|/|b|=a/b. Sufficient.

(2) |a|/|b|=|a/b|, from this we cannot conclude whether they have the same sign or not. Not sufficient.

Answer: A.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 03 Dec 2024
Posts: 97,504
Own Kudos:
Given Kudos: 88,172
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,504
Kudos: 682,756
 [41]
13
Kudos
Add Kudos
28
Bookmarks
Bookmark this Post
6. If x and y are integer, is y > 0?
(1) x +1 > 0
(2) xy > 0

(1) x+1>0 --> x>-1. As x is an integer x can take the following values 0,1,2,... But we know nothing about y. Not sufficient.

(2) xy>0. x and y have the same sign (both positive OR both negative) and neither x nor y is zero. Not sufficient.

(1)+(2) x is positive, as from (1) it's 0,1,2.. and from (2) x is not zero. Hence xy to be positive y also must be positive. Sufficient.

Answer: C.
General Discussion
User avatar
lagomez
Joined: 05 Mar 2008
Last visit: 18 Sep 2011
Posts: 1,225
Own Kudos:
532
 [3]
Given Kudos: 31
Posts: 1,225
Kudos: 532
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ahh..yes...fresh meat
User avatar
lagomez
Joined: 05 Mar 2008
Last visit: 18 Sep 2011
Posts: 1,225
Own Kudos:
532
 [6]
Given Kudos: 31
Posts: 1,225
Kudos: 532
 [6]
4
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Bunuel

2. If y is an integer and y = |x| + x, is y = 0?
(1) x < 0
(2) y < 1


1. x < 0
you will always get x minus itself so always 0

2. y < 1
y is an integer so y<=0
y can't be negative because x minus itself is always zero

answer d
User avatar
lagomez
Joined: 05 Mar 2008
Last visit: 18 Sep 2011
Posts: 1,225
Own Kudos:
Given Kudos: 31
Posts: 1,225
Kudos: 532
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel

13. Is |x-1| < 1?
(1) (x-1)^2 <= 1
(2) x^2 - 1 > 0

I'm getting B for this one

1. (x-1)^2 <= 1
x can be 0 which would make the question no
or x can be 1/2 which would make the answer yes
so 1 is insufficient

2. x^2 - 1 > 0
means x^2>1
so x<-1 or x>1
both of which make the question no
so sufficient
User avatar
lagomez
Joined: 05 Mar 2008
Last visit: 18 Sep 2011
Posts: 1,225
Own Kudos:
Given Kudos: 31
Posts: 1,225
Kudos: 532
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel


12. Is r=s?
(1) -s<=r<=s
(2) |r|>=s


I'm getting c

1. s can be 3 and r can be 3 which makes question yes
s can be 3 and r can be 2 which makes question no
insufficient

2. r can be 3 and s can be 3 makes question yes
r can be 3 s can be 2 makes question no
insufficient

combining:
|r|>=s means
r>=s or r<=-s

and -s<=r<=s means
-s<=r and r<=s

now we have -s<=r and -s>=r so -s = r or s = r
r>=s and r<=s so s = r
User avatar
lagomez
Joined: 05 Mar 2008
Last visit: 18 Sep 2011
Posts: 1,225
Own Kudos:
Given Kudos: 31
Posts: 1,225
Kudos: 532
Kudos
Add Kudos
Bookmarks
Bookmark this Post
10. If n is not equal to 0, is |n| < 4 ?
(1) n^2 > 16
(2) 1/|n| > n

answer A
because in number 2 n can be negative or a fraction
User avatar
gmat620
Joined: 19 Oct 2009
Last visit: 10 May 2010
Posts: 18
Own Kudos:
220
 [2]
Given Kudos: 4
Posts: 18
Kudos: 220
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
Bunuel, thanks for the questions. Please provide the OA's too. It would be great if you can provide them soon. I am having my GMAT this week, so kinda tensed and impatient. Also, I am yet to give my MGMAT CAT's, so tell me whether should I solve the questions on the forum because if the questions are from the MGMAT CAT's or Gmat Prep then it may overestimate my result. I would appreciate your response. Thanks once again.
 1   2   3   4   5   6   7   8   9   10   11   12   
Moderator:
Math Expert
97504 posts