Is m>n
Statement 1: mod(m-n)>0
Either m>n or n>m
Insufficient
Statement 2: mod m n= m mod n
Either m,n have same sign or at least 1 is 0
m=0, n=-1, m>n
m=1,n=3, n>m
Insufficient
Both statements together:
(m-n)^2>0 and mod m n= m mod n
Still Insufficient
The above examples work here as well
E
Statement 1: mod(m-n)>0
Either m>n or n>m
Insufficient
Statement 2: mod m n= m mod n
Either m,n have same sign or at least 1 is 0
m=0, n=-1, m>n
m=1,n=3, n>m
Insufficient
Both statements together:
(m-n)^2>0 and mod m n= m mod n
Still Insufficient
The above examples work here as well
E








