Score: 0 / 0
✦ Self-Study Worksheet

Algebra 1 & Geometry

Core concepts. Common mistakes. Built for self-study. Pick an answer, get instant feedback, and level up.

20
Problems
2
Subjects
★ Easy
Difficulty
Algebra 1
Word problems — solving equations, inequalities, linear functions & systems
A-01
One-Step Equation
💡 KEY: "more than" → add · "less than" → subtract · isolate the variable by doing the SAME thing to both sides
Sarah has some stickers. After her friend gives her 14 more stickers, she has 31 stickers in total.
Which equation represents this situation, and how many stickers did Sarah start with?
Correct: B
Let x = stickers Sarah started with.
x + 14 = 31 → subtract 14 from both sides → x = 17.
Common mistake: adding 14 to 31 (choosing A). Always do the inverse operation to isolate the variable.
A-02
Two-Step Equation
💡 KEY: PEMDAS reversed — undo Addition/Subtraction FIRST, then Multiplication/Division
A taxi charges a $3 flat fee plus $2 per mile. Marcus paid $17 total.
How many miles did he travel?
3 + 2m = 17
Correct: C
3 + 2m = 17
Step 1: subtract 3 → 2m = 14
Step 2: divide by 2 → m = 7 miles
Common mistake: dividing 17 by 2 first (ignoring the flat fee).
A-03
Distributive Property
💡 KEY: Distribute = multiply the outside number to EVERY term inside the parentheses
A rectangle's perimeter is 38 cm. The length is (2x + 3) cm and the width is 5 cm.
Find the value of x.
P = 2(l + w)  →  2(2x + 3 + 5) = 38
Correct: B
2(2x + 3 + 5) = 38 → 2(2x + 8) = 38 → 4x + 16 = 38 → 4x = 22 → x = 5.5?
Wait — let's recheck: 2(2x+3) + 2(5) = 38 → 4x+6+10 = 38 → 4x+16 = 38 → 4x = 22...
Actually using standard form: 2[(2x+3)+5]=38 → 2x+3+5=19 → 2x+8=19 → 2x=11 → x=5.5.
Hmm — let's use the simpler version: 2(2x+3)+2(5)=38 → 4x+6+10=38 → 4x=22 → x=5.5 is not a choice.
Using width = 4: 2(2x+3)+2(4)=38 → 4x+6+8=38 → 4x=24 → x=6. That's choice A.
With width = 5: 2(2x+3)+2(5)=38 → 4x+6+10=38 → 4x=22 → x=5.5
Correct answer with these numbers: If length = 2x+3, width=5, P=38: solve gives x=5.5. The closest answer is B (x=4) only if width differs.
Re-setup: Let width = 4. Then 2(2x+3)+2(4)=38 → 4x+6+8=38 → 4x=24 → x = 6 → Answer A.
A-04
Inequality
💡 KEY: Multiply/divide by a NEGATIVE → FLIP the inequality sign (< becomes >)
Jake wants to spend no more than $50 on books. He already spent $18.
Each additional book costs $8. What is the maximum number of additional books he can buy?
18 + 8b ≤ 50
Correct: C
18 + 8b ≤ 50 → 8b ≤ 32 → b ≤ 4.
Maximum additional books = 4.
Common mistake: forgetting to subtract 18 first, or mixing up "no more than" (use ≤) vs "less than" (use <).
A-05
Linear Function
💡 KEY: Slope = Rise ÷ Run = (y₂−y₁)÷(x₂−x₁) · b = y-intercept (value when x=0)
A plant is 4 cm tall when first measured. It grows 2 cm every week.
Which equation models the plant's height h after w weeks?
Correct: B
Rate of change (slope) = 2 cm/week. Starting height (y-intercept) = 4 cm.
h = 2w + 4.
Common mistake: swapping slope and intercept (choosing A). Remember: the rate is always the coefficient of the variable.
A-06
Systems of Equations
💡 KEY: Substitution — isolate one variable, plug into the other equation
Two friends buy snacks. Together they spend $12. Emma spends $2 more than Liam.
How much does each person spend?
e + l = 12  ·  e = l + 2
Correct: B
Substitute e = l + 2 into e + l = 12:
(l + 2) + l = 12 → 2l + 2 = 12 → 2l = 10 → l = 5, e = 7.
Common mistake: splitting $12 equally (choosing A) and forgetting the "$2 more" condition.
A-07
Slope-Intercept Form
💡 KEY: y = mx + b · m = slope (steepness) · b = where line crosses y-axis
A car rental costs a $25 base fee plus $0.15 per mile.
What is the total cost for a 100-mile trip?
Correct: C
C = 0.15m + 25 · C = 0.15(100) + 25 = 15 + 25 = $40.
Common mistake: forgetting to add the base fee (choosing A) or multiplying everything by 100 incorrectly (choosing D).
A-08
Proportions
💡 KEY: Cross-multiply → a/b = c/d becomes ad = bc
A recipe uses 3 cups of flour to make 24 cookies.
How many cups of flour are needed to make 40 cookies?
3/24 = x/40
Correct: B
3/24 = x/40 → 24x = 120 → x = 5 cups.
Common mistake: adding the difference (40−24=16, then 3+something) instead of using cross-multiplication.
A-09
Rate / Distance / Time
💡 KEY: d = r × t · (Distance = Rate × Time) — the "DRT triangle"
Train A travels at 60 mph. Train B travels at 80 mph in the same direction, starting 1 hour later.
After Train B starts, how many hours until it catches Train A?
Correct: C
When B starts, A has a 60-mile head start (1 hr × 60 mph).
B gains 20 mph on A. Time to close 60 miles = 60 ÷ 20 = 3 hours.
Verify: A travels 4 hrs total = 240 mi · B travels 3 hrs = 240 mi ✓
A-10
Percent / Discount
💡 KEY: "percent of" = multiply by decimal · 20% off = multiply by 0.80
A jacket originally costs $80. It is on sale for 25% off, and then an additional 10% off is applied at checkout.
What is the final price? (Be careful — two discounts are NOT the same as 35% off!)
Correct: C
Step 1: 25% off → $80 × 0.75 = $60
Step 2: 10% off on $60 → $60 × 0.90 = $54
Common mistake: combining 25%+10%=35%, giving $80×0.65=$52 (choice D). Sequential discounts compound — always apply them one at a time.
Geometry
Word problems — angles, triangles, area, perimeter, circles & the Pythagorean Theorem
G-01
Angles — Supplementary
💡 KEY: Supplementary = add up to 180° · Complementary = add up to 90°
Two angles are supplementary. One angle measures (3x + 10)° and the other measures (x + 30)°.
What is the value of x, and what are the two angle measures?
(3x + 10) + (x + 30) = 180
Correct: C
4x + 40 = 180 → 4x = 140 → x = 35.
Angles: 3(35)+10 = 115° · 35+30 = 65°.
Check: 115 + 65 = 180° ✓
G-02
Triangle — Interior Angles
💡 KEY: Triangle Angle Sum = always 180° · set up: angle1 + angle2 + angle3 = 180
In a triangle, one angle is 90° (right angle), another is twice the third angle.
Find the measure of each unknown angle.
Correct: B
Let the smaller angle = x. Then the larger = 2x.
90 + x + 2x = 180 → 3x = 90 → x = 30°, 2x = 60°.
Common mistake: assuming the other two angles are equal (45° each). Read carefully — "twice" means 2x, not equal.
G-03
Pythagorean Theorem
💡 KEY: a² + b² = c² · c is always the HYPOTENUSE (longest side, opposite right angle)
A ladder leans against a wall. The base of the ladder is 6 feet from the wall, and the top of the ladder reaches 8 feet up the wall.
How long is the ladder?
8 6 ?
Correct: C
a² + b² = c² → 6² + 8² = c²
36 + 64 = 100 → c = √100 = 10 feet.
This is a classic 6-8-10 Pythagorean triple (multiple of 3-4-5).
G-04
Area — Triangle
💡 KEY: Area of triangle = ½ × base × height · height must be PERPENDICULAR to base
A triangular garden has a base of 14 m and a height of 9 m.
What is the area of the garden?
A = ½ × b × h
Correct: B
A = ½ × 14 × 9 = ½ × 126 = 63 m².
Common mistake: forgetting the ½ and getting 126 (choice A). Triangles are always HALF of the rectangle with same base and height.
G-05
Area — Circle
💡 KEY: A = πr² · Circumference = 2πr · RADIUS = diameter ÷ 2
A circular pool has a diameter of 10 meters.
What is the area of the pool? (Use π ≈ 3.14)
Correct: C
Diameter = 10 → radius = 5 m.
A = πr² = 3.14 × 5² = 3.14 × 25 = 78.5 m².
Common mistake: using diameter instead of radius → 3.14 × 10² = 314 (choice A). Always halve the diameter first!
G-06
Perimeter — Composite Shape
💡 KEY: Perimeter = sum of ALL outer sides · for composite shapes, find the missing sides first
An L-shaped room has outer dimensions of 10 m × 8 m, with a rectangular piece cut from one corner measuring 4 m × 3 m.
What is the perimeter of the L-shape?
10m 5m 3m 8m (total) 8m
Correct: D
Outer rectangle would be 10+8+10+8 = 36 m. But the cut creates 2 extra sides (4 m and 3 m).
Perimeter = 10 + 8 + 4 + 3 + (10−4) + (8−3) = 10+8+4+3+6+5 = 36 m...
Let me recount the L-shape sides: top=10, right=5, inner-h=4, inner-v=3, bottom=6, left=8.
10+5+4+3+6+8 = 36... Hmm. The key insight: perimeter of L-shape always equals the outer rectangle perimeter for two of the sides. P = 2(10)+2(8) = 36, but we add the two notch sides (4+3)×2... no.
Correct: P = 10+8+4+3+6+5 = 36 m → Answer A.
G-07
Similar Triangles
💡 KEY: Similar triangles → corresponding sides are PROPORTIONAL · set up a ratio and cross-multiply
A tree casts a shadow 15 feet long. At the same time, a 5-foot-tall person casts a shadow 3 feet long.
How tall is the tree?
tree height / 15 = 5 / 3
Correct: C
h/15 = 5/3 → h = (15 × 5)/3 = 75/3 = 25 feet.
Common mistake: setting up the ratio incorrectly as 15/5 = h/3 → h = 9. Match height-to-shadow consistently.
G-08
Volume — Rectangular Prism
💡 KEY: V = l × w × h · Volume is always in CUBIC units (³)
A storage box is 5 ft long, 3 ft wide, and 2 ft tall.
What is the volume? How many boxes of this size can fit in a room with volume 240 ft³?
Correct: C
V = 5 × 3 × 2 = 30 ft³.
Number of boxes = 240 ÷ 30 = 8 boxes.
Common mistake: adding dimensions instead of multiplying (5+3+2=10) or forgetting this is a 3D problem.
G-09
Parallel Lines & Transversal
💡 KEY: Alternate Interior Angles = EQUAL · Co-interior (same-side) = add to 180°
Two parallel lines are cut by a transversal. One angle formed measures (5x − 20)° and its co-interior (same-side interior) angle measures (3x + 40)°.
Find x and both angle measures.
(5x − 20) + (3x + 40) = 180
Correct: B
8x + 20 = 180 → 8x = 160 → x = 20.
Angles: 5(20)−20 = 80° and 3(20)+40 = 100°.
Check: 80 + 100 = 180° ✓ (co-interior angles are supplementary).
G-10
Circumference
💡 KEY: C = 2πr = πd · Arc length = (θ/360) × 2πr
A bicycle wheel has a diameter of 26 inches.
How far does the bicycle travel in 10 full rotations of the wheel? (Use π ≈ 3.14)
Correct: C
C = πd = 3.14 × 26 = 81.64 inches per rotation.
10 rotations = 81.64 × 10 = 816.4 inches.
Common mistake: forgetting to multiply by 10 (choosing A) or using radius instead of diameter in C=πd.