Grade 7 → Number System → Rational Numbers ↓
Properties of Rational Numbers
Rational numbers are numbers that can be expressed as a fraction p/q
where p
and q
are integers and q ≠ 0
In this guide, we are going to discuss various properties of rational numbers that help in organizing and efficiently performing mathematical operations. These properties include:
- Closing assets
- Commutative property
- Associative property
- Distributive property
- Identity property
- Inverse property
Closing assets
The closure property states that the sum, difference, and product of any two rational numbers is always a rational number.
Add
Suppose you have two rational numbers a/b
and c/d
. Their sum is:
(a/b) + (c/d) = (ad + bc) / bd
Here, ad + bc
and bd
are also integers, and since bd ≠ 0
, the result is a rational number.
Example: Add 2/3
and 4/5
.
(2/3) + (4/5) = (2*5 + 4*3) / (3*5) = (10 + 12) / 15 = 22/15
The result 22/15
is also a rational number.
Subtraction
For subtraction, similar to addition, if you subtract a/b
from c/d
, you get:
(a/b) - (c/d) = (ad - bc) / bd
Since ad - bc
and bd
are integers, and bd ≠ 0
, this is also a rational number.
Example: Subtract 7/8
from 5/6
.
(5/6) - (7/8) = (5*8 - 7*6) / (6*8) = (40 - 42) / 48 = -2/48 = -1/24
The result -1/24
is a rational number.
Multiplication
In multiplication, the product of two rational numbers a/b
and c/d
is:
(a/b) * (c/d) = (ac) / (bd)
Since ac
and bd
are both integers and bd ≠ 0
, the result is a rational number.
Example: Multiply 3/4
by 2/5
.
(3/4) * (2/5) = (3*2) / (4*5) = 6/20 = 3/10
The result 3/10
is also a rational number.
Commutative property
The commutative property states that the order of adding or multiplying two rational numbers does not affect the result.
Add
For addition, a/b + c/d = c/d + a/b
. The sum remains unchanged.
Example: Using 1/2 + 1/3
would be 1/3 + 1/2
.
(1/2) + (1/3) = (3/6) + (2/6) = 5/6
(1/3) + (1/2) = (2/6) + (3/6) = 5/6
In both sequences, the result is 5/6
, which demonstrates the commutative property.
Multiplication
For multiplication, a/b * c/d = c/d * a/b
. The product remains unchanged.
Example: Using 2/3 * 4/5
equals 4/5 * 2/3
.
(2/3) * (4/5) = (8/15)
(4/5) * (2/3) = (8/15)
In both sequences, the result is 8/15
, which follows the commutative property.
Associative property
The associative property states that the way rational numbers are grouped in addition or multiplication does not change their sum or product.
Add
When adding, (a/b + c/d) + e/f = a/b + (c/d + e/f)
Example: Add 1/4 + 1/5 + 1/6
with separate groups.
((1/4) + (1/5)) + (1/6) = (9/20) + (1/6) = 29/60
(1/4) + ((1/5) + (1/6)) = (1/4) + (11/30) = 29/60
The total of the two groups is 29/60
.
Multiplication
For multiplication, (a/b * c/d) * e/f = a/b * (c/d * e/f)
Example: Multiply 2/3 * 3/4 * 4/5
with different groups.
((2/3) * (3/4)) * (4/5) = (1/2) * (4/5) = 2/5
(2/3) * ((3/4) * (4/5)) = (2/3) * (1/5) = 2/15
Note that even though the intermediate results change with rearrangement, this property remains valid for the entire expression.
Distributive property
The distributive property connects multiplication and addition, showing that multiplying a number by a group of numbers added together is the same as doing each multiplication separately.
As a formula, a/b * (c/d + e/f) = a/b * c/d + a/b * e/f
.
Example: Demonstrate the distributive property using 2/3
and (3/4 + 5/6)
.
(2/3) * ((3/4) + (5/6)) = (2/3) * (19/12) = 38/36 = 19/18
(2/3) * (3/4) + (2/3) * (5/6) = 1/2 + 5/9 = 19/18
Both methods give the same results, which confirms the distributive property.
Identity property
The identity property makes it clear that the value of a rational number will not change if it is added or multiplied by a certain number.
Add
The identity number for sum is 0
Thus, a/b + 0 = a/b
.
Example: Add 0
to 7/8
.
(7/8) + 0 = 7/8
Multiplication
The identity number for multiplication is 1
Thus, a/b * 1 = a/b
.
Example: Multiply 1
by 9/10
.
(9/10) * 1 = 9/10
Inverse property
For every rational number, there is another rational number that is its inverse, which brings the operation result to the identity value.
Additive inverse
The additive inverse of a/b
is -a/b
because a/b + (-a/b) = 0
.
Example: Find the additive inverse of 5/7
.
(5/7) + (-5/7) = 0
Multiplicative inverse
The multiplicative inverse (or inverse) of a/b
is b/a
because (a/b) * (b/a) = 1
.
Example: Find the multiplicative inverse of 3/4
.
(3/4) * (4/3) = 1
Understanding these properties of rational numbers will help solve problems easily and ensure that the calculations are done correctly. When these properties are actively applied in tasks involving rational numbers, mathematics becomes less complicated. Keep practicing these properties with enough examples to gain proficiency.