If a and b are distinct integers and their product is not equal to zero, is a > b?
(1) (a^(3)b - b^(3)a)/(a^(3)b + b^(3)a - 2a^(2)b^(2)) < 0
(2) b < 0
Source: Question # 3 for Advanced Quant 750.
Here is the Explanation:
(1) INSUFFICIENT: To analyze statement (1), we must first simplify. Let's start with the top of the fraction:
a^(3)b - b^(3)a
ab(a^(2) - b^(2))
Recognizing the quadratic template x^(2) - y^(2) = (x + y)(x - y) allows us to simplify further:
ab(a + b)(a - b)
Next, let's tackle the bottom of the fraction:
a^(3)b + b^(3)a - 2a^(2)b^(2)
ab(a^(2) + b^(2) - 2ab)
ab(a^(2) - 2ab + b^(2))
Recognizing the quadratic template x^(2) - 2xy + y^(2) = (x - y)(x - y) allows us to simplify further:
ab(a - b)(a - b)
Putting the top and bottom of the fraction back together yields:
ab(a + b)(a - b)/ab(a - b)(a - b)
(a + b)/(a - b)
So statement (1) simplifies to (a + b)/(a - b) < 0. If a - b is positive (in other words, if a > b), we can simplify even further:
IF a > b:
a + b < a - b
b < -b
2b < 0
b < 0
Question 1: How did we get "a + b < a - b" If we multiply by 0 (because <0), then we should get a+b<0. So why did we assume that '<0' is '<1'
This tells us that b < 0 whenever a > b. The converse of this statement is also true. Whenever b < 0, a must be greater than b for the inequality to hold (try plugging sample values into (a + b)/(a - b) < 0 to verify that when b is negative, an a value smaller than b fails to satisfy the inequality).
This tells us that b < 0 whenever a > b. The converse of this statement is also true. Whenever b < 0, a must be greater than b for the inequality to hold (try plugging sample values into (a + b)/(a - b) < 0 to verify that when b is negative, an a value smaller than b fails to satisfy the inequality).
However, if a - b is negative (in other words, if a < b), we must flip the sign when multiplying through by a - b:
IF a < b:
a + b > a - b
b > -b
2b > 0
b > 0
Question 2: How did we get "a + b > a - b" If we multiply by 0 (because <0), then we should get a+b>0. So why did we assume that '<0' is '<1'
This tells us that b > 0 whenever a < b. The converse of this statement is also true. Whenever b > 0, a must be less than b for the inequality to hold (try plugging sample values into (a + b)/(a - b) < 0 to verify that when b is positive, a values greater than b fail to satisfy the inequality).
Since we have no information about the sign of b, we don't know if a > b, and we can conclude that statement (1) is insufficient.
(2) INSUFFICIENT: Simply knowing that b < 0 is not enough to determine if a > b. This statement gives no information about a.
(1) AND (2) SUFFICIENT: Since we know from statement (1) that a > b whenever b < 0, and since we know from statement (2) that b < 0, we can conclude that a > b.
I know that when we multiply by a negetive constant the sign becomes opposite. But what you have done above needs clarification.
I shall be awaiting your answers.