Bunuel
If a and b are positive integers, and x = 2*3*7*a, and y = 2*2*8*b, then a − b =
(1) The values of both x and y lie between 120 and 130, not including the two.
(2) The difference between x and y equals two times the difference between a and b.
Given: x = (2)(3)(7)(a), and y = (2)(2)(8)(b) Target question: What is the value of a - b? Statement 1: The values of both x and y lie between 120 and 130, not including the two. x = (2)(3)(7)(a), which means x =42a, which means 120 < 42a < 130.
Since a is an INTEGER, we now know that
a = 3Also, y = (2)(2)(8)(b), which means y = 32b, which means 120 < 32b < 130
Since b is an INTEGER, we now know that
b = 4So, the answer to the target question is
a - b = 3 - 4 = -1Since we can answer the
target question with certainty, statement 1 is SUFFICIENT
Statement 2: The difference between x and y equals two times the difference between a and b.In other words: x - y = 2(a - b)
Replace x and x to get: 42a - 32b = 2a - 2b
Rearrange to get: 40a = 30b
Divide both sides by 10 to get: 4a = 3b
At this point we can see that there are infinitely many values of a and b that satisfy the equation 4a = 3b. Here are two:
Case a: a = 3 and b = 4. In this case, the answer to the target question is
a - b = 3 - 4 = -1Case b: a = 6 and b = 8. In this case, the answer to the target question is
a - b = 6 - 8 = -2Since we cannot answer the
target question with certainty, statement 2 is NOT SUFFICIENT
Answer: A
Cheers,
Brent