Sign In
Organize the different cases you can have for the statement under different conditions. Then test which of them make the statement true.
| a -b | = | a | - | b | is true when | a | ≥ | b | and both numbers have the same sign.
We are asked to find when the absolute value of a difference of two numbers is equal to the difference of their absolute values. Let's write this algebraically so that we can better visualize the meaning of the statement. | a -b | = | a | - | b | If we try to analyze the statement, we will see that it can get confusing due to the many possibilities. One way to solve this is to organize all these different cases using example values for each case.
a= -8, b= -3
a-(- b)=a+b
Add terms
|-5|=5
Case | | a -b | | | a | - | b | | | a -b | ? = | a | - | b | |
---|---|---|---|
a, b <0 | | -8 - (-3) | = 5 | | -8 | - | (-3) | = 5 | âś“ |
a>0, b <0 | | 8 - (-3) | = 11 | | 8 | - | (-3) | = 5 | * |
a, b >0 | | 8 - 3 | = 5 | | 8 | - | 3 | = 5 | âś“ |
a<0, b >0 | | -8 - 3 | = 11 | | -8 | - | 3 | = 5 | * |
Now, let's consider the possibilities when | b | > | a |.
Case | | a -b | | | a | - | b | | | a -b | ? = | a | - | b | |
---|---|---|---|
a, b <0 | | -3 - (-8)| = 5 | | -3|- | (-8)| = -5 | * |
a>0, b <0 | |3 - (-8) | = 11 | | 3 | - | (-8) | = -5 | * |
a, b >0 | |3 - 8 | = 5 | | 3 | - |8 | = -5 | * |
a<0, b >0 | | -3 - 8 | = 11 | | -3 | - | 8 | = -5 | * |
We can see that there is no possible case that makes the statement true when | b | > | a |.
Finally let's consider | a | = | b |.
Case | | a -b | | | a | - | b | | | a -b | ? = | a | - | b | |
---|---|---|---|
a, b <0 | | -3 - (-3) | = 0 | | -3 | - | (-3) | = 0 | âś“ |
a>0, b <0 | | 3 - (-3) | = 6 | | 3 | - | (-3) | = 0 | * |
a, b >0 | | 3 - 3 | = 0 | | 3 | - | 3 | = 0 | âś“ |
a<0, b >0 | | -3 - 3 | = 6 | | -3 | - | 3 | = 0 | * |
Looking at the results from the previous sections we can see that the statement is true only when
We can summarize these results and say that the statement is true when | a | ≥ | b | and both numbers have the same sign.