SOLUTION: If a and b are integers and a>b,would |a|>|b|?

Algebra ->  Absolute-value -> SOLUTION: If a and b are integers and a>b,would |a|>|b|?      Log On


   



Question 905557: If a and b are integers and a>b,would |a|>|b|?
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Let's check.
If a=4 and b=3 then a%3Eb and abs%28a%29%3Eabs%28b%29.
So far so good.
If a=-5 and b=-10 then a%3Eb however abs%28b%29%3Eabs%28a%29.