by tommywallach Wed Mar 27, 2013 8:40 pm
Hey Siddharth,
Just try looking at it with real numbers:
In the m-n column:
1st row: (-4)-GT(-3)=LT(-1)... Why does the GT gets converted into LT?
(-4) - (-2.999) = (-1.11111)
(-4) - (5) = (-9)
See what happens? The answer has to be LESS than -1 (because we're subtracting...if you subtract something big, you end up with something small, hence the switch from GT to LT).
2nd row:(-4)-LT(10)=GT(-14)...Why does the LT get converted into GT?
(-4) - (9.99999) = (-13.99999)
(-4) - (-5) = 1
Once again, you'll see how the real numbers bear out the rule. Whenever you're confused about something like this, try out some numbers and see if you can work out what's going on that way.
Good luck!
-t