PDF

Properties of Arithmetic — a clear, step-by-step guide

These are the basic rules that let you rewrite, simplify, and manipulate numbers and expressions without changing their value. Understanding them makes algebraic manipulation and mental math fast and reliable.

1. Overview of the important properties

  • Closure: Adding or multiplying two numbers of a certain set (like integers) gives another number in the same set. Example: 3 + 5 = 8 (an integer), 4 × 7 = 28 (an integer).
  • Commutative law (order doesn't matter):
    • Addition: a + b = b + a
    • Multiplication: a × b = b × a
    Example: 7 + 2 = 2 + 7, and 6 × 4 = 4 × 6.
  • Associative law (grouping doesn't matter):
    • Addition: (a + b) + c = a + (b + c)
    • Multiplication: (a × b) × c = a × (b × c)
    Example: (2 + 3) + 4 = 2 + (3 + 4) = 9.
  • Distributive law (multiplication over addition): a × (b + c) = a × b + a × c. Example: 3 × (4 + 5) = 3×4 + 3×5 = 12 + 15 = 27.
  • Identity elements:
    • Additive identity: 0, because a + 0 = a.
    • Multiplicative identity: 1, because a × 1 = a.
  • Inverses:
    • Additive inverse (negation): for a, the inverse is −a because a + (−a) = 0.
    • Multiplicative inverse (reciprocal): for nonzero a, the inverse is 1/a because a × (1/a) = 1.
  • Zero and division:
    • Division by zero is undefined: a ÷ 0 has no meaning.
    • a ÷ b is the same as a × (1/b) when b ≠ 0.

2. Why these properties matter (intuitively)

- Commutative and associative let you reorder and regroup terms to compute more easily (e.g., pair numbers that make 10).
- Distributive connects multiplication and addition — it is essential for expanding and factoring expressions.
- Identities and inverses let you 'undo' operations, which is what solving equations is all about.

3. Step-by-step examples and how to use the rules

Example 1 — Simplify using commutative and associative

Simplify: 25 + 4 + 75

  1. Use associative or commutative to regroup: 25 + 75 + 4.
  2. 25 + 75 = 100 (nice pair). Then 100 + 4 = 104.

Example 2 — Use distributive to expand and simplify

Simplify: 5(2x + 3)

  1. Apply distributive law: 5×2x + 5×3 = 10x + 15.

Example 3 — Subtraction and negation

Subtraction is adding the additive inverse. So a − b = a + (−b).

Example: 8 − 11 = 8 + (−11) = −3.

Example 4 — Division and reciprocals

a ÷ b = a × (1/b) as long as b ≠ 0. So 6 ÷ (3/4) = 6 × (4/3) = 24/3 = 8.

4. Common pitfalls and warnings

  • Do not assume division is commutative: a ÷ b ≠ b ÷ a in general.
  • Do not assume subtraction is associative: (a − b) − c ≠ a − (b − c) usually.
  • Never divide by zero. Expressions like 5/0 are undefined.
  • Remember the domain: multiplicative inverses only exist for nonzero numbers.

5. Small proofs/justifications (why these feel right)

Distributive law intuition: if you have a groups of (b + c) objects, you can count all the b's then all the c's: a(b + c) = ab + ac.

6. Worked problems (step-by-step)

Problem A

Simplify: 4(3 + 7) + 6 × 5

  1. Compute inside parentheses: 3 + 7 = 10, so 4×10 + 6×5.
  2. Multiply: 40 + 30 = 70.

Problem B

Simplify: (2 + 5) + (3 + 4) using associative/commutative to pair nicely.

  1. Group as (2 + 3) + (5 + 4) = 5 + 9 = 14. (You could also compute directly.)

Problem C

Solve for x: 3x + 5 = 2x + 11

  1. Subtract 2x from both sides (additive inverse idea): (3x − 2x) + 5 = 11 → x + 5 = 11.
  2. Subtract 5: x = 6.

7. Quick practice (try these)

  1. Simplify: 7 + (9 + 13).
  2. Use distributive law: 4(2 + x) − 2x.
  3. Compute: 5 ÷ (1/2).
  4. Is (8 − 3) − 2 equal to 8 − (3 − 2)? Explain.

Answers: 1) 29. 2) 8 + 4x − 2x = 8 + 2x. 3) 5 × 2 = 10. 4) No: (8 − 3) − 2 = 3, but 8 − (3 − 2) = 7.

8. Tips for studying and using these properties

  • Practice rewriting expressions using the distributive law and identities — these moves appear all the time in algebra.
  • When you solve equations, ask which inverse you can use to "undo" an operation (subtract to undo add, divide to undo multiply).
  • Look for numbers that pair to 10, 100, or other round numbers to speed mental addition.
  • Always check domain constraints: if you divide or take a reciprocal, ensure you are not using zero.

9. Short summary

The basic properties of arithmetic — commutative, associative, distributive, identity, and inverse — let you reorder, regroup, expand, and undo operations. They are the foundation for algebraic manipulations and quick arithmetic. Mastering them makes solving equations and simplifying expressions much easier.

If you want, I can give more practice problems at different difficulty levels, or go deeper into how these properties are used in solving equations, fractions, or word problems.


Ask a followup question

Loading...