Praetorian
code:97.15
Time yourself and Please explain your solution. its helps others.
Suppose a, b and c are real numbers for which
a/b > 1 and a/c < 0. Which of the following must be true?
(A) a + b − c > 0
(B) a > b
(C) (a − c)(b − c) > 0
(D) a + b + c > 0
(E) abc > 0
a/b > 1 means a and b are the same sign and |a|>|b|
a/c < 0 means a and c have different signs
so the possible cases:
(1) a and b are +ve, and c is -ve or
(2) a and b are -ve, and c is +ve.
I was quickly able to elimate (B) and (E). (B) doesn't hold true if both a and b are -ve, and (E) doesn't hold true if a and b are +ve and c is -ve.
(C) looked like it would be the right answer to me because it was the only remaining one that dealt with multiplication, so I decided to try it first.
Case (1): (Postive minus negative)*(Postive minus negative)>?0 which means (Positve + Positive)*(Positive +Positive)>?0 ...True for all cases
Case (2): (Negative - Postive)*(Negative - Postive) >?0, which means (Negative)*(Negative)>?0...True for all cases
Therefore (C) is the answer.