T Wrote: b+c>a
- b>a
c>0, so what the question is really asking is whether C is positive
no, you can't subtract inequalities that are facing the same way. no dice.
it's perfectly possible for both b and b + c to be greater than a, even though c is negative. for instance, if b = 10 and a = 5, then c can be any negative number between -5 and 0 and b + c will still be greater than a.
--
i think a certain amount of 'experimenting with numbers' on these sorts of problems is inevitable. in fact, believe it or not, that's how real mathematicians solve these sorts of problems: they just go through cases one at a time, meticulously trying out all the different possibilities of positive vs. negative. they don't usually plug in numbers, but it's the same idea.
statement (1)
in this case, you know that each of b and c is greater than a, but that's all you know.
if b and c are positive, then this is good enough, because then b + c will be greater than either b or c (both of which are already greater than a). so that's a Yes.
with negative values, though, you can get a No. if b = -2, c = -3, and a = -4, then b > a and c > a, but b + c < a. that's a No.
insufficient.
statement (2)
this statement rules out c = 0 (because 0 > 0 is impossible), so we should consider two separate cases: c is positive and c is negative.
if c is positive, then divide by it and
don't flip the sign, giving ab > 1 (and c > 0). this means, among other things, that
a and b have the same sign, and c > 0.
if c is negative, then divide by it and flip the sign, giving ab < 1 (and c < 0). note that ab is 0 or less, because a and b are integers (so no values between 0 and 1). this means, among other things, that
a and b have opposite signs or one of them is zero, and c < 0.
yuck.
now pick numbers:
a = 1, b = 2, c = 3: Yes
a = -1, b = 0, c = -2: No
insufficient
(together)
let's revisit the 2 cases above for statement (2).
if c > 0 and ab > 1, then all three of a, b, and c are positive. this means Yes to the question prompt, for reasons detailed above.
if c < 0 and ab < 1, then there are 2 sub-cases:
--- one of a and b is zero: in this case it must be b, because a is less than c (and therefore negative). but if b = 0, then the question prompt becomes 'is c > a?' which is a Yes (because that's statement 1).
--- a and b have opposite signs: in this case b is positive and a is negative, because b must be bigger than a. but we already know c > a, so adding 'b' (which is positive) guarantees that b + c > a. so that's another Yes.
Yes + Yes + Yes = sufficient
--
this problem was brutal. there is probably some really elegant solution that's eluding me at the moment.