This is a hard question, here is one explanation.
Statement 1 Alone: Given b>a and c>a, add the two inequalities, this means b+c>2a, now we need to determine if b+c>a?. If a is positive, then 2a is to the right of a on the number line, and b+c>a(Yes). However, if a is negative, then 2a is to the left of a and b+c could be less than a.
If the above approach is not clear then consider the following examples:
a = 5, b = 7, c = 9, these values satisfy b>a and c>a, and the answer to the question is b+c>a, is a Yes.
a = -4, b = -2, c = -3, these values again satisfy b>a, and c>a, however the answer to the question b+c>a, is now No.
Therefore, Insufficient.
Statement 2 Alone: abc>c, rewrite abc-c>0, factor c, c(ab-1)>0.
Reuse the first example above:
a = 5, b = 7, c = 9, these values satisfy statement 2 and b>a, the answer to the question is b+c>a is Yes.
Now change the numbers to c=-8, a = -3, and b=2, we do satisfy statement 2, -8[(-3)(2)-1] = 56>0, and b>a, however, b+c=-6 which is less than a=-3. Answer to the question is No.
Insufficient.
Statements 1 and 2 Together: c(ab-1)>0 and b>a and c>a.
Case 1: If a>0, then both b and c are positive because b>a and c>a. Under this scenario we also satisfy c(ab-1)>0. Just as we did in Statment 1 adding b>a and c>a yields b+c>2a, and because 2a is to the right of a(a is positive here), therefore b+c must be greater than a. This is a definite Yes scenario.
Case 2: If a<0, then either c>0 and b<0 or c<0 and b>0, to satisfy c(ab-1)>0. In both scenarios b and c are to the right of a on the number line, because b>a and c>a, and the answer to the question is b+c>a, will always be Yes. Writing the two cases on the number line makes it easier to visualize:
a<0, c>0, and b<0
--------a-------b------0--------c-------
Here b+c>a, because adding a positive number(c) to a number b that is already greater than a.
a<0, c<0, and b>0
-------a------c------0------b----------
Again, b+c>a, because adding a positive number(b) to a number c that is already greater than a.
Therefore 1 and 2 together are sufficient, and answer is C. Might be better if I made a video.
Dabral
zaarathelab wrote:1. If a, b, c are integers such that b > a, is b + c > a?
(1) c > a
(2) abc > c
Experts, what is the shortest possible to solve the above? I took 4 minutes on the first one, especially because of the 2nd statement.