← Change Exercise
Add and subtract integers
Work out the integer expression.
(-3) + 5 =
All difficulties
0%
Accuracy
0
Current streak
0
Total answers
0
Correct
What does this generator do?
The generator picks two numbers in [−20, 20] and an operation + or −. Negative numbers are in parentheses so you do not mix signs with operators.
How to solve it
Rules: a + (−b) = a − b. a − (−b) = a + b. When adding numbers with different signs, take the difference of absolute values and keep the sign of the larger.