Show worked solution
Worked solution
Meaning of the modulus
The bars mean the distance of the number from zero, which is never negative.
Work out the first modulus
−7 is 7 away from zero, so .
Work out the second modulus
3 is 3 away from zero, so .
Rewrite the calculation
Replace the moduli with their values.
Work left to right: first part
Start with 7 − 3.
Evaluate
.
Now the last part
We still have to subtract −2.
Deal with the double sign
Subtracting −2 becomes adding 2.
Rewrite
So we compute 4 + 2.
Evaluate
.
Watch the key trap
The modulus removes the minus sign, so |−7| is +7.
And the double sign
The final −(−2) turns into +2.
Combine as a check
Written without the moduli or double sign, it is 7 − 3 + 2.
Evaluate the check
This gives 6, matching.
State the answer
So the value is 6.