✏️ Math Practice Notebook
Algebra 1 · Geometry — Self-Study Workbook
📐 Algebra 1 × 10 📏 Geometry × 10 ⭐ Beginner-Friendly
Name ✏️
Date 📅
Score 🏆
📐 Algebra 1 Core Topics · 10 Problems
Score: 0 / 10
1
🔢 Order of Operations

PEMDAS = Parentheses → Exponents → Multiply/Divide → Add/Subtract
🧠 Say: "Please Excuse My Dear Aunt Sally"

📖 Example

Evaluate: 3 + 2 × 4
✦ First, multiply: 2 × 4 = 8
✦ Then add: 3 + 8 = 11

Evaluate: 5 + 3 × (2² − 1)
📝 Hint: Start inside ( ), then handle the exponent!
✏️ Work it out here...
💡 Explanation

Step 1: Inside ( ): 2² = 4, so 4 − 1 = 3
Step 2: Multiply: 3 × 3 = 9
Step 3: Add: 5 + 9 = 14
✅ Answer is A) 14

2
🔡 Solving One-Step Equations

ISOLATE the variable — do the OPPOSITE operation on both sides.
🧠 "What's done to x, undo it!"

📖 Example

Solve: x + 7 = 12
✦ Subtract 7 from both sides: x = 12 − 7 = 5

Solve for x: 3x − 4 = 14
✏️ Work it out here...
💡 Explanation

Step 1: Add 4 to both sides → 3x = 18
Step 2: Divide both sides by 3 → x = 6
✅ Answer is C) x = 6

3
⚖️ Two-Step Equations

UNDO in reverse order: first ±, then ×÷
🧠 "Reverse the recipe!"

📖 Example

Solve: 2x + 3 = 11
✦ Subtract 3: 2x = 8 → Divide by 2: x = 4

Solve for x: −2x + 10 = 4
⚠️ Tricky: negative coefficient! Don't forget to flip the sign.
✏️ Work it out here...
💡 Explanation

Step 1: Subtract 10 → −2x = −6
Step 2: Divide by −2 → x = 3
⚠️ Dividing two negatives = positive!
✅ Answer is B) x = 3

4
📈 Slope of a Line

SLOPE = Rise over Run = m = (y₂−y₁)/(x₂−x₁)
🧠 "Rise UP, Run RIGHT"

📖 Example

Points: (1, 2) and (3, 6)
m = (6−2)/(3−1) = 4/2 = 2

Find the slope of the line passing through (−1, 3) and (2, 9).
✏️ Work it out here...
💡 Explanation

m = (9 − 3) / (2 − (−1)) = 6 / 3 = 2
⚠️ Watch out: 2 − (−1) = 3, not 1!
✅ Answer is C) m = 2

5
📊 Slope-Intercept Form

y = mx + bm = slope, b = y-intercept
🧠 "m is the Mountain (slope), b is the Beginning (y-axis)"

📖 Example

Line: y = 3x − 2 → slope = 3, y-intercept = −2 ✅

What is the y-intercept of the line 2y = 6x − 10?
⚠️ First divide everything by 2 to get y = mx + b form!
✏️ Work it out here...
💡 Explanation

Divide by 2: y = 3x − 5
Now in y = mx + b form → b = −5
⚠️ Many students forget to divide −10 by 2!
✅ Answer is B) b = −5

6
🌿 Distributive Property

DISTRIBUTE: a(b + c) = ab + ac
🧠 "Share the love with EVERY term inside!"

📖 Example

Simplify: 3(x + 4)
3·x + 3·4 = 3x + 12

Simplify: −2(3x − 5) + 4x
⚠️ Negative outside — be careful with signs!
✏️ Work it out here...
💡 Explanation

Step 1: Distribute −2: −2·3x = −6x, −2·(−5) = +10
Step 2: −6x + 10 + 4x = −2x + 10
⚠️ Negative × Negative = Positive!
✅ Answer is D) −2x + 10

7
🔢 Systems of Equations

SUBSTITUTION: Solve one equation → plug into the other
🧠 "Replace, then solve!"

📖 Example

y = x + 1 and x + y = 5
✦ Sub y: x + (x+1) = 5 → 2x = 4 → x = 2, y = 3

Solve the system: y = 2x − 1 and x + y = 8
Find the value of x first.
✏️ Work it out here...
💡 Explanation

Substitute y = 2x−1 into x + y = 8:
x + (2x − 1) = 8 → 3x − 1 = 8 → 3x = 9 → x = 3
Then y = 2(3) − 1 = 5
✅ Answer is B) x = 3

8
💎 Factoring

GCF FIRST: Always look for Greatest Common Factor before anything else!
🧠 "Can I take something OUT of all terms?"

📖 Example

Factor: 6x² + 9x
✦ GCF = 3x → 3x(2x + 3)

Factor completely: 4x² − 16x
✏️ Work it out here...
💡 Explanation

GCF of 4x² and 16x = 4x
4x² ÷ 4x = x and 16x ÷ 4x = 4
Result: 4x(x − 4)
⚠️ A, B, D are not fully factored (GCF isn't fully pulled out)
✅ Answer is C) 4x(x − 4)

9
📉 Inequalities

FLIP the inequality sign when multiplying or dividing by a NEGATIVE!
🧠 "Multiply/divide negative → sign flips like a pancake 🥞"

📖 Example

Solve: −3x < 9
✦ Divide by −3 → FLIP sign: x > −3

Solve: −4x + 2 ≤ 10
Which number line shows the solution?
✏️ Work it out here...
💡 Explanation

Step 1: Subtract 2 → −4x ≤ 8
Step 2: Divide by −4 → FLIP ≤ to ≥ → x ≥ −2
⚠️ Most common mistake: forgetting to flip the sign!
✅ Answer is B) x ≥ −2

10
🌟 Exponent Rules

SAME BASE: Multiply → add exponents: xᵃ · xᵇ = xᵃ⁺ᵇ
POWER: (xᵃ)ᵇ = xᵃˣᵇ
🧠 "Multiply = Add exponents. Power = Multiply exponents."

📖 Example

Simplify: x³ · x²
✦ Add exponents: x⁵

Simplify: (2x³)² · x
⚠️ Don't forget to also square the 2!
✏️ Work it out here...
💡 Explanation

Step 1: (2x³)² = 2² · (x³)² = 4x⁶
Step 2: Multiply by x: 4x⁶ · x = 4x⁷
⚠️ Common error: forgetting 2² = 4 (only gets x⁷ but writes 2x⁷)
✅ Answer is C) 4x⁷

📐 Algebra 1 — Your Progress

☆☆☆☆☆☆☆☆☆☆

Answer all questions to see your result!

📏 Geometry Core Topics · 10 Problems
Score: 0 / 10
1
📐 Complementary & Supplementary Angles

COMPLEMENTARY = add up to 90° 🧠 "C comes before S, 90 before 180"
SUPPLEMENTARY = add up to 180°

📖 Example

Angle A = 35°. Supplement = 180 − 35 = 145° ✅

Two angles are supplementary. One angle is 3x + 20° and the other is x + 40°. Find x.
✏️ Draw the angles here...
💡 Explanation

Supplementary → sum = 180°
(3x + 20) + (x + 40) = 180
4x + 60 = 180 → 4x = 120 → x = 30
✅ Answer is C) x = 30

2
🔺 Triangle Angle Sum

TRIANGLE SUM = 180° always!
🧠 "Three angles, one rule: always 180!"

📖 Example

Angles 60°, 70°, x°: x = 180 − 60 − 70 = 50°

A triangle has angles of 4x°, 2x + 12°, and 3x − 3°. Find x.
⚠️ All three must sum to exactly 180°!
✏️ Sketch the triangle...
💡 Explanation

4x + (2x + 12) + (3x − 3) = 180
9x + 9 = 180 → 9x = 171 → x = 19
✅ Answer is B) x = 19

3
📐 Pythagorean Theorem

a² + b² = c²c is always the HYPOTENUSE (longest side)
🧠 "Legs squared, add 'em up = hypotenuse squared"

📖 Example

Legs: 3, 4 → c² = 9 + 16 = 25 → c = 5

A right triangle has legs of length 5 and 12. What is the hypotenuse?
✏️ Label the right triangle...
💡 Explanation

5² + 12² = c²
25 + 144 = 169
c = √169 = 13
✅ This is the famous 5-12-13 Pythagorean triple!
✅ Answer is C) 13

4
⬜ Area of Shapes

TRIANGLE AREA = ½ × base × height
🧠 "Half a rectangle = a triangle!"

📖 Example

Triangle: base = 8, height = 5
A = ½ × 8 × 5 = 20 units²

A triangle has base 14 cm and height 9 cm. Find its area.
⚠️ Don't forget the ½!
✏️ Draw and label it...
💡 Explanation

A = ½ × 14 × 9 = ½ × 126 = 63 cm²
⚠️ Answer A (126) is the most common error — students skip the ½!
✅ Answer is B) 63 cm²

5
🔵 Circle: Circumference & Area

C = 2πr or πd (perimeter of circle)
A = πr² (area)
🧠 "Twice around is C, r² inside is A"

📖 Example

Circle with r = 5 → Area = π(5²) = 25π ≈ 78.5

A circle has diameter 10 cm. What is its circumference? (Use π ≈ 3.14)
⚠️ Diameter = 10, so radius = 5! Don't use 10 for the radius.
✏️ Sketch the circle...
💡 Explanation

diameter = 10, so C = πd = 3.14 × 10 = 31.4 cm
⚠️ Choice A (62.8) = using d as if it were radius (2 × 3.14 × 10)!
✅ Answer is B) 31.4 cm

6
🔷 Parallel Lines & Transversals

ALTERNATE INTERIOR angles = equal (Z-shape 🤙)
CO-INTERIOR angles = 180° (same side, supplementary)
🧠 "Z = equal, C = 180°"

📖 Example

If parallel lines cut by transversal, angle = 70° → alternate interior angle = 70° ✅

Two parallel lines are cut by a transversal. One co-interior angle is 4x + 10° and the other is 2x + 20°. Find x.
⚠️ Co-interior (same-side interior) angles ADD UP to 180°!
✏️ Draw the parallel lines...
💡 Explanation

Co-interior → sum = 180:
(4x + 10) + (2x + 20) = 180
6x + 30 = 180 → 6x = 150 → x = 25
✅ Answer is D) x = 25

7
📦 Volume of a Prism

VOLUME = Base Area × Height = B × h
🧠 "Stack the base all the way up!"

📖 Example

Rectangular prism: 4×3 base, height = 5
V = 12 × 5 = 60 units³

A rectangular prism has a base of 6 cm × 4 cm and a height of 5 cm. What is its volume?
✏️ Sketch the 3D box...
💡 Explanation

Base area = 6 × 4 = 24 cm²
V = 24 × 5 = 120 cm³
⚠️ Choice D (60) = only multiplied 2 dimensions, forgot the third!
✅ Answer is C) 120 cm³

8
🔲 Perimeter of a Polygon

PERIMETER = Add ALL sides (walk around the outside!)
🧠 "Perimeter = Path around the edge 🚶"

📖 Example

Rectangle: length = 8, width = 3
P = 2(8+3) = 22 units

A rectangle has perimeter of 48 cm. Its length is 3 times its width. Find the width.
⚠️ Set up an equation: P = 2(l + w) and l = 3w
✏️ Label the rectangle...
💡 Explanation

Let w = width, l = 3w
2(3w + w) = 48 → 2(4w) = 48 → 8w = 48 → w = 6
✅ Answer is B) w = 6 cm

9
🔺 Exterior Angle Theorem

EXTERIOR ANGLE = sum of the TWO non-adjacent interior angles
🧠 "The outside angle = the two far inside angles added!"

📖 Example

Interior angles 50° and 70° → Exterior angle = 50 + 70 = 120° ✅

An exterior angle of a triangle is 110°. One of the non-adjacent interior angles is 65°. Find the other non-adjacent interior angle.
✏️ Draw the triangle + exterior angle...
💡 Explanation

Exterior Angle = sum of two remote interior angles
65 + x = 110 → x = 45°
⚠️ Don't confuse with the adjacent interior angle (70°, which is supplementary to 110°)
✅ Answer is B) 45°

10
🌟 Congruent Triangles (SSS/SAS)

SSS = 3 sides equal → Congruent ✅
SAS = 2 sides + included angle → Congruent ✅
AAA = only angles → NOT congruent (just similar!) ❌
🧠 "AAA = Same Shape but NOT Same Size!"

📖 Example

△ABC has sides 5, 7, 9. △DEF has sides 5, 7, 9 → Congruent by SSS ✅

△ABC and △DEF have: AB = DE, BC = EF, and ∠B = ∠E. Which theorem proves they are congruent?
⚠️ The angle must be BETWEEN the two sides!
✏️ Sketch and mark the triangles...
💡 Explanation

AB = DE (side), ∠B = ∠E (angle), BC = EF (side)
The angle ∠B is BETWEEN sides AB and BC → this is SAS!
⚠️ AAA proves SIMILARITY only, not congruence
✅ Answer is B) SAS

📏 Geometry — Your Progress

☆☆☆☆☆☆☆☆☆☆

Answer all questions to see your result!