Bunuel
If ab ≠ 0 and ax – by < 0, is x < y ?
(1) a = b
(2) a^3 > 0
Given: ab ≠ 0 and ax – by < 0 Target question: Is x < y ? Statement 1: a = b Since we are given no information about the values of x and y, statement 1 is NOT SUFFICIENT
Statement 2: a^3 > 0Since we are given no information about the values of x and y, statement 2 is NOT SUFFICIENT
Statements 1 and 2 combined Statement 1 tells us that a = b
Statement 2 tells us that y is positive
So, the statements combined tell us that
a and b are not only equal but both positive. Let's see what happens if we take the given inequality (ax – by < 0) and substitute b for a.
We get: bx – by < 0
Factor: b(x – y) < 0
Since we know that b is positive, it must be the case that (x - y) is negative.
In other words, x - y < 0
Add y to both sides of the inequalities to get:
x < ySince we can answer the
target question with certainty, the combined statements are SUFFICIENT
Answer: C
Cheers,
Brent