β‘  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
SignsOperationExampleResult
(+)(+)Add, keep +3 + 58
(βˆ’)(βˆ’)Add, keep βˆ’βˆ’3 + (βˆ’5)βˆ’8
(+)(βˆ’)Subtract, bigger wins7 + (βˆ’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!
πŸ“ Practice Problems

Choose the correct answer. Answers revealed after each question!

Score: 0 / 20   Answered: 0/20
πŸ†

You're Done!