Mathwords logoMathwords

Real Number Properties — Definition, Formula & Examples

Real number properties are the fundamental rules that govern how addition and multiplication work for all real numbers. They include the commutative, associative, distributive, identity, and inverse properties.

The real number properties are a set of axioms satisfied by the real numbers under addition and multiplication: commutativity (a+b=b+aa + b = b + a, ab=baab = ba), associativity ((a+b)+c=a+(b+c)(a + b) + c = a + (b + c), (ab)c=a(bc)(ab)c = a(bc)), distributivity (a(b+c)=ab+aca(b + c) = ab + ac), existence of identity elements (a+0=aa + 0 = a, a1=aa \cdot 1 = a), and existence of inverses (a+(a)=0a + (-a) = 0; for a0a \neq 0, a1a=1a \cdot \frac{1}{a} = 1).

How It Works

Each property tells you a specific move you are allowed to make when simplifying or rearranging expressions. The commutative property lets you swap the order of terms. The associative property lets you regroup terms without changing the result. The distributive property connects multiplication and addition, letting you expand or factor expressions. Identity properties confirm that adding 0 or multiplying by 1 leaves a number unchanged. Inverse properties guarantee that every number has an "undo" partner for both addition and multiplication.

Worked Example

Problem: Use real number properties to simplify: 4(7+3)+04 \cdot (7 + 3) + 0
Distributive Property: Distribute the 4 across the addition inside the parentheses.
4(7+3)+0=47+43+04 \cdot (7 + 3) + 0 = 4 \cdot 7 + 4 \cdot 3 + 0
Multiply: Compute each product.
=28+12+0= 28 + 12 + 0
Identity Property of Addition: Adding 0 does not change the value, so drop it and add the remaining terms.
=28+12=40= 28 + 12 = 40
Answer: The simplified result is 4040.

Why It Matters

These properties are the justification behind every step you take when solving equations or simplifying expressions in algebra. When a teacher asks you to "show your reasoning," naming the property (e.g., commutative, distributive) is exactly what they expect. Mastering them now builds the foundation for proofs and abstract algebra in later courses.

Common Mistakes

Mistake: Applying the commutative or associative property to subtraction or division (e.g., claiming 53=355 - 3 = 3 - 5).
Correction: These properties apply only to addition and multiplication. Subtraction and division are not commutative or associative. Rewrite subtraction as adding a negative if you need to rearrange: 53=5+(3)=(3)+55 - 3 = 5 + (-3) = (-3) + 5.