Basic Operations
Addition and Subtraction
| Operation | Rule |
|---|
| a+b=b+a | Commutative Property |
| (a+b)+c=a+(b+c) | Associative Property |
| a+0=a | Identity Property |
| a+(−a)=0 | Inverse Property |
Multiplication and Division
| Operation | Rule |
|---|
| a×b=b×a | Commutative Property |
| (a×b)×c=a×(b×c) | Associative Property |
| a×1=a | Identity Property |
| a×a1=1, a=0 | Inverse Property |
| a×0=0 | Zero Property |
Distributive Property
a(b+c)=ab+ac
a(b−c)=ab−ac
(a+b)(c+d)=ac+ad+bc+bd
Order of Operations (PEMDAS)
- Parentheses (innermost first)
- Exponents (powers and roots)
- Multiplication and Division (left to right)
- Addition and Subtraction (left to right)
Fractions
Addition and Subtraction
ba+bc=ba+c(same denominator)
ba+dc=bdad+bc(different denominators)
Multiplication and Division
ba×dc=bdac
ba÷dc=ba×cd=bcad
Simplifying Fractions
bcac=ba(cancel common factors)
Signed Numbers
Rules for Multiplication and Division
| Operation | Result |
|---|
| (+)(+) | + |
| (+)(−) | − |
| (−)(+) | − |
| (−)(−) | + |
Rules for Addition
- Same signs: Add absolute values, keep the sign
- Different signs: Subtract absolute values, take sign of larger absolute value
Properties of Zero and One
| Property | Rule |
|---|
| a×0=0 | |
| a0=0 (a=0) | |
| 0a is undefined | |
| a1=a | |
| a0=1 (a=0) | |
| 00 is indeterminate | |