CalcSimIA
ยทยท
Numbers & OperationsBeginnerยท 7 min read

Addition and Subtraction: Fundamentals and Strategies

Addition and subtraction are inverse operations that form the backbone of arithmetic. In this article we explore the concepts, the carrying and borrowing algorithm, and mental calculation strategies for greater speed.

RF

Renato Freitas

Updated on May 5, 2026

What is addition?

Addition is the operation of combining two or more groups of elements. If you have 4 oranges and receive 3 more, you end up with 7 oranges: 4 + 3 = 7. The numbers we add are called addends, and the result is called the sum or total.

Addition has two fundamental properties. Commutativity says that the order of the addends does not change the sum: 4 + 3 = 3 + 4 = 7. Associativity says that when adding three or more numbers, we can group them however we like: (2 + 5) + 3 = 2 + (5 + 3) = 10.

There is also the identity element of addition: any number added to zero remains the same. 8 + 0 = 8. This seems obvious, but it is a formally important property in algebra.

๐Ÿงฎ Try it yourself โ€” CalcSim

Want more features? Download CalcSim IA app

The addition algorithm with regrouping

When we add numbers with more than one digit, we arrange the addends in columns aligned on the right (units under units, tens under tens). We add from right to left.

Regrouping โ€” commonly called 'carrying' โ€” occurs when the sum of a column exceeds 9. We write the units digit of the result and 'carry' the tens digit to the next column on the left. For example: 47 + 58. Units: 7+8=15, write 5 and carry 1. Tens: 4+5+1(carry)=10, write 0 and carry 1. Hundreds: 0+1(carry)=1. Result: 105.

Understanding why regrouping works โ€” that we are operating in base 10 and a group of 10 units becomes 1 ten โ€” is more valuable than simply following the procedure mechanically.

What is subtraction?

Subtraction has two practical meanings. The first is 'taking away': you have 9 candies and eat 4, leaving 5. The second is 'finding the difference': what is the distance between 9 and 4? Both interpretations lead to the same calculation: 9 โˆ’ 4 = 5.

In subtraction, the number we subtract from is called the minuend; the number we subtract is the subtrahend; and the result is the difference. Unlike addition, subtraction is not commutative: 9 โˆ’ 4 โ‰  4 โˆ’ 9.

When the subtrahend is greater than the minuend in a column, we need to 'borrow' from the column to the left โ€” this is called regrouping in subtraction. For example: 52 โˆ’ 37. Units: 2 < 7, so we borrow: 12 โˆ’ 7 = 5. Tens: (5โˆ’1) โˆ’ 3 = 1. Result: 15.

Addition and subtraction as inverse operations

Addition and subtraction undo each other. If 3 + 4 = 7, then 7 โˆ’ 4 = 3 and 7 โˆ’ 3 = 4. This relationship is the basis for checking results: adding the result of a subtraction back to the subtrahend should return the minuend.

This inverse relationship is also the essence of how we solve simple equations. If x + 5 = 12, we subtract 5 from both sides to find x = 7. Understanding the inverse relationship transforms subtraction from an isolated procedure into part of a coherent system.

Mental calculation strategies

Efficient mental calculation uses strategies, not brute force. For addition, one technique is rounding to multiples of 10 and compensating: 48 + 37 โ†’ (50 + 37) โˆ’ 2 = 87 โˆ’ 2 = 85. For subtraction: 83 โˆ’ 47 โ†’ 83 โˆ’ 50 + 3 = 36.

Another technique is decomposing numbers: 46 + 28 = 40 + 20 + 6 + 8 = 60 + 14 = 74. Or using complements of 10: to add 8, think 'I need 2 more to reach 10, take 2 from the other number and gain 10'. With practice, these strategies become automatic and much faster than stacking numbers in your head.

  • Round to tens and compensate: 68 + 19 = 68 + 20 โˆ’ 1 = 87
  • Decompose addends by place value
  • Use complements: to add 7, go up to 10 and add the rest
  • Check subtractions by adding: result + subtrahend = minuend

Frequently asked questions

Why is subtraction not commutative?

Because 'taking away' has a direction. 10 โˆ’ 3 = 7 means removing 3 from 10, result 7. But 3 โˆ’ 10 = โˆ’7, which is negative โ€” outside the natural numbers. The order of the operands matters in subtraction.

What do I do when the minuend has a zero in the middle, like 503 โˆ’ 278?

You need to 'skip' the zero column: borrow from the hundreds (which becomes 4), the tens become 10, borrow 1 for the units. Tens become 9, units become 13. 13โˆ’8=5, 9โˆ’7=2, 4โˆ’2=2. Result: 225.

How do I teach carrying without having children memorize it without understanding?

Use concrete materials (sticks, straws) grouped in tens. When the units exceed 9, the child literally swaps 10 loose sticks for 1 bundle of 10. Carrying becomes 'carrying one bundle' โ€” and the concept of regrouping becomes clear.

What is the difference between 'difference' and 'remainder' in subtraction?

'Difference' is the technical name for the result of subtraction and focuses on the concept of distance between two numbers. 'Remainder' appears more in the context of division with leftovers. In simple subtraction, the correct term is 'difference'.

Was this article helpful?

Rate with stars to help us improve the content.

Sign in to rate this article.

Still have questions?

The AI Professor explains step by step

Ask a question in natural language and get a personalised explanation about Numbers & Operations โ€” or any other topic.

Prefer to solve it on your phone?

Download the free app โ†’

Keep learning