Two integers A and B are graphed on a number line. If A is less than B, is |A| always less than |B|?

2 answers

no
use and example,
let A = -5 and B = -10
clearly B < A
but |B| > |A|

It is only true if both A and B ≥ 0
Thank you! I understand it now :)