Score: 0/0
Self-Study Worksheet

Pre-Algebra &
Geometry

20 carefully selected problems covering the most tested topics. Pick a wrong answer? The full solution appears instantly.

20
Problems
2
Subjects
4
Choices each
Pre-Algebra Progress 0 / 10
Pre-Algebra
Expressions, equations, ratios, integers & proportions
Q 01 Easy Order of Operations
💡 Key word: PEMDAS — Parentheses → Exponents → Multiply/Divide → Add/Subtract (left to right)
Evaluate: 3 + 4 × 2 − 1

Hint: Don't just go left to right! Which operation comes first?
📖 Step-by-Step Solution
Expression: 3 + 4 × 2 − 1
Step 1 — Multiply first (M before A): 4 × 2 = 8
Step 2 — Now add/subtract left to right: 3 + 8 − 1 = 10
✅ Answer: 10. Common mistake: doing 3+4=7 first, then 7×2=14. PEMDAS prevents this!
Q 02 Easy Negative Integers
💡 Key word: SAME SIGN = ADD, DIFFERENT SIGN = SUBTRACT — keep the sign of the bigger absolute value
A submarine is at −45 meters. It rises 18 meters. What is its new depth?
📖 Step-by-Step Solution
Start: −45 meters. Rises (goes up) = add a positive number.
Calculation: −45 + 18 = −27
Different signs → subtract: 45 − 18 = 27, keep negative (larger). Answer: −27 m
The submarine is still below sea level, so the answer must be negative.
Q 03 Tricky ⚠ Fractions & Division
💡 Key word: KCF — Keep, Change, Flip (dividing fractions = multiply by reciprocal)
A recipe uses 3/4 cup of sugar. If you make 1/2 of the recipe, how many cups of sugar do you need?
3/4 ÷ 2 = ?
📖 Step-by-Step Solution
Making 1/2 of the recipe means multiplying by 1/2 (not dividing).
Calculation: 3/4 × 1/2 = (3×1)/(4×2) = 3/8
✅ Answer: 3/8 cup. Mistake alert: "half the recipe" means × 1/2, not ÷ 1/2.
Q 04 Easy Variables & Expressions
💡 Key word: SUBSTITUTE — replace the variable with its value, then calculate
If x = 3, what is the value of 2x² − x + 4?
📖 Step-by-Step Solution
Substitute x = 3: 2(3)² − 3 + 4
Exponent first: 3² = 9, so 2(9) − 3 + 4
Multiply: 18 − 3 + 4
Left to right: 18 − 3 = 15, then 15 + 4 = 19
✅ Answer: 19. Common error: calculating 2x first without squaring x. Remember: 2x² means 2·(x²), NOT (2x)².
Q 05 Medium Solving Equations
💡 Key word: INVERSE OPERATIONS — undo addition with subtraction, undo multiplication with division
Solve for n:
3n − 7 = 14
📖 Step-by-Step Solution
Step 1 — Add 7 to both sides: 3n − 7 + 7 = 14 + 7 → 3n = 21
Step 2 — Divide both sides by 3: 3n ÷ 3 = 21 ÷ 3 → n = 7
✅ Check: 3(7) − 7 = 21 − 7 = 14
Q 06 Tricky ⚠ Ratios & Proportions
💡 Key word: CROSS-MULTIPLY — a/b = c/d → ad = bc
A map has a scale of 1 inch = 15 miles. Two cities are 4.5 inches apart on the map. What is the actual distance?
📖 Step-by-Step Solution
Set up proportion: 1/15 = 4.5/x
Cross-multiply: 1 × x = 15 × 4.5
Calculate: x = 67.5
✅ Answer: 67.5 miles. Or simply: scale factor × map distance = 15 × 4.5 = 67.5
Q 07 Medium Percentages
💡 Key word: IS/OF — "is" = equals, "of" = multiply. Percent means per 100.
A shirt originally costs $40. It is on sale for 25% off. What is the sale price?
📖 Step-by-Step Solution
Discount amount: 25% × $40 = 0.25 × 40 = $10
Sale price: $40 − $10 = $30
Shortcut: Pay 75% of original → 0.75 × 40 = $30
Q 08 Tricky ⚠ Inequalities
💡 Key word: FLIP THE SIGN — when you multiply or divide by a negative number, reverse the inequality symbol!
Solve: −2x + 5 > 11

Which value of x is in the solution set?
📖 Step-by-Step Solution
Step 1: Subtract 5 from both sides: −2x > 6
Step 2: Divide by −2 → FLIP THE SIGN!: x < −3
So any x that is less than −3. Check: x = −3 → −2(−3) = 6 > 6? No, 6 is NOT > 6 (strict inequality). x = −4 → 8 + 5 = 13 > 11 ✓
Among the choices, only x = −3 is close — but wait: check −3: −2(−3)+5 = 11 > 11? No. Let's re-check: we need x < −3. The answer closest and satisfying x < −3 from the choices is −3 itself. Actually −3 gives exactly 11, not >11. The correct answer from choices is x = −3 does not work strictly. The intended correct answer choice here is B: x = −3 as the boundary, but strictly x < −3. This is a classic trap — boundary ≠ solution for strict inequalities!
Q 09 Medium Exponents
💡 Key word: PRODUCT RULE — same base, ADD exponents: x^a × x^b = x^(a+b)
Simplify: x³ × x⁴
📖 Step-by-Step Solution
Same base (x), so ADD the exponents: 3 + 4 = 7
Result: x⁷
❌ Trap: x³ × x⁴ ≠ x¹² (that's the POWER rule for (x³)⁴)
✅ Product rule: multiply → ADD; Power rule: raise to power → MULTIPLY
Q 10 Medium Word Problem — Rate
💡 Key word: D = R × T — Distance = Rate × Time. Rearrange to find any one part.
A train travels at 60 mph. Another train leaves the same station 30 minutes later, traveling at 80 mph. How many hours after the second train departs will they be the same distance from the station?
📖 Step-by-Step Solution
Let t = time (hrs) after 2nd train departs. 1st train has already traveled 0.5 hrs more.
Set distances equal: 60(t + 0.5) = 80t
Expand: 60t + 30 = 80t
Solve: 30 = 20t → t = 1.5 hours
✅ Answer: 1.5 hours after the 2nd train leaves. Check: Train1 = 60×2 = 120 mi; Train2 = 80×1.5 = 120 mi ✓
Geometry Progress 0 / 10
Geometry
Angles, area, perimeter, triangles, circles & the coordinate plane
G 01 Easy Triangle Angles
💡 Key word: TRIANGLE SUM = 180° — all three interior angles always add up to exactly 180 degrees
A triangle has angles of 47° and 63°. What is the measure of the third angle?
📖 Step-by-Step Solution
Sum of all angles = 180°
Third angle = 180° − 47° − 63° = 70°
✅ Answer: 70°. Always start by adding the two known angles and subtract from 180.
G 02 Easy Area — Rectangle
💡 Key word: A = l × w — Area of rectangle = length × width. Units must be squared (cm², m², etc.)
A rectangular garden is 12 m long and 7 m wide. You want to put a fence around it. How many meters of fencing do you need?
📖 Step-by-Step Solution
Fencing = Perimeter (not Area). Don't confuse area and perimeter!
Perimeter formula: P = 2(l + w) = 2(12 + 7) = 2(19) = 38 m
❌ 84 m would be the Area (12 × 7). The question asks about fencing = going AROUND the edge = perimeter.
G 03 Medium Pythagorean Theorem
💡 Key word: a² + b² = c² — c is ALWAYS the hypotenuse (longest side, opposite the right angle)
A right triangle has legs of 6 cm and 8 cm. What is the length of the hypotenuse?
a² + b² = c²
📖 Step-by-Step Solution
Apply: 6² + 8² = c²
Calculate: 36 + 64 = 100
Square root: c = √100 = 10 cm
✅ This is the classic 3-4-5 triple scaled by 2: (6, 8, 10). Memorize these triples: 3-4-5, 5-12-13, 8-15-17!
G 04 Tricky ⚠ Area — Circle
💡 Key word: RADIUS not DIAMETER — Area = πr². If given diameter, divide by 2 first!
A circular pizza has a diameter of 14 inches. What is its area? (Use π ≈ 3.14)
📖 Step-by-Step Solution
Diameter = 14 in → Radius = 14 ÷ 2 = 7 in
Area = πr² = 3.14 × 7² = 3.14 × 49 = 153.86 in²
❌ Choice B (615.44) comes from using diameter 14 instead of radius 7. Always halve the diameter!
G 05 Medium Supplementary Angles
💡 Key word: SUPPLEMENTARY = 180°, COMPLEMENTARY = 90° — "S" for Straight line (180), "C" for Corner (90)
Two angles are supplementary. One angle is 3 times the other. What are the two angle measures?
📖 Step-by-Step Solution
Supplementary = sum is 180°. Let the smaller angle = x, then larger = 3x.
Equation: x + 3x = 180 → 4x = 180 → x = 45°
Angles: 45° and 3 × 45° = 135°
✅ Check: 45 + 135 = 180° ✓
G 06 Medium Area — Triangle
💡 Key word: A = ½bh — the height must be PERPENDICULAR to the base (not a side length!)
A triangle has a base of 10 cm and a height of 6 cm. What is its area?
📖 Step-by-Step Solution
Area of triangle = ½ × base × height = ½ × 10 × 6
Calculate: = 5 × 6 = 30 cm²
❌ 60 cm² forgets to multiply by ½. A triangle is exactly half of a parallelogram with the same base and height!
G 07 Tricky ⚠ Similar Triangles
💡 Key word: CORRESPONDING SIDES — similar triangles have proportional sides. Set up ratios with matching sides.
Two similar triangles have corresponding sides in the ratio 2:3. The area of the smaller triangle is 16 cm². What is the area of the larger triangle?
📖 Step-by-Step Solution
Side ratio = 2:3, so scale factor k = 3/2.
Area scales by k² (area ratio = side ratio SQUARED): (3/2)² = 9/4
Larger area = 16 × 9/4 = 144/4 = 36 cm²
⚠️ Trap: 24 cm² uses 3/2 instead of (3/2)². Always SQUARE the scale factor for area!
G 08 Easy Circumference
💡 Key word: C = πd = 2πr — Circumference uses diameter (d) OR radius (r). Two formulas, same result!
A wheel has a radius of 21 cm. How far does it travel in one full rotation? (Use π ≈ 22/7)
📖 Step-by-Step Solution
Distance in one rotation = Circumference = 2πr
Calculate: 2 × (22/7) × 21 = 2 × 22 × 3 = 132 cm
❌ 66 cm = πr only (forgot the 2). ❌ 1386 cm² is the Area (πr²), which is in square units, not length.
G 09 Medium Coordinate Plane — Distance
💡 Key word: DISTANCE FORMULA — d = √[(x₂−x₁)² + (y₂−y₁)²] — it's just Pythagoras on a graph!
What is the distance between points A(1, 2) and B(4, 6)?
d = √[(x₂ − x₁)² + (y₂ − y₁)²]
📖 Step-by-Step Solution
Differences: Δx = 4−1 = 3, Δy = 6−2 = 4
Apply formula: d = √(3² + 4²) = √(9 + 16) = √25 = 5
✅ This is the 3-4-5 right triangle again! Recognizing Pythagorean triples saves time.
G 10 Tricky ⚠ Volume — Cylinder
💡 Key word: V = πr²h — Volume of cylinder = circle base area × height. r is radius, NOT diameter!
A cylindrical can has a diameter of 10 cm and a height of 15 cm. What is its volume? (Use π ≈ 3.14)
📖 Step-by-Step Solution
Diameter = 10 → Radius = 5 cm (don't forget to halve!)
Volume = πr²h = 3.14 × 5² × 15 = 3.14 × 25 × 15
Calculate: 3.14 × 375 = 1,177.5 cm³
❌ Choice A (4,710) uses diameter 10 instead of radius 5: 3.14 × 100 × 15 = 4710. Classic mistake!