Properties of Real Numbers

The six properties that govern real numbers: commutative, associative, identity, inverse, closure and distributive, with worked examples of each.

--

Real numbers obey a small set of rules that hold without exception. These properties are what license every rearrangement you make while solving a problem — they are the reason a step is allowed rather than merely convenient.

Property 1 Commutative — order

Reordering the terms leaves the result unchanged.

 5 + 2 = 2 + 5 = 7
 5 \times 2 = 2 \times 5 = 10

This holds for addition and multiplication only. Subtraction and division are not commutative.

Property 2 Associative — grouping

Where you place the brackets makes no difference to the answer.

 5 + (2 + 7) = 5 + 9 = 14 , and  (5 + 2) + 7 = 7 + 7 = 14 .
 5 \times (2 \times 7) = 5 \times 14 = 70 , and  (5 \times 2) \times 7 = 10 \times 7 = 70 .

Commutativity moves the numbers; associativity moves the brackets. Together they let you tackle a long sum in whatever order is easiest.

Property 3 Identity — the value that changes nothing

Each operation has one value that leaves any number exactly as it was.

The additive identity is 0:  7 + 0 = 7 .
The multiplicative identity is 1:  7 \times 1 = 7 .
Property 4 Inverse — returning to the identity

Every number has a partner that cancels it, bringing you back to the identity.

The additive inverse of 7 is  -7 :  7 + (-7) = 0 .
The multiplicative inverse of 7 is  \dfrac{1}{7} :  7 \times \dfrac{1}{7} = 1 .

Zero is the one exception: it has no multiplicative inverse, because  \dfrac{1}{0} is undefined.

Property 5 Closure — staying inside the set

Adding or multiplying two real numbers always produces another real number. The operation never takes you outside the set.

If  a and  b are real, then  a + b is real.
If  a and  b are real, then  a \times b is real.

This is why you can chain operations freely without ever checking whether the answer still counts as a number you may use.

Property 6 Distributive — across a bracket

Multiplication spreads over addition:  a(b + c) = ab + ac .

 3 \times (4 + 5) = 3 \times 4 + 3 \times 5 = 12 + 15 = 27 .
Checking the other way:  3 \times 9 = 27 .

This is the only property here that connects two different operations, which is what makes it so useful when expanding expressions.

Example Naming the property used
5 + 2 = 2 + 5 (5+2)+7 = 5+(2+7) 3(4+5) = 12 + 15 commutative associative distributive
To identify a property, ask what changed: the order of the numbers, the grouping of the brackets, or a multiplier spreading across a sum.
Note Mistakes to avoid
Confusing commutative with associative — one moves numbers, the other moves brackets.
Applying either one to subtraction or division.
Giving zero a multiplicative inverse; 1 ÷ 0 is undefined.
Mixing up the identities: 0 for addition, 1 for multiplication.
Distributing to only the first term inside the bracket.
Summary
  1. Commutative: order does not matter for addition or multiplication.
  2. Associative: bracket placement does not matter for those same operations.
  3. Identity: adding 0 or multiplying by 1 changes nothing.
  4. Inverse: a + (−a) = 0, and a × (1/a) = 1 for any non-zero a.
  5. Closure keeps results inside the reals; distribution links multiplication to addition.