β Integer Operations
π§ SAME signs β ADD, keep sign | DIFFERENT signs β SUBTRACT, take the BIGGER sign
β‘ Memory Keywords
SAME β SUM | DIFF β DISTANCE | Neg Γ Neg = Pos | Neg Γ Pos = Neg
| Signs | Operation | Example | Result |
| (+)(+) | Add, keep + | 3 + 5 | 8 |
| (β)(β) | Add, keep β | β3 + (β5) | β8 |
| (+)(β) | Subtract, bigger wins | 7 + (β3) | 4 |
| (β)(+) | Subtract, bigger wins | β7 + 3 | β4 |
βοΈ Example
β8 β (β3) β change to addition:
β8 + 3 = β5
β4 Γ (β6) = +24 (neg Γ neg = POSITIVE!)
β‘ Rational Number Operations
β‘ Memory Keywords
ADD/SUB fractions: "SAME BOTTOM first!" β LCD (Least Common Denominator)
MULTIPLY: "Top Γ Top, Bottom Γ Bottom" β straight across
DIVIDE: "Keep Β· Change Β· Flip" (KCF) β multiply by reciprocal
Adding/Subtracting: get LCD first, then add numerators
Multiplying: multiply straight across, then simplify
Dividing: flip the second fraction (reciprocal), then multiply
βοΈ Example β KCF (KeepΒ·ChangeΒ·Flip)
34
Γ·
25
=
34
Γ
52
=
158
β’ Distributive Property
π a(b + c) = ab + ac Β· a(b β c) = ab β ac
Think: the outside number VISITS each term inside
β‘ Memory Keywords
DISTRIBUTE = DELIVER β the factor knocks on every door inside the parentheses
βοΈ Examples
3(x + 4) = 3x + 12
β2(a β 5) = β2a + 10 β watch the sign!
x(2x + 3y β 1) = 2xΒ² + 3xy β x
β£ Factoring (Reverse Distribute)
π Factoring = UN-distribute Β· Find the GCF (Greatest Common Factor) first!
β‘ Memory Keywords
FACTOR = FIND the common piece β PULL IT OUT
GCF out front, leftover terms inside ( )
βοΈ Examples
6x + 9 = 3(2x + 3) GCF = 3
4aΒ² β 8a = 4a(a β 2) GCF = 4a
15xy + 10x = 5x(3y + 2) GCF = 5x
β¦ β¦ β¦
β οΈ Common Traps to Watch!
Subtracting a negative: β(βx) = +x "double negative = positive"
Distributing a negative: β3(xβ2) = β3x +6, NOT β3xβ6
Zero rules: 0 Γ anything = 0 | anything Γ· 0 = UNDEFINED
Fraction Γ· Fraction: Always KCF β never divide tops/bottoms separately
Factoring check: always verify by distributing back!
Choose the correct answer. Answers revealed after each question!
Score: 0 / 20 Answered: 0/20
π
You're Done!