Is the range of the 5 numbers in the list above less than 30

This topic has expert replies
Source: — Data Sufficiency |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 768
Joined: Wed Dec 28, 2011 4:18 pm
Location: Berkeley, CA
Thanked: 387 times
Followed by:140 members

by Mike@Magoosh » Wed Sep 18, 2013 2:53 pm
guerrero wrote:17 , x , 35 ,12, y

Is the range of the 5 numbers in the list above less than 30 ?

1)6<=x<=20

2)y=2x
I'm happy to help. :-)

First of all, just a reminder --- range = (max) - (min). See:
https://magoosh.com/gmat/2012/common-gma ... tatistics/

Statement #1: just tells us about x, so y could be anything. Insufficient.

Statement #2:
If x = 10, y = 20, then the ordered list is {10, 12, 17, 30, 35}, with a range of 25, less than 30.
If x = 100, y = 200, then the ordered list is {12, 17, 35, 100, 200}, with a range of 190, more than 30.
Different choices consistent with this single statement lead to different answers of the prompt question, so this statement, by itself, is insufficient.

The real crux of the problem is --- what happens with combined statements?
Combined statements:
6<=x<=20 and y = 2x. Well, let's check the endpoints.
x = 6, y = 12: then then the ordered list is {6, 12, 12, 17, 35}, with a range of 29, less than 30.
From x = 6 to x = 17, the range gets smaller than this --- minimum number is larger than 6, and the maximum stays at 35. Once x > 17, the range will increase again. Let's try the other endpoint.
x = 20, y = 40: then then the ordered list is {12, 17, 20, 35, 40}, with a range of 28, less than 30.
Thus, for every value in that allowed range for x, the complete list has a range less than 30, and we can give a definitive answer of "YES" to the prompt question. Together, both statements are sufficient.
Answer = [spoiler](C)[/spoiler]

Does all this make sense?
Mike :-)
Magoosh GMAT Instructor
https://gmat.magoosh.com/

User avatar
Legendary Member
Posts: 1556
Joined: Tue Aug 14, 2012 11:18 pm
Thanked: 448 times
Followed by:34 members
GMAT Score:650

by theCodeToGMAT » Wed Sep 18, 2013 7:35 pm
Question: Range < 30?

Statement 1: No information for "y", hence we cannot comment on the Range since,
Suppose
x= 10, y = 100 , range = 100 - 10 = 90
and , x = 10, y = 5 , range = 35 - 12 = 23
NOT SUFFICIENT

Statement 2: No limiting value for "x"; that means
Suppose
x = 10, y = 20 , range = 35 - 10 = 25
and x = 50 , y = 100, range = 100 - 12 = 88
NOT SUFFICIENT

Combining...
x = 6, y = 12, range = 35 - 6 = 29
x = 20 , y = 40, range = 40 - 12 = 28
x = 10, y = 20, range = 35 - 10 = 25
SUFFICIENT

hence, Answer [C]