happyapple123
m and n are both integers. Is m>n?
(1) m/n > 1
(2) (m-n)/n < (m-n)/m
Statement 1: \(m/n>1\) implies both m and n are either positive or negative.
Case1: m,n>0 => m>n
Case2: m,n<0 => m<n
Not sufficient.
Statement 2: \((m-n)/n\) < \((m-n)/m\)
Solving the above equation we'll obtain \(m/n+n/m<2\).
Case1: m<n, m=-2, n=5 => -0.4-2.5 < 0
Case2: m>n, m=5, n =-2 => -2.5-0.4 < 0
Not sufficient.
S1 and S2 together:
From S1 we know m,n>0 => m>n----(1) and m,n<0 => m<n-----(2)
m,n>0 => m-n>0. Cancelling the numerator on both sides we obtain \(1/n<1/m\) => \(m<n\). In contradiction with equation (1).
m,n<0 => m-n<0. The negative signs will cancel out in numerator and denominator and we obtain LHS > RHS. This also fails.
S1 contradicts S2. Even for option E, we need S1 and S2 complementing each other but resulting in more than 1 solution in which case we can't determine the exact solution.
Not sure, where I'm going wrong.