Term
|
Definition
a + 0 = a and 0 + a = a
example: 5 + 0 = 5 |
|
|
Term
|
Definition
a * 1 = a or 1 * a = a
example: 25 * 1 = 25 |
|
|
Term
Multiplicative Property of Zero |
|
Definition
a * 0 = 0 or 0 * a = 0
example: 150 * 0 = 0 |
|
|
Term
|
Definition
a/b * b/a = 1
example: 8/3 * 3/8 = 24/24 = 1 |
|
|
Term
|
Definition
|
|
Term
|
Definition
if a =b, then b = a
example: if 5 + 3 = 6 + 2, then 6 + 2 = 5 + 3 |
|
|
Term
|
Definition
if a = b, then a can be replaced by b in any expression
example: given the expression 2x - 5,
if x = 4, then 2 * 4 - 5 |
|
|
Term
|
Definition
if a = b and b = c, then a = c
example: if 5 + 1 = 6 and 6 = 4 + 2,
then 5 + 1 = 4 + 2 |
|
|
Term
|
Definition
a(b + c) = ab + ac
example: 5(x + y) = 5x + 5y |
|
|
Term
Commutative Property of Addition |
|
Definition
a + b = b + a
example: 3 + x = x + 3 |
|
|
Term
Commutative Property of Multiplication |
|
Definition
a * b = b * a
example: 5 * 3 = 3 * 5 |
|
|
Term
Associative Property of Addition |
|
Definition
a + (b + c) = (a + b) + c
example: 6 + (4 + 2) = (6 + 4) + 2 |
|
|
Term
Associative Property of Multiplication |
|
Definition
a * (b * c) = (a * b) * c
example: 10 * (2 * 8) = (10 * 2) * 8 |
|
|
Term
|
Definition
a + (-a) = 0
example: 9 + (-9) = 0 |
|
|