Self-Study Worksheet

Pre-Algebra &
Geometry

20 essential problems — carefully chosen from the topics students miss most. Each question includes a memory point and full explanation.


Pre-Algebra
Variables, equations, ratios, percents, integers, and more — the foundations everything else builds on.
Q 01 Pre-Algebra Integers ⚡ Tricky
🧠Memory Key:  "Negative times negative = positive"  ·  SIGN RULE: same signs → (+), different signs → (−)
Which of the following has the greatest value?
Students often confuse multiplying vs. adding negatives. Think carefully!
Quick Example
\( (-3) \times (-4) = +12 \)  |  \( (-3) \times (+4) = -12 \)  |  \( (-3) + (-4) = -7 \)
📘 Explanation
A = (−5)×(−3) = +15  |  B = (−2)×(−8) = +16  |  C = −15  |  D = −15.
B is the greatest. Both A and B are positive (negative × negative), but 16 > 15. Don't be tricked by larger-looking negative numbers!
Q 02 Pre-Algebra Order of Operations ⚡ Tricky
🧠Memory Key:  PEMDAS: Parentheses → Exponents → Multiply/Divide → Add/Subtract
Evaluate:  \( 3 + 2 \times (8 - 5)^2 \div 3 \)
The most common mistake? Doing left-to-right without following order of operations.
Step-by-Step Strategy
1. Parentheses first: \((8-5) = 3\)   2. Exponents: \(3^2 = 9\)   3. Multiply/Divide: \(2 \times 9 = 18\), then \(18 \div 3 = 6\)   4. Add: \(3 + 6 = 9\)
📘 Explanation
Follow PEMDAS strictly:
\( 3 + 2 \times (8-5)^2 \div 3 = 3 + 2 \times 9 \div 3 = 3 + 18 \div 3 = 3 + 6 = \mathbf{9} \)
Answer A (21) comes from adding 3+2 first — a classic PEMDAS mistake!
Q 03 Pre-Algebra Fractions ★ Core
🧠Memory Key:  FLIP AND MULTIPLY (Keep-Change-Flip) for division of fractions
What is  \( \dfrac{3}{4} \div \dfrac{2}{5} \)?
Dividing fractions trips up almost every student. Remember: flip the second fraction, then multiply.
Keep-Change-Flip
\( \dfrac{a}{b} \div \dfrac{c}{d} = \dfrac{a}{b} \times \dfrac{d}{c} \)    So:   \(\dfrac{3}{4} \div \dfrac{2}{5} = \dfrac{3}{4} \times \dfrac{5}{2}\)
📘 Explanation
Keep \(\frac{3}{4}\), Change ÷ to ×, Flip \(\frac{2}{5}\) to \(\frac{5}{2}\):
\(\frac{3}{4} \times \frac{5}{2} = \frac{15}{8}\) ✓
Choice A is what you get if you just multiply without flipping. Choice C is the flipped result (wrong direction).
Q 04 Pre-Algebra Percent ⚡ Tricky
🧠Memory Key:  PERCENT = "per hundred" · Percent of a number: multiply by decimal (÷100)
A jacket costs $80. It is on sale for 35% off. What is the sale price?
Common mistake: students calculate 35% correctly but then forget to subtract it from the original price.
Two Methods
Method 1: Find discount = 80 × 0.35 = $28 → Sale price = 80 − 28 = $52
Method 2 (faster): Sale price = 80 × (1 − 0.35) = 80 × 0.65 = $52
📘 Explanation
35% of $80 = 0.35 × 80 = $28 (this is the discount amount — that's choice B, a trap!)
Sale price = $80 − $28 = $52. Choice D ($108) is what you'd get if you added instead of subtracted.
Q 05 Pre-Algebra Solving Equations ★ Core
🧠Memory Key:  UNDO in reverse order — what was done last, undo first (inverse operations)
Solve for \(x\):   \( 2x + 7 = 19 \)
Balance both sides equally — whatever you do to one side, do to the other.
Similar Example
\(3x + 5 = 14\) → subtract 5 both sides → \(3x = 9\) → divide by 3 → \(x = 3\)
📘 Explanation
\(2x + 7 = 19\) → subtract 7 from both sides → \(2x = 12\) → divide both sides by 2 → \(x = 6\)
Check: \(2(6)+7 = 12+7 = 19\) ✓
Choice B (13) is the mistake of doing \(19-7=12\) then adding instead of dividing.
Q 06 Pre-Algebra Ratio & Proportion ⚡ Tricky
🧠Memory Key:  CROSS-MULTIPLY to solve proportions: \(\frac{a}{b}=\frac{c}{d}\) → \(ad = bc\)
A car travels 150 miles in 3 hours. At the same speed, how many miles will it travel in 5 hours?
Set up a proportion and cross-multiply. Make sure your units match!
Setup
\(\dfrac{150 \text{ mi}}{3 \text{ hr}} = \dfrac{x \text{ mi}}{5 \text{ hr}}\)   →   Cross-multiply: \(150 \times 5 = 3x\)
📘 Explanation
Speed = 150 ÷ 3 = 50 mph. In 5 hours: 50 × 5 = 250 miles.
Or cross-multiply: \(150 \times 5 = 750 = 3x\), so \(x = 250\).
Choice C (300) is the mistake of multiplying 150 × (5−3) and adding incorrectly.
Q 07 Pre-Algebra Inequalities ⚡ Tricky
🧠Memory Key:  FLIP THE SIGN when multiplying or dividing both sides by a NEGATIVE number!
Solve:  \(-3x + 6 > 15\). Which value of \(x\) is a solution?
This is the #1 inequality mistake — students forget to flip the inequality sign when dividing by a negative.
Step-by-Step
\(-3x + 6 > 15\) → subtract 6 → \(-3x > 9\) → divide by −3 and FLIP → \(x < -3\)
📘 Explanation
Solution is \(x < -3\).
Check each: A: −3 is NOT less than −3. B: 0 > −3, not a solution. C: −5 < −3 ✓ D: 2 > −3, not a solution.
Answer: C. Don't forget to flip the sign when dividing by a negative number!
Q 08 Pre-Algebra Exponents ★ Core
🧠Memory Key:  ZERO POWER = 1 (anything!), NEGATIVE EXPONENT = flip to denominator
Which expression is equal to \(1\)?
Exponent rules are frequently misapplied. Trust the rules, not your instincts!
Exponent Rules
\(a^0 = 1\) (for \(a \neq 0\))  ·  \(a^{-n} = \dfrac{1}{a^n}\)  ·  \(a^m \cdot a^n = a^{m+n}\)
📘 Explanation
A: \((-7)^0 = 1\) ✓ (any nonzero base to the power 0 = 1)
B: \(7^{-1} = \frac{1}{7}\) (not 1)
C: \(0^7 = 0\) (zero stays zero)
D: \((-1)^7 = -1\) (negative base, odd exponent = negative)
Answer: A
Q 09 Pre-Algebra Word Problems ⚡ Tricky
🧠Memory Key:  DEFINE A VARIABLE first — let \(x\) = what you're looking for, then write the equation
Emma has twice as many stickers as Liam. Together they have 48 stickers. How many stickers does Emma have?
Translate words into algebra. "Twice as many" means multiply by 2, not add 2!
Setup
Let Liam = \(x\). Then Emma = \(2x\). Together: \(x + 2x = 48\) → \(3x = 48\) → \(x = 16\). Emma = \(2x\) = ?
📘 Explanation
Liam = 16, Emma = 2 × 16 = 32. Check: 16 + 32 = 48 ✓
Choice C (16) is Liam's count — students often stop there and forget the question asked for Emma's stickers!
Q 10 Pre-Algebra Number Patterns ★ Core
🧠Memory Key:  FIND THE RULE: check differences (arithmetic) or ratios (geometric) between terms
Find the missing term:   \(2, \ 6, \ 18, \ 54, \ \underline{\hspace{1.2cm}}\)
Is this +4 each time, or ×3 each time? Always check if it's addition or multiplication!
Arithmetic vs. Geometric
Arithmetic: add a constant   \(2, 5, 8, 11, ...\) (+3 each time)
Geometric: multiply by a constant   \(2, 6, 18, 54, ...\) (×3 each time)
📘 Explanation
Each term is multiplied by 3: \(2 \times 3 = 6\), \(6 \times 3 = 18\), \(18 \times 3 = 54\), \(54 \times 3 = \mathbf{162}\) ✓
Choice A (108) is the mistake of doubling (×2) instead of tripling. Choice B (58) is just adding the difference of the last two terms.

Geometry
Angles, triangles, area, perimeter, the Pythagorean Theorem, and circles — visualize first, calculate second.
Q 11 Geometry Angles ★ Core
🧠Memory Key:  STRAIGHT LINE = 180° · FULL TURN = 360° · Supplementary = sum 180°, Complementary = sum 90°
Two angles are supplementary. One angle measures \(47°\). What is the other angle?
Supplementary ≠ Complementary! Mixing these up is extremely common.
Key Pairs
Supplementary: \(A + B = 180°\)  |  Complementary: \(A + B = 90°\)
Trick: Supplementary → Straight line (180°)  ·  Complementary → Corner (90°)
📘 Explanation
Supplementary means the two angles add to 180°.
Other angle = 180° − 47° = 133°.
Choice A (43°) = 90° − 47° → that's complementary, not supplementary!
Q 12 Geometry Triangles ⚡ Tricky
🧠Memory Key:  TRIANGLE ANGLE SUM = 180° always, without exception
A triangle has angles measuring \(x\), \(2x\), and \(x + 20°\). Find the value of \(x\).
Set up an equation using the triangle angle sum. Don't forget to combine like terms first!
Setup
\(x + 2x + (x + 20°) = 180°\) → combine like terms → \(4x + 20° = 180°\) → solve for \(x\)
📘 Explanation
\(x + 2x + x + 20 = 180\) → \(4x + 20 = 180\) → \(4x = 160\) → \(x = 40°\) ✓
Check: 40 + 80 + 60 = 180° ✓
Choice C (60°) is a common answer when students forget to add the +20° from the third angle.
Q 13 Geometry Pythagorean Theorem ⚡ Tricky
🧠Memory Key:  a² + b² = c² where c is always the HYPOTENUSE (longest side, opposite right angle)
A right triangle has legs of length 9 and 12. What is the length of the hypotenuse?
The hypotenuse is ALWAYS the side opposite the right angle — the longest side. Never use legs on both sides of c².
Formula + Tip
\(a^2 + b^2 = c^2\)   →   \(9^2 + 12^2 = c^2\) → \(81 + 144 = c^2\) → \(225 = c^2\) → \(c = \sqrt{225}\)
💡 Memorize common Pythagorean triples: 3-4-5, 5-12-13, 8-15-17
📘 Explanation
\(9^2 + 12^2 = 81 + 144 = 225\) → \(c = \sqrt{225} = \mathbf{15}\)
This is a 3-4-5 triple scaled by 3: (9, 12, 15) = 3×(3, 4, 5).
Choice B (21) = 9 + 12, a common mistake of just adding the legs.
Q 14 Geometry Area ★ Core
🧠Memory Key:  Triangle Area = ½ × base × height · The HEIGHT must be PERPENDICULAR to the base
A triangle has a base of 14 cm and a height of 9 cm. What is its area?
The most common mistake: forgetting the ½. Triangles are half of rectangles!
Visual Reminder
Rectangle area = base × height  →  Triangle = ½ of that rectangle
\(A = \dfrac{1}{2} \times b \times h\)   The height ⊥ base (perpendicular, not the slant side!)
📘 Explanation
\(A = \frac{1}{2} \times 14 \times 9 = \frac{1}{2} \times 126 = \mathbf{63 \text{ cm}^2}\)
Choice A (126 cm²) is the rectangle area — students who forget the ½ get this.
Choice C (46) = 14 + 9 + 23 → perimeter thinking, not area.
Q 15 Geometry Circles ⚡ Tricky
🧠Memory Key:  Circumference = π × d  |  Area = π × r²  |  radius = diameter ÷ 2
A circle has a diameter of 10 cm. What is its area? (Use \(\pi \approx 3.14\))
Watch out! The formula uses RADIUS, but the problem gives you DIAMETER. Always halve it first.
Common Confusion
Diameter = 10 → Radius = 5 (half of diameter!)
\(A = \pi r^2 = 3.14 \times 5^2 = 3.14 \times 25 = 78.5 \text{ cm}^2\)
📘 Explanation
Radius = 10 ÷ 2 = 5 cm.   \(A = \pi r^2 = 3.14 \times 25 = \mathbf{78.5 \text{ cm}^2}\)
Choice A (314) = students who used diameter (10) instead of radius: \(3.14 \times 10^2 = 314\) — very common mistake!
Choice B (31.4) = circumference, not area.
Q 16 Geometry Perimeter ★ Core
🧠Memory Key:  PERIMETER = total distance AROUND the shape · add ALL sides · rectangle: P = 2(l + w)
A rectangle has a perimeter of 54 cm. Its length is 16 cm. What is its width?
Don't confuse perimeter (all around) with area (inside). Set up the formula and solve for the missing side.
Setup
\(P = 2(l + w)\) → \(54 = 2(16 + w)\) → \(27 = 16 + w\) → \(w = ?\)
📘 Explanation
\(54 = 2(16 + w)\) → \(27 = 16 + w\) → \(w = 11\) cm ✓
Check: \(2(16+11) = 2 \times 27 = 54\) ✓
Choice B (22) = students who found 27 but forgot that 27 = l + w (not just w), so subtracted incorrectly.
Q 17 Geometry Parallel Lines ⚡ Tricky
🧠Memory Key:  ALTERNATE INTERIOR ANGLES are EQUAL · CO-INTERIOR (same-side) angles are SUPPLEMENTARY (180°)
Two parallel lines are cut by a transversal. One alternate interior angle measures \(65°\). What is the co-interior angle on the same side of the transversal?
Students mix up which angle pairs are equal and which add up to 180°. Learn the names carefully!
Angle Pair Summary
• Alternate interior angles: equal (Z-shape or zigzag)
• Co-interior / same-side interior: supplementary (C-shape, sum = 180°)
• Corresponding angles: equal (F-shape)
📘 Explanation
Co-interior angles are supplementary: they add to 180°.
Co-interior angle = 180° − 65° = 115°
Choice A (65°) confuses co-interior with alternate interior (which would be equal).
Choice B (25°) = 90° − 65°, treating them as complementary — completely wrong rule here.
Q 18 Geometry Volume ⚡ Tricky
🧠Memory Key:  PRISM volume = base area × height · PYRAMID/CONE = ⅓ × base area × height
A rectangular box (prism) has length 8 cm, width 5 cm, and height 4 cm. What is its volume?
Volume is 3-dimensional — multiply length × width × height. Don't confuse with surface area!
Volume vs. Surface Area
Volume \(= l \times w \times h\) (cubic units, e.g. cm³)
Surface Area = 2(lw + lh + wh) (square units — the outside wrapping)
These are different — know which one the question is asking!
📘 Explanation
\(V = 8 \times 5 \times 4 = \mathbf{160 \text{ cm}^3}\)
Choice A (184 cm²) = surface area: \(2(8×5 + 8×4 + 5×4) = 2(40+32+20) = 184\) — different formula, different concept!
Choice D (17) = just adding all three dimensions.
Q 19 Geometry Coordinate Geometry ⚡ Tricky
🧠Memory Key:  SLOPE = rise ÷ run = \(\dfrac{y_2 - y_1}{x_2 - x_1}\) · always subtract in the SAME order
What is the slope of the line passing through \((2, 3)\) and \((6, 11)\)?
The most common mistake: mixing up x and y, or reversing the subtraction order for one coordinate.
Formula
\(m = \dfrac{y_2 - y_1}{x_2 - x_1} = \dfrac{11 - 3}{6 - 2}\)   ← subtract y's on top, x's on bottom, SAME order
📘 Explanation
\(m = \frac{11-3}{6-2} = \frac{8}{4} = \mathbf{2}\)
Choice B (½) = flipping the formula: \(\frac{4}{8} = \frac{1}{2}\) — putting x-difference on top, y on bottom.
Choice C (4) = just taking the x-difference as the slope.
Q 20 Geometry Similar Figures ⚡ Tricky
🧠Memory Key:  SIMILAR FIGURES: sides are proportional · SCALE FACTOR applies to sides (area scale = factor²)
Two similar triangles have corresponding sides in a ratio of 3:5. If the area of the smaller triangle is 27 cm², what is the area of the larger triangle?
This is the hardest question on the sheet. Area does NOT scale the same way as sides — it squares the ratio!
Scale Factor Rule
Side ratio = \(3:5\) → Scale factor = \(\dfrac{3}{5}\)
Area ratio = (scale factor)² = \(\left(\dfrac{3}{5}\right)^2 = \dfrac{9}{25}\)
So:   \(\dfrac{27}{A_{\text{large}}} = \dfrac{9}{25}\)
📘 Explanation
Area ratio = \(\left(\frac{3}{5}\right)^2 = \frac{9}{25}\)
\(\frac{27}{A} = \frac{9}{25}\) → \(9A = 27 \times 25 = 675\) → \(A = 75 \text{ cm}^2\) ✓
Choice A (45) = multiplying 27 × (5/3) — using the side ratio, not the area ratio. Very common trap!
Choice B (135) = multiplying 27 × 5 = 135, forgetting to use the ratio properly.