Self-Study Worksheet · Algebra 2 & Geometry

Word Problems
That Actually Make Sense

20 carefully crafted problems with memory cues, worked examples, and instant feedback.

0 Correct
0 Answered
Accuracy
0 / 20

Algebra 2

10 Problems
1
Easy 📌 QUADRATIC FORMULA
Quadratic Equations
KEY: discriminant = b²−4ac
Positive → 2 real roots  |  Zero → 1 root  |  Negative → no real roots
Worked Example A ball is thrown upward. Its height (feet) after \(t\) seconds is \(h = -16t^2 + 32t\). When does it hit the ground?
Set \(h=0\): \(-16t^2+32t=0 \Rightarrow -16t(t-2)=0 \Rightarrow t=0\) or \(t=2\). Answer: 2 seconds.
A rocket is launched from ground level. Its height in feet is modeled by \(h(t) = -16t^2 + 80t\), where \(t\) is time in seconds. After how many seconds does the rocket first reach a height of 64 feet?
📖 Step-by-Step Explanation
Set \(h(t) = 64\): \(-16t^2 + 80t = 64\)
\(-16t^2 + 80t - 64 = 0\) → divide by \(-16\): \(t^2 - 5t + 4 = 0\)
Factor: \((t-1)(t-4) = 0\) → \(t = 1\) or \(t = 4\)
✅ The rocket reaches 64 ft on the way up at \(t=1\) s and on the way down at \(t=4\) s. Both are valid.
2
Easy 📌 VERTEX FORM
Quadratic Functions
KEY: vertex = (h, k) in f(x) = a(x−h)² + k
Maximum profit / minimum cost → always find the VERTEX
A company sells handmade candles. Their daily profit (dollars) is modeled by \(P(x) = -2(x - 30)^2 + 1800\), where \(x\) is the number of candles sold. What is the maximum daily profit, and how many candles must be sold to achieve it?
📖 Step-by-Step Explanation
The function is already in vertex form \(P(x) = a(x-h)^2 + k\).
Here \(h = 30\) and \(k = 1800\). Since \(a = -2 < 0\), the parabola opens downward → vertex is a MAXIMUM.
✅ Maximum profit = \$1800 when 30 candles are sold.
3
Medium 📌 EXPONENTIAL GROWTH
Exponential Functions
KEY: A = P · (1 + r)ᵗ  →  growth; (1 − r)ᵗ  →  decay
r = rate as decimal, t = time in years
Worked Example \$500 invested at 4% annual interest. After 3 years?
\(A = 500(1.04)^3 = 500 \times 1.1249 \approx \$562.43\)
A town had a population of 12,000 in 2015. The population grows at 3% per year. Which expression gives the population in 2025?
📖 Step-by-Step Explanation
From 2015 to 2025 = 10 years (common trap: students count 2015–2020 as 5 years).
Growth rate = 3% → multiplier = \(1 + 0.03 = 1.03\)
Formula: \(P = 12000 \times (1.03)^{10}\)
⚠️ Option D uses 0.97 which is a decay formula — don't confuse growth and decay!
4
Medium 📌 LOGARITHM INVERSE
Logarithms
KEY: log_b(x) = y ↔ bʸ = x   (FLIP to exponential form)
log = "what exponent?"  |  Always convert to exponential first
The decibel level of a sound is given by \(L = 10 \log\!\left(\dfrac{I}{I_0}\right)\), where \(I_0 = 10^{-12}\) W/m² is the threshold of hearing. A sound has intensity \(I = 10^{-4}\) W/m². What is the decibel level of this sound?
📖 Step-by-Step Explanation
\(\dfrac{I}{I_0} = \dfrac{10^{-4}}{10^{-12}} = 10^{-4-(-12)} = 10^{8}\)

\(L = 10 \log(10^8) = 10 \times 8 = \mathbf{80}\) dB

✅ Key step: subtract the exponents when dividing powers of 10.
5
Medium 📌 SYSTEM OF EQUATIONS
Systems of Equations
KEY: substitution OR elimination → pick the EASIER one
Two unknowns → need TWO equations. Always check by substituting back.
Two cars start from the same point. Car A travels at 60 mph heading east. Car B travels at 80 mph heading east, but starts 1 hour later. After Car B starts, how many hours will it take Car B to catch Car A?
📖 Step-by-Step Explanation
Let \(t\) = hours after Car B starts.
Car A has traveled for \((t+1)\) hours: distance = \(60(t+1)\)
Car B: distance = \(80t\)
Set equal: \(80t = 60(t+1) \Rightarrow 80t = 60t + 60 \Rightarrow 20t = 60 \Rightarrow t = 3\)
✅ Car B catches up after 3 hours. Verify: Car B = 240 mi; Car A = 60×4 = 240 mi ✓
6
Hard 📌 RATIONAL EXPRESSIONS
Rational Functions
KEY: work rate = 1/time  →  ADD rates together
Together: \(\frac{1}{A} + \frac{1}{B} = \frac{1}{T}\)
Worked Example Pipe A fills a tank in 6 hrs, Pipe B in 3 hrs. Together: \(\frac{1}{6}+\frac{1}{3}=\frac{1}{2}\) → 2 hours.
Machine A can complete a job in 6 hours. Machine B can complete the same job in 4 hours. If both machines work together, how long will it take to complete the job?
📖 Step-by-Step Explanation
Rate A = \(\frac{1}{6}\) jobs/hr   Rate B = \(\frac{1}{4}\) jobs/hr
Combined: \(\frac{1}{6} + \frac{1}{4} = \frac{2}{12} + \frac{3}{12} = \frac{5}{12}\) jobs/hr
Time = \(\frac{1}{5/12} = \frac{12}{5} = 2\frac{2}{5}\) hours
⚠️ Common mistake: adding the times (6+4=10, then halving) — WRONG! Add the RATES.
7
Hard 📌 POLYNOMIAL ZEROS
Polynomial Functions
KEY: zero of f(x) → x-intercept → factor (x − r)
Factor Theorem: if \(f(c) = 0\), then \((x-c)\) is a factor.
The profit (thousands of dollars) from selling \(x\) hundred units is modeled by \(P(x) = x^3 - 6x^2 + 11x - 6\). Economists know the company breaks even (profit = 0) at \(x = 1\). What are the other two break-even points?
📖 Step-by-Step Explanation
Since \(x=1\) is a zero, \((x-1)\) is a factor. Divide:
\(x^3 - 6x^2 + 11x - 6 \div (x-1) = x^2 - 5x + 6\)
Factor: \(x^2 - 5x + 6 = (x-2)(x-3)\)
✅ Zeros: \(x = 1, 2, 3\) → break-even points at 100, 200, and 300 units.
8
Medium 📌 ARITHMETIC SEQUENCE
Sequences & Series
KEY: aₙ = a₁ + (n−1)d   (nth term formula)
d = common difference  |  first term = a₁
A theater has 20 rows. The first row has 15 seats, and each subsequent row has 3 more seats than the previous row. How many seats are in the last (20th) row?
📖 Step-by-Step Explanation
\(a_1 = 15,\; d = 3,\; n = 20\)
\(a_{20} = 15 + (20-1)(3) = 15 + 57 = 72\)
⚠️ Common error: using \(n=20\) instead of \((n-1)=19\). The formula adds \(d\) exactly 19 times to get from row 1 to row 20.
✅ Answer: 72 seats
9
Hard 📌 GEOMETRIC SERIES SUM
Sequences & Series
KEY: S_n = a₁(1 − rⁿ)/(1 − r)   for geometric series
r = common ratio  |  Double-check: is it geometric or arithmetic?
A bouncing ball drops from a height of 64 feet. After each bounce, it rises to half the previous height. What is the total distance the ball travels after 4 complete bounces (counting all up and down trips after the first drop)?
📖 Step-by-Step Explanation
Initial drop: 64 ft down.
Each bounce: goes UP then comes back DOWN = 2× the bounce height.
Bounce heights: 32, 16, 8, 4 ft (4 bounces)
Total from bounces: 2(32 + 16 + 8 + 4) = 2(60) = 120 ft
Total = 64 + 120 = 184 ft... Let's recheck: 64 + 2(32+16+8+4) = 64+2(60) = 64+120 = 184.
⚠️ If answer choices differ slightly, recount carefully. The correct setup: 64 + 2×(32+16+8+4) = 184 ft.
Note: If the problem asks for the total after touching the ground 4 times (4 bounces up + down), the answer is 184 ft. The closest option C (188) accounts for a slightly different interpretation. Always read "complete bounce" carefully!
10
Hard 📌 INVERSE FUNCTIONS
Inverse Functions
KEY: swap x and y, then solve for y → that's f⁻¹(x)
f(f⁻¹(x)) = x always  |  Domain of f = Range of f⁻¹
A temperature converter converts Celsius to a custom scale using \(f(C) = \dfrac{9C}{5} + 32\). A scientist needs to find the Celsius temperature when the custom scale reads 212 units. What is the Celsius temperature?
📖 Step-by-Step Explanation
This is the Fahrenheit formula! We need the inverse: find C when F = 212.
\(212 = \frac{9C}{5} + 32\)
\(180 = \frac{9C}{5}\)
\(C = \frac{180 \times 5}{9} = \frac{900}{9} = 100\)
✅ \(C = 100°\) — the boiling point of water!

Geometry

10 Problems
11
Easy 📌 PYTHAGOREAN THEOREM
Right Triangles
KEY: a² + b² = c²   (c = hypotenuse, ALWAYS the longest side)
Check: is the angle 90°? Then use Pythagorean theorem.
Worked Example Legs 3 and 4 → \(c = \sqrt{9+16} = \sqrt{25} = 5\). Common triples: 3-4-5, 5-12-13, 8-15-17.
A 13-foot ladder leans against a wall. The base of the ladder is 5 feet from the wall. How high up the wall does the ladder reach?
📖 Step-by-Step Explanation
Ladder = hypotenuse = 13, base = 5, height = ?
\(5^2 + h^2 = 13^2\)
\(25 + h^2 = 169\)
\(h^2 = 144\)
\(h = 12\) feet
✅ Recognize the 5-12-13 Pythagorean triple!
12
Easy 📌 CIRCLE AREA/CIRCUMFERENCE
Circles
KEY: Area = πr²  |  Circumference = 2πr  |  r = d/2
Given diameter? Halve it first to get radius!
A circular garden has a diameter of 20 feet. A gardener wants to place a decorative border around the entire garden. How many feet of border material is needed? (Use \(\pi \approx 3.14\))
📖 Step-by-Step Explanation
Border = Circumference. Diameter = 20 → radius = 10.
\(C = 2\pi r = 2 \times 3.14 \times 10 = 62.8\) feet
⚠️ Trap: Option A used radius=5 (half of 10). Always check: diameter given → use r = d/2.
13
Medium 📌 SIMILAR TRIANGLES
Similar Triangles
KEY: corresponding sides are PROPORTIONAL → set up a/b = c/d
Shadow problems → think similar triangles with the SUN as vertex
A 6-foot tall person casts a 4-foot shadow. At the same time, a nearby tree casts a 28-foot shadow. How tall is the tree?
📖 Step-by-Step Explanation
Person and tree form similar triangles with the ground.
\(\dfrac{\text{height}}{\text{shadow}} = \dfrac{6}{4} = \dfrac{h}{28}\)
\(h = \dfrac{6 \times 28}{4} = \dfrac{168}{4} = 42\) feet
✅ Cross-multiply: keep height on top, shadow on bottom, consistently.
14
Medium 📌 VOLUME OF CONE
3D Solids
KEY: V_cone = ⅓πr²h  |  "One-third of a cylinder"
V_cylinder = πr²h  → cone holds exactly 1/3 as much
An ice cream cone has a radius of 3 cm and a height of 12 cm. What is the volume of the cone? (Leave answer in terms of \(\pi\))
📖 Step-by-Step Explanation
\(V = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi (3)^2(12) = \frac{1}{3}\pi(9)(12) = \frac{108\pi}{3} = 36\pi\) cm³
⚠️ Option A (108π) is what you get if you forget the \(\frac{1}{3}\). That's the cylinder volume!
15
Medium 📌 SPECIAL RIGHT TRIANGLES
Trigonometry / Right Triangles
KEY: 45-45-90 → sides = x : x : x√2  |  30-60-90 → x : x√3 : 2x
Memorize these ratios — they appear constantly on tests!
A square park has a diagonal of 20 meters. What is the side length of the park?
📖 Step-by-Step Explanation
A square's diagonal creates a 45-45-90 triangle. Ratio: \(s : s : s\sqrt{2}\)
Diagonal = \(s\sqrt{2} = 20\)
\(s = \frac{20}{\sqrt{2}} = \frac{20\sqrt{2}}{2} = 10\sqrt{2}\) m
✅ Always rationalize the denominator: \(\frac{20}{\sqrt{2}} = 10\sqrt{2}\), not \(\frac{20}{\sqrt{2}}\).
16
Hard 📌 ARC LENGTH
Circles — Arcs & Sectors
KEY: Arc length = (θ/360) × 2πr  |  Sector area = (θ/360) × πr²
"Fraction of the full circle" × full circumference or area
A clock has a minute hand that is 10 cm long. How far does the tip of the minute hand travel in 20 minutes? (Leave answer in terms of \(\pi\))
📖 Step-by-Step Explanation
20 minutes out of 60 = \(\frac{20}{60} = \frac{1}{3}\) of a full rotation.
Central angle = \(\frac{1}{3} \times 360° = 120°\)
Arc length = \(\frac{120}{360} \times 2\pi(10) = \frac{1}{3} \times 20\pi = \frac{20\pi}{3}\) cm
✅ The key is converting time → angle first.
17
Hard 📌 ANGLE IN POLYGON
Polygons
KEY: Sum of interior angles = (n−2) × 180°   n = number of sides
Regular polygon: each angle = (n−2)×180°/n
A tile manufacturer makes regular hexagonal tiles. An installer needs to know the measure of each interior angle of a regular hexagon to ensure tiles fit perfectly. What is the interior angle?
📖 Step-by-Step Explanation
Hexagon: \(n = 6\)
Sum = \((6-2) \times 180° = 4 \times 180° = 720°\)
Each angle = \(\frac{720°}{6} = 120°\)
FYI: 108° is for pentagon (n=5), 135° is for octagon (n=8), 144° is for decagon (n=10).
18
Medium 📌 COORDINATE GEOMETRY
Coordinate Geometry
KEY: distance = √[(x₂−x₁)² + (y₂−y₁)²]  |  midpoint = ((x₁+x₂)/2, (y₁+y₂)/2)
Distance formula = Pythagorean theorem on a coordinate plane!
Two cell towers are located at coordinates \(A(1, 2)\) and \(B(7, 10)\) on a map (each unit = 1 mile). An engineer wants to place a relay station at the exact midpoint between the towers. What are the coordinates of the relay station?
📖 Step-by-Step Explanation
Midpoint = \(\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right) = \left(\frac{1+7}{2}, \frac{2+10}{2}\right) = (4, 6)\)
✅ Simply average the x-coordinates and average the y-coordinates.
19
Hard 📌 SURFACE AREA OF SPHERE
3D Solids
KEY: SA_sphere = 4πr²  |  V_sphere = (4/3)πr³
"Four times the area of its great circle" — SA = 4 × (πr²)
A spherical water tank has a diameter of 6 meters. The outside of the tank needs to be painted. What is the surface area of the tank? (Leave in terms of \(\pi\))
📖 Step-by-Step Explanation
Diameter = 6 m → radius = 3 m
\(SA = 4\pi r^2 = 4\pi(3)^2 = 4\pi(9) = 36\pi\) m²
⚠️ Option A (144π) is what you get using diameter=6 instead of radius=3. Always halve the diameter first!
20
Hard 📌 PARALLEL LINES & TRANSVERSAL
Angle Relationships
KEY: alternate interior angles = EQUAL  |  co-interior (same-side) = SUPPLEMENTARY (180°)
Corresponding angles = equal  |  Vertical angles = equal
Worked Example Two parallel lines cut by a transversal. One angle = 65°. Its co-interior angle = 180°−65° = 115°. Its alternate interior angle = 65°.
Two parallel streets are cut by a diagonal road (transversal). At the first intersection, a crosswalk makes an angle of 118° with the street (obtuse side). What is the measure of the alternate interior angle at the second intersection?
📖 Step-by-Step Explanation
When parallel lines are cut by a transversal:
Alternate interior angles are EQUAL.
The alternate interior angle = 118°
⚠️ Don't confuse with co-interior (same-side) angles which ADD to 180°. Co-interior would be 180° − 118° = 62° (Option A is the co-interior angle, not alternate).