What Is Subtraction?
Subtraction is one of the four basic arithmetic operations. It determines the difference between two numbers. In formal notation, the subtraction of b from a is written as:
a b = c
Here, a is the minuend, b is the subtrahend, and c is the result, called the difference.
Key Properties of Subtraction
Noncommutative
Unlike addition, swapping the order of the numbers changes the result:
7 3 = 4 but 3 7 = -4
Nonassociative
Grouping matters. The expression (a b) c is not the same as a (b c):
| Expression | Result |
|---|---|
| (10 4) 2 | 4 |
| 10 (4 2) | 8 |
Relation to Addition
Subtraction can be expressed as addition of the additive inverse:
a b = a + (b)
This view is useful when solving equations or working with vectors.
Practical Applications
Financial Calculations
Finding change, calculating profit or loss, and determining net worth all rely on subtraction.
Measurements and Engineering
When measuring length, volume, or temperature differences, subtraction provides the needed offset.
Computer Science
Indexes, offsets, and memory addressing use subtraction to navigate data structures efficiently.
Scientific Data Analysis
Computing differences between data points (e.g., deltat in timeseries) is essential for understanding trends.
Worked Examples
Example 1 Simple Numbers
Calculate 825 467.
Step 1: Align the numbers.
825-467-----
Step 2: Subtract column by column, borrowing when necessary.
Units: 5 7 borrow 1 (10) 15 7 = 8
Tens: 1 (borrowed) leaves 1 1 6 borrow 1 11 6 = 5
Hundreds: 7 (after borrowing) 7 4 = 3
Result: 358
Example 2 Negative Result
Find 120 275.
120-275-----
Since the minuend is smaller, the answer will be negative.
Compute the absolute difference:
275 120 = 155
Attach the negative sign: -155
Example 3 Algebraic Subtraction
Simplify the expression (3x + 7) (2x 4).
Remove parentheses, remembering to change the sign of each term in the second bracket:
3x + 7 2x + 4
Combine like terms:
(3x 2x) + (7 + 4) = x + 11
Result: x + 11
Tips for Mastering Subtraction
- Always line up numbers by place value before subtracting.
- Practice borrowing and carrying; these are the most common sources of errors.
- Check your work by adding the difference back to the subtrahend you should retrieve the minuend.
- When dealing with negatives, think in terms of moving left on the number line.
- Use mental strategies, such as subtract to the nearest ten and adjust, for quick calculations.
