Algebra

Properties of Real Numbers

Last updated: March 2026 · Beginner
Real-world applications
πŸ’°
Retail & Finance

Discounts, tax, tips, profit margins

πŸ“
Carpentry

Measurements, material estimation, cutting calculations

The properties of real numbers are the rules that govern how addition and multiplication behave. You have been using these properties since elementary school β€” every time you rearrange numbers to make mental math easier, you are relying on one of them. In algebra, naming and understanding these properties lets you manipulate expressions confidently, simplify complicated formulas, and justify every step of a proof or solution.

The Commutative Property

The commutative property says you can swap the order of two numbers being added or multiplied without changing the result.

Addition:

a+b=b+aa + b = b + a

Multiplication:

aβ‹…b=bβ‹…aa \cdot b = b \cdot a

Example 1: Numeric

3+8=8+3=113 + 8 = 8 + 3 = 11

4Γ—7=7Γ—4=284 \times 7 = 7 \times 4 = 28

Example 2: Algebraic

x+5=5+xx + 5 = 5 + x

3y=yβ‹…33y = y \cdot 3

This is why you can write a term like 3y3y or yβ‹…3y \cdot 3 β€” they mean the same thing.

Important: Subtraction and division are not commutative. 10βˆ’4=610 - 4 = 6 but 4βˆ’10=βˆ’64 - 10 = -6. Likewise, 12Γ·3=412 \div 3 = 4 but 3Γ·12=0.253 \div 12 = 0.25.

The Associative Property

The associative property says you can regroup numbers being added or multiplied without changing the result. It is about which pair you compute first.

Addition:

(a+b)+c=a+(b+c)(a + b) + c = a + (b + c)

Multiplication:

(aβ‹…b)β‹…c=aβ‹…(bβ‹…c)(a \cdot b) \cdot c = a \cdot (b \cdot c)

Example 3: Making Mental Math Easier

Compute 46+17+346 + 17 + 3:

Grouping 46+(17+3)=46+20=6646 + (17 + 3) = 46 + 20 = 66 is much faster than going left to right.

Example 4: Algebraic Regrouping

(2xβ‹…5)β‹…3=2xβ‹…(5β‹…3)=2xβ‹…15=30x(2x \cdot 5) \cdot 3 = 2x \cdot (5 \cdot 3) = 2x \cdot 15 = 30x

Regrouping the constants first simplifies the expression in one step.

Important: Subtraction and division are not associative. (10βˆ’4)βˆ’2=4(10 - 4) - 2 = 4 but 10βˆ’(4βˆ’2)=810 - (4 - 2) = 8.

The Distributive Property

The distributive property connects multiplication and addition. It is arguably the most-used property in all of algebra.

a(b+c)=ab+aca(b + c) = ab + ac

It also works with subtraction:

a(bβˆ’c)=abβˆ’aca(b - c) = ab - ac

Example 5: Expanding an Expression

5(x+3)=5β‹…x+5β‹…3=5x+155(x + 3) = 5 \cdot x + 5 \cdot 3 = 5x + 15

Example 6: Distributing a Negative

βˆ’2(4yβˆ’7)=(βˆ’2)(4y)+(βˆ’2)(βˆ’7)=βˆ’8y+14-2(4y - 7) = (-2)(4y) + (-2)(-7) = -8y + 14

Remember: a negative times a negative gives a positive.

Example 7: Factoring in Reverse

The distributive property also works backward β€” pulling out a common factor:

12x+18=6(2x+3)12x + 18 = 6(2x + 3)

This reverse direction is called factoring and is one of the most important skills in algebra.

Identity Properties

An identity is a number that leaves the other number unchanged under an operation.

Additive identity β€” 0:

a+0=aa + 0 = a

Zero added to any number gives back that same number. For instance, x+0=xx + 0 = x.

Multiplicative identity β€” 1:

aβ‹…1=aa \cdot 1 = a

Any number multiplied by 1 stays the same. For instance, 1β‹…7y=7y1 \cdot 7y = 7y.

This is why multiplying a fraction by an equivalent form of 1 (like 33\frac{3}{3}) changes its appearance without changing its value β€” a key technique for finding common denominators.

Inverse Properties

An inverse pairs with a number to produce the identity element.

Additive inverse (opposite):

a+(βˆ’a)=0a + (-a) = 0

Every real number aa has an opposite βˆ’a-a that sums to zero. For example, 5+(βˆ’5)=05 + (-5) = 0.

Multiplicative inverse (reciprocal):

a⋅1a=1(a≠0)a \cdot \frac{1}{a} = 1 \quad (a \neq 0)

Every nonzero real number aa has a reciprocal 1a\frac{1}{a} whose product with aa is 1. For example, 8β‹…18=18 \cdot \frac{1}{8} = 1.

Division by zero is undefined, so 0 has no multiplicative inverse.

The Closure Property

A set is closed under an operation if performing that operation on members of the set always produces another member of the set.

The real numbers are closed under addition, subtraction, and multiplication β€” any two real numbers added, subtracted, or multiplied yield another real number.

The real numbers are almost closed under division: dividing any two real numbers gives a real number except when the divisor is zero.

Example 8: Why Closure Matters

If you add two integers, 3+(βˆ’10)=βˆ’73 + (-10) = -7, you still get an integer. Integers are closed under addition.

But if you divide two integers, 7Γ·2=3.57 \div 2 = 3.5, the result is not an integer. Integers are not closed under division β€” which is why we need the larger set of rational numbers.

Summary Table

PropertyAdditionMultiplication
Commutativea+b=b+aa + b = b + aab=baab = ba
Associative(a+b)+c=a+(b+c)(a+b)+c = a+(b+c)(ab)c=a(bc)(ab)c = a(bc)
Identitya+0=aa + 0 = aaβ‹…1=aa \cdot 1 = a
Inversea+(βˆ’a)=0a + (-a) = 0aβ‹…1a=1a \cdot \frac{1}{a} = 1
Distributivea(b+c)=ab+aca(b+c) = ab + ac(spans both)

The distributive property bridges addition and multiplication β€” it does not belong to just one column.

Real-World Application: Retail β€” Calculating a Discounted Total

Suppose you work at a hardware store and a customer buys three items priced at $12.50, $7.50, and $20.00. Your manager offers a 10% discount on the entire purchase.

Method 1 β€” Add first, then discount:

Total=12.50+7.50+20.00=40.00\text{Total} = 12.50 + 7.50 + 20.00 = 40.00

DiscountedΒ total=0.90Γ—40.00=36.00\text{Discounted total} = 0.90 \times 40.00 = 36.00

Method 2 β€” Discount each item first (distributive property):

0.90(12.50+7.50+20.00)=0.90Γ—12.50+0.90Γ—7.50+0.90Γ—20.000.90(12.50 + 7.50 + 20.00) = 0.90 \times 12.50 + 0.90 \times 7.50 + 0.90 \times 20.00

=11.25+6.75+18.00=36.00= 11.25 + 6.75 + 18.00 = 36.00

Both methods give the same answer β€” that is the distributive property at work. Method 1 is faster, but Method 2 is useful when you need to show individual discounted prices on a receipt.

Real-World Application: Carpentry β€” Combining Measurements

A carpenter needs to cut three boards: one 24 inches, one 36 inches, and one 16 inches. He wants the total length.

Using the commutative and associative properties for quick mental math:

24+36+16=(24+16)+36=40+36=76Β inches24 + 36 + 16 = (24 + 16) + 36 = 40 + 36 = 76 \text{ inches}

Rearranging to pair numbers that make a round sum (24 + 16 = 40) is faster than computing left to right.

Common Mistakes to Avoid

  1. Applying commutativity to subtraction or division. 8βˆ’3β‰ 3βˆ’88 - 3 \neq 3 - 8. When you see subtraction, think of it as adding a negative: 8+(βˆ’3)8 + (-3) is commutative, but you must carry the negative sign with the 3.

  2. Distributing only to the first term. A common error is writing 5(x+3)=5x+35(x + 3) = 5x + 3 instead of 5x+155x + 15. The multiplier distributes to every term inside the parentheses.

  3. Confusing the identity elements. The additive identity is 0, not 1. The multiplicative identity is 1, not 0. Multiplying by 0 gives 0, not the original number.

  4. Forgetting that the multiplicative inverse of 0 does not exist. You cannot divide by zero β€” ever. No reciprocal of 0 exists.

  5. Treating associativity as commutativity. Associativity changes grouping (a+b)+c=a+(b+c)(a + b) + c = a + (b + c); commutativity changes order a+b=b+aa + b = b + a. They are different properties even though they often work together.

Practice Problems

Problem 1: Name the property illustrated: 7+12=12+77 + 12 = 12 + 7

Commutative Property of Addition β€” the order of the addends is swapped.

Problem 2: Name the property illustrated: (3β‹…4)β‹…5=3β‹…(4β‹…5)(3 \cdot 4) \cdot 5 = 3 \cdot (4 \cdot 5)

Associative Property of Multiplication β€” the grouping of factors changed, but the order did not.

Problem 3: Use the distributive property to expand 4(2xβˆ’9)4(2x - 9)

4(2xβˆ’9)=4β‹…2x+4β‹…(βˆ’9)=8xβˆ’364(2x - 9) = 4 \cdot 2x + 4 \cdot (-9) = 8x - 36

Answer: 8xβˆ’368x - 36

Problem 4: What is the additive inverse of βˆ’13-13?

The additive inverse of βˆ’13-13 is 1313, because βˆ’13+13=0-13 + 13 = 0.

Answer: 1313

Problem 5: What is the multiplicative inverse of 25\frac{2}{5}?

The multiplicative inverse (reciprocal) of 25\frac{2}{5} is 52\frac{5}{2}, because 25Γ—52=1\frac{2}{5} \times \frac{5}{2} = 1.

Answer: 52\frac{5}{2}

Problem 6: Use properties to compute 25Γ—17Γ—425 \times 17 \times 4 mentally.

Rearrange using the commutative property, then regroup using the associative property:

25Γ—17Γ—4=(25Γ—4)Γ—17=100Γ—17=170025 \times 17 \times 4 = (25 \times 4) \times 17 = 100 \times 17 = 1700

Answer: 17001700

Problem 7: A carpenter cuts 5 identical shelves, each requiring a 14.5-inch plank and a 5.5-inch bracket piece. Use the distributive property to find the total wood needed.

5(14.5+5.5)=5Γ—20=100Β inches5(14.5 + 5.5) = 5 \times 20 = 100 \text{ inches}

Alternatively: 5Γ—14.5+5Γ—5.5=72.5+27.5=1005 \times 14.5 + 5 \times 5.5 = 72.5 + 27.5 = 100 inches.

Answer: 100 inches of wood total.

Key Takeaways

  • The commutative property lets you swap the order of addition or multiplication
  • The associative property lets you regroup additions or multiplications β€” useful for mental math shortcuts
  • The distributive property connects multiplication with addition: a(b+c)=ab+aca(b + c) = ab + ac β€” the most frequently used property in algebra
  • The additive identity is 0 and the multiplicative identity is 1
  • Every nonzero number has an additive inverse (opposite) and a multiplicative inverse (reciprocal)
  • Subtraction and division do not obey the commutative or associative properties
  • These properties justify every algebraic manipulation β€” knowing them by name helps you explain and verify your work

Return to Algebra for more topics in this section.

Last updated: March 29, 2026