Field Properties of Real Numbers
Field Properties of Real Numbers
When we work with numbers in algebra, we do not move terms around or rewrite expressions randomly. We use special rules called field properties of real numbers. These properties explain why algebra steps are correct.
The real numbers include positive numbers, negative numbers, fractions, decimals, and zero. The field properties help us add, subtract, multiply, and divide real numbers in a consistent way.
In 9th Grade maths, the most important field properties are:
- Commutative Property
- Associative Property
- Distributive Property
- Identity Property
- Inverse Property
Learning these properties helps you simplify expressions, solve equations, and justify each step in algebra.
1. Commutative Property
The word commutative means that the order can change without changing the answer.
For addition:
$$a+b=b+a$$
For multiplication:
$$ab=ba$$
This means you can switch the order when adding or multiplying real numbers.
Examples:
- \(3+7=7+3\)
- \(4\cdot 5=5\cdot 4\)
- \((-2)+9=9+(-2)\)
Important: subtraction and division are not commutative.
- \(10-3 \neq 3-10\)
- \(12\div 4 \neq 4\div 12\)
2. Associative Property
The word associative means that when you add or multiply three or more numbers, you can change the grouping.
For addition:
$$ (a+b)+c=a+(b+c) $$
For multiplication:
$$ (ab)c=a(bc) $$
This means parentheses can move when the operation is all addition or all multiplication.
Examples:
- \((2+6)+4=2+(6+4)\)
- \((3\cdot 5)\cdot 2=3\cdot (5\cdot 2)\)
Important: subtraction and division are not associative.
- \((10-4)-2=4\), but \(10-(4-2)=8\)
- \((16\div 4)\div 2=2\), but \(16\div (4\div 2)=8\)
3. Distributive Property
The distributive property connects multiplication and addition or subtraction. It tells us how to multiply a number outside parentheses by each term inside the parentheses.
$$a(b+c)=ab+ac$$
$$a(b-c)=ab-ac$$
This property is very important in algebra because it helps us expand expressions and also factor them.
Examples:
- \(3(x+4)=3x+12\)
- \(5(2y-1)=10y-5\)
- \(-2(a+6)=-2a-12\)
Notice that every term inside the parentheses must be multiplied by the number outside.
4. Identity Property
An identity element is a number that keeps another number the same when you use a certain operation.
For addition, the identity number is 0:
$$a+0=a$$
For multiplication, the identity number is 1:
$$a\cdot 1=a$$
Examples:
- \(8+0=8\)
- \(-13+0=-13\)
- \(6\cdot 1=6\)
- \(0.4\cdot 1=0.4\)
These may look simple, but they are useful in solving equations and understanding how numbers behave.
5. Inverse Property
An inverse “undoes” an operation.
For addition, the inverse of a number is its opposite:
$$a+(-a)=0$$
For example:
- \(7+(-7)=0\)
- \(-3+3=0\)
For multiplication, the inverse of a number is its reciprocal, as long as the number is not zero:
$$a\cdot \frac{1}{a}=1 \quad \text{for } a\neq 0$$
Examples:
- \(5\cdot \frac{1}{5}=1\)
- \(-2\cdot \left(-\frac{1}{2}\right)=1\)
Important: zero has no multiplicative inverse because division by zero is not allowed.
Why These Properties Matter in Algebra
In algebra, we often rewrite expressions to make them easier to work with. The field properties tell us when those changes are legal.
For example, if you rewrite \(x+5\) as \(5+x\), that is correct because of the commutative property of addition.
If you rewrite \(2(x+3)\) as \(2x+6\), that is correct because of the distributive property.
If you solve \(x+7=12\) by adding \(-7\) to both sides, you are using the additive inverse property.
Worked Example 1: Identifying a Property
State the property shown by:
$$9+4=4+9$$
Step 1: Notice that the numbers stay the same, but the order changes.
Step 2: The operation is addition.
Answer: This is the commutative property of addition.
Worked Example 2: Using the Associative Property
Simplify:
$$ (6+14)+4 $$
Step 1: Regroup using the associative property:
$$6+(14+4)$$
Step 2: Add inside the parentheses:
$$6+18=24$$
Answer: \(24\)
We changed the grouping, not the order.
Worked Example 3: Using the Distributive Property
Expand:
$$ 4(3x-2) $$
Step 1: Multiply 4 by each term inside the parentheses.
$$4\cdot 3x=12x$$
$$4\cdot (-2)=-8$$
Step 2: Write the result:
$$4(3x-2)=12x-8$$
Answer: \(12x-8\)
Worked Example 4: Using Identity and Inverse Properties in an Equation
Solve:
$$x-5=11$$
Step 1: To undo subtracting 5, add 5 to both sides.
$$x-5+5=11+5$$
Step 2: Use the additive inverse property:
$$-5+5=0$$
So the left side becomes:
$$x+0$$
Step 3: Use the additive identity property:
$$x+0=x$$
Step 4: Simplify the right side:
$$x=16$$
Answer: \(x=16\)
Common Mistakes to Avoid
- Do not use commutative or associative properties with subtraction or division.
- When using the distributive property, multiply the outside number by every term inside the parentheses.
- Remember that the multiplicative inverse only works for numbers that are not zero.
- Do not confuse opposite with reciprocal. The opposite of 4 is \(-4\), but the reciprocal of 4 is \(\frac{1}{4}\).
Quick Reference List
- Commutative of Addition: \(a+b=b+a\)
- Commutative of Multiplication: \(ab=ba\)
- Associative of Addition: \((a+b)+c=a+(b+c)\)
- Associative of Multiplication: \((ab)c=a(bc)\)
- Distributive: \(a(b+c)=ab+ac\)
- Additive Identity: \(a+0=a\)
- Multiplicative Identity: \(a\cdot 1=a\)
- Additive Inverse: \(a+(-a)=0\)
- Multiplicative Inverse: \(a\cdot \frac{1}{a}=1\), for \(a\neq 0\)
Summary
The field properties of real numbers are the basic rules that make algebra work. They tell us when we can change order, change grouping, distribute multiplication, or use identity and inverse numbers.
If you understand these properties, you can explain why algebra steps are correct instead of just memorizing them. That makes simplifying expressions and solving equations much easier and more reliable.
Put what you read to the test
You've worked through Field Properties of Real Numbers. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.