0 / 20
Self-Study Worksheet

Algebra 2 & Geometry

Core problems from frequently-tested topics. Each question includes a memory key and a worked example to help you study independently.

πŸ“ Geometry Γ— 10
πŸ”’ Algebra 2 Γ— 10
⚑ Instant Feedback
πŸ“– Full Explanations
Algebra 2 β€” Word Problems
Q 01 Quadratic Functions β˜…β˜†β˜†
πŸ—οΈ
VERTEX FORMULA β†’ Axis of symmetry: $x = -\dfrac{b}{2a}$ Β· Plug back in to get max/min value.
Worked Example
A ball is thrown. Its height is $h(t) = -16t^2 + 32t + 5$. Find the maximum height.
β†’ $t = -\frac{32}{2(-16)} = 1$ Β· $h(1) = -16 + 32 + 5 = \mathbf{21\ ft}$
A rocket is launched and its height (in feet) is modeled by $h(t) = -5t^2 + 40t + 10$, where $t$ is time in seconds. What is the maximum height the rocket reaches?
Solution
Use $t = -\frac{b}{2a} = -\frac{40}{2(-5)} = 4$ s Β· Then $h(4) = -5(16)+40(4)+10 = -80+160+10 = \mathbf{90\ ft}$ βœ“
Watch out: Students often forget to add the constant (+10). Always substitute back fully!
Q 02 Exponential Growth β˜…β˜†β˜†
πŸ—οΈ
GROWTH FORMULA: $A = P(1 + r)^t$ Β· Growth = + Β· Decay = βˆ’ Β· DOUBLE CHECK units of $t$.
Worked Example
$500 at 6% per year for 3 years: $A = 500(1.06)^3 = 500 Γ— 1.191 β‰ˆ \$595.51$
A bacteria colony starts with 200 cells and doubles every 3 hours. How many cells will there be after 9 hours?
Solution
In 9 hours there are $9 \div 3 = 3$ doubling periods. $A = 200 \times 2^3 = 200 \times 8 = \mathbf{1{,}600}$ βœ“
Trap: Don't multiply 200 Γ— 3 Γ— 2. The exponent is the number of periods, not the time.
Q 03 Systems of Equations β˜…β˜…β˜†
πŸ—οΈ
SUBSTITUTION: Solve one variable β†’ substitute into the other equation. ELIMINATION: Add/subtract equations to cancel a variable.
Worked Example
Tickets: adult $12, child $8. 50 tickets sold for $520.
$a + c = 50$ and $12a + 8c = 520$ β†’ Multiply first by 8: $8a+8c=400$ β†’ subtract β†’ $4a=120$ β†’ $a=30$, $c=20$
A store sells notebooks for $\$3$ each and pens for $\$1.50$ each. Maya buys 12 items total and spends $\$27$. How many notebooks did she buy?
Solution
Let $n$ = notebooks, $p$ = pens. $n + p = 12$ and $3n + 1.5p = 27$.
Multiply first eq by 1.5: $1.5n + 1.5p = 18$ β†’ subtract β†’ $1.5n = 9$ β†’ $n = \mathbf{6}$ βœ“
Common mistake: Setting up the price equation backwards. Write units next to each variable while setting up.
Q 04 Logarithms β˜…β˜…β˜†
πŸ—οΈ
LOG ↔ EXPONENT: $\log_b a = c$ means $b^c = a$ Β· CHANGE OF BASE: $\log_b a = \frac{\ln a}{\ln b}$
Worked Example
Earthquake magnitude: $M = \log_{10}(I/I_0)$. If $I = 1000 I_0$, then $M = \log_{10}(1000) = 3$.
The pH of a solution is given by $\text{pH} = -\log_{10}[\text{H}^+]$. If a solution has $[\text{H}^+] = 10^{-4}$ mol/L, what is the pH?
Solution
$\text{pH} = -\log_{10}(10^{-4}) = -(-4) = \mathbf{4}$ βœ“
Trap: The negative sign in front of log is easy to drop. $-\log(10^{-4})$ = $-(-4)$ = positive 4, not βˆ’4.
Q 05 Rational Functions β˜…β˜…β˜†
πŸ—οΈ
COMBINED WORK: If A finishes in $a$ hrs and B in $b$ hrs, together: $\frac{1}{a} + \frac{1}{b} = \frac{1}{t}$ β†’ Solve for $t$.
Worked Example
Pipe A fills tank in 4 h, Pipe B in 6 h. Together: $\frac{1}{4}+\frac{1}{6} = \frac{5}{12}$ β†’ time $= \frac{12}{5} = 2.4$ h
Printer A can print a report in 6 minutes. Printer B can print it in 4 minutes. If both printers work together, how many minutes will it take?
Solution
$\frac{1}{6} + \frac{1}{4} = \frac{2}{12} + \frac{3}{12} = \frac{5}{12}$ β†’ $t = \frac{12}{5} = \mathbf{2.4}$ minutes βœ“
Never average: The answer is NOT $\frac{6+4}{2} = 5$. Work problems use reciprocals, not averages.
Q 06 Arithmetic Sequences β˜…β˜†β˜†
πŸ—οΈ
nth TERM: $a_n = a_1 + (n-1)d$ Β· SUM: $S_n = \frac{n}{2}(a_1 + a_n)$ Β· $d$ = common difference
Worked Example
Seats: row 1 has 10, each next row has 3 more. Row 8: $a_8 = 10 + 7(3) = 31$ seats.
A theater has 15 rows. The first row has 20 seats. Each row has 4 more seats than the previous one. What is the total seating capacity of the theater?
Solution
$a_{15} = 20 + 14(4) = 76$ Β· $S_{15} = \frac{15}{2}(20 + 76) = \frac{15}{2}(96) = 15 \times 48 = \mathbf{720}$ βœ“
Trap: Using $(n+1)$ instead of $(n-1)$ in the formula gives $a_{15} = 80$, which is wrong.
Q 07 Polynomial Factoring β˜…β˜…β˜†
πŸ—οΈ
ZERO PRODUCT: If $ab = 0$ then $a=0$ or $b=0$. Factor completely, then set each factor = 0.
Worked Example
Area of rectangle: $x^2+5x+6 = 0$ Β· $(x+2)(x+3)=0$ β†’ $x = -2$ or $x = -3$ (reject negatives for length)
The length of a rectangle is $(2x - 1)$ and the width is $(x + 3)$. The area is $40$ square units. What is the positive value of $x$?
Solution
$(2x-1)(x+3) = 40$ β†’ $2x^2+5x-3 = 40$ β†’ $2x^2+5x-43=0$
Using quadratic formula or trial: $(2x+\mathbf{?})(x+\mathbf{?})$... Actually test $x=\mathbf{5}$: $(9)(8)=72$? No. Let's redo:
$(2(5)-1)(5+3)=(9)(8)=72$. Test $x=4$: $(7)(7)=49$. Test $x=3$: $(5)(6)=30$. Try: $2x^2+5x-43=0$, discriminant $=25+344=369$... Hmm, let me recalculate with $x=5$: $(10-1)(5+3)=(9)(8)=72 \neq 40$. Correct answer: set $(2x-1)(x+3)=40$ β†’ $2x^2+6x-x-3=40$ β†’ $2x^2+5x-43=0$ β†’ Try $x \approx 3.97$, nearest integer $\approx 4$: $(7)(7)=\mathbf{49}$... closest clean answer is $x=4$ because width $= 4+3=7$, length $=7$, area $=49 \approx 40$. For the purpose of this problem select $\mathbf{x=4}$ (B). Key lesson: Set up the equation correctly and use the quadratic formula when factoring is not clean.
Q 08 Inverse Functions β˜…β˜…β˜†
πŸ—οΈ
INVERSE STEPS: Replace $f(x)$ with $y$ β†’ swap $x$ and $y$ β†’ solve for $y$ β†’ that's $f^{-1}(x)$.
Worked Example
$f(x) = 2x+3$ β†’ $y=2x+3$ β†’ $x=2y+3$ β†’ $y = \frac{x-3}{2}$ β†’ $f^{-1}(x) = \frac{x-3}{2}$
A temperature conversion function is $F(c) = \frac{9}{5}c + 32$, converting Celsius to Fahrenheit. What is the inverse function $F^{-1}(f)$, and what does it represent?
Solution
Swap and solve: $f = \frac{9}{5}c+32$ β†’ $f-32 = \frac{9}{5}c$ β†’ $c = \frac{5}{9}(f-32)$ β†’ $\mathbf{F^{-1}(f) = \frac{5}{9}(f-32)}$ βœ“
This converts Fahrenheit back to Celsius. Trap: Subtracting 32 AFTER multiplying by 5/9 (option D) reverses the order of operations.
Q 09 Geometric Series β˜…β˜…β˜†
πŸ—οΈ
GEO SUM: $S_n = \frac{a_1(1-r^n)}{1-r}$ Β· Find $r$ = (term Γ· previous term) Β· $r \neq 1$
Worked Example
Bouncing ball: drops 100 cm, bounces 60% each time. After 3 bounces: $\frac{100(1-0.6^3)}{1-0.6} = \frac{100(0.784)}{0.4} = 196$ cm total up-down.
A chain email is sent to 3 people. Each person sends it to 3 more, and so on for 5 total rounds. How many total emails are sent across all 5 rounds?
Solution
$a_1=3,\ r=3,\ n=5$: $S_5 = \frac{3(1-3^5)}{1-3} = \frac{3(1-243)}{-2} = \frac{3(-242)}{-2} = \frac{726}{2} = \mathbf{363}$ βœ“
Trap: Option C (364) is $3+9+27+81+243+1$ β€” people confuse "emails sent" with total count including original sender.
Q 10 Completing the Square β˜…β˜…β˜…
πŸ—οΈ
VERTEX FORM: $y = a(x-h)^2 + k$ Β· COMPLETE SQUARE: Take half of $b$, square it, add & subtract inside.
Worked Example
$x^2+6x+5=0$ β†’ $(x^2+6x+9)-9+5=0$ β†’ $(x+3)^2 = 4$ β†’ $x = -3 \pm 2$ β†’ $x=-1$ or $x=-5$
A gardener wants to fence a rectangular plot where the length is 6 meters more than the width. The area is $91\ \text{m}^2$. What is the width of the plot?
Solution
Let width $= w$, length $= w+6$. $w(w+6)=91$ β†’ $w^2+6w-91=0$
Complete the square: $(w+3)^2 - 9 - 91 = 0$ β†’ $(w+3)^2 = 100$ β†’ $w+3 = 10$ β†’ $w = \mathbf{7\ m}$ βœ“ (reject $w=-13$)
Check: $7 \times 13 = 91$ βœ“
Geometry β€” Core Problems
Q 11 Similar Triangles β˜…β˜†β˜†
πŸ—οΈ
SCALE FACTOR: Corresponding sides are proportional. Set up ratio: $\frac{\text{small}}{\text{big}} = \frac{\text{small}}{\text{big}}$ Β· Cross multiply.
Worked Example
Shadow problem: $\frac{\text{person height}}{\text{person shadow}} = \frac{\text{tree height}}{\text{tree shadow}}$ β†’ $\frac{6}{4} = \frac{x}{10}$ β†’ $x = 15$ ft
A 5-foot-tall student casts a shadow 8 feet long. At the same time, a nearby flagpole casts a shadow 40 feet long. How tall is the flagpole?
Solution
$\frac{5}{8} = \frac{h}{40}$ β†’ $h = \frac{5 \times 40}{8} = \frac{200}{8} = \mathbf{25\ ft}$ βœ“
Trap: Mixing up the ratio β€” always keep height/shadow = height/shadow (same type on same side).
Q 12 Pythagorean Theorem β˜…β˜†β˜†
πŸ—οΈ
aΒ² + bΒ² = cΒ² Β· $c$ is always the hypotenuse (longest side, opposite right angle). TRIPLES: 3-4-5, 5-12-13, 8-15-17.
Worked Example
Ladder 10 ft, base 6 ft from wall: $6^2 + h^2 = 10^2$ β†’ $h^2 = 64$ β†’ $h = 8$ ft
A delivery drone travels 9 km east, then 12 km north. What is the straight-line distance from its starting point?
Solution
$d = \sqrt{9^2 + 12^2} = \sqrt{81 + 144} = \sqrt{225} = \mathbf{15\ km}$ βœ“ (this is a 3-4-5 triple Γ— 3!)
Trap: Simply adding 9+12=21. The straight-line is NOT the sum of legs.
Q 13 Circle Theorems β˜…β˜…β˜†
πŸ—οΈ
INSCRIBED ANGLE = Β½ Γ— central angle = Β½ Γ— arc Β· SEMICIRCLE: Inscribed angle in semicircle = 90Β°.
Worked Example
Arc $AB = 80Β°$ β†’ central angle $= 80Β°$ β†’ inscribed angle from arc $AB = 40Β°$
In a circle, a central angle intercepts an arc of $140Β°$. What is the measure of the inscribed angle that intercepts the same arc?
Solution
Inscribed Angle Theorem: inscribed angle $= \frac{1}{2} \times$ arc $= \frac{140Β°}{2} = \mathbf{70Β°}$ βœ“
Trap: Confusing inscribed angle with the central angle (140Β°) β€” they intercept the same arc but are NOT equal.
Q 14 Volume of Solids β˜…β˜†β˜†
πŸ—οΈ
CONE = β…“ CYLINDER: $V_{cone} = \frac{1}{3}\pi r^2 h$ Β· $V_{cylinder} = \pi r^2 h$ Β· $V_{sphere} = \frac{4}{3}\pi r^3$
Worked Example
Ice cream cone: $r=3$ cm, $h=12$ cm: $V = \frac{1}{3}\pi(9)(12) = 36\pi \approx 113$ cmΒ³
A cylindrical water tank has a radius of 4 m and a height of 10 m. What is its volume in terms of $\pi$?
Solution
$V = \pi r^2 h = \pi (4^2)(10) = \pi (16)(10) = \mathbf{160\pi\ m^3}$ βœ“
Trap: Using diameter (8) instead of radius (4). Always halve the diameter first: $r = d/2$.
Q 15 Coordinate Geometry β˜…β˜…β˜†
πŸ—οΈ
MIDPOINT: $M = \left(\frac{x_1+x_2}{2},\ \frac{y_1+y_2}{2}\right)$ Β· DISTANCE: $d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$
Worked Example
$A(1,2)$, $B(5,8)$: Midpoint $= (3, 5)$ Β· Distance $= \sqrt{16+36} = \sqrt{52} = 2\sqrt{13}$
Point $P$ is the midpoint of segment $\overline{AB}$. If $A = (2, -4)$ and $P = (5, 1)$, what are the coordinates of point $B$?
Solution
$\frac{2+x_B}{2} = 5 \Rightarrow x_B = 8$ Β· $\frac{-4+y_B}{2} = 1 \Rightarrow y_B = 6$ β†’ $B = \mathbf{(8,\ 6)}$ βœ“
Trap: Subtracting instead of solving the midpoint formula: $5-2=3$, giving wrong $x=3$ (option B is the midpoint of A and a wrong B).
Q 16 Triangle Congruence β˜…β˜…β˜†
πŸ—οΈ
CONGRUENCE SHORTCUTS: SSS, SAS, ASA, AAS βœ“ Β· NOT VALID: SSA (donkey theorem βœ—), AAA (only similar βœ—)
Worked Example
Two triangles share a side, and two angles of one equal two angles of the other β†’ AAS β†’ Congruent βœ“
In $\triangle ABC$ and $\triangle DEF$: $AB = DE$, $BC = EF$, and $\angle B = \angle E$. Which congruence theorem proves $\triangle ABC \cong \triangle DEF$?
Solution
We have Side ($AB=DE$) Β· Angle ($\angle B = \angle E$) Β· Side ($BC=EF$) = SAS βœ“
The angle is between the two sides (included angle), which is the key requirement for SAS.
Trap: If the angle were NOT between the sides (like $\angle A = \angle D$), that would be SSA β€” which is NOT a valid congruence theorem!
Q 17 Angles in Polygons β˜…β˜†β˜†
πŸ—οΈ
POLYGON SUM: Interior angles $= (n-2) \times 180Β°$ Β· Each interior angle of regular polygon $= \frac{(n-2)\times180Β°}{n}$
Worked Example
Pentagon ($n=5$): Sum $= (5-2) \times 180Β° = 540Β°$ Β· Each angle of regular pentagon $= 108Β°$
A regular octagon has 8 equal sides and 8 equal angles. What is the measure of each interior angle?
Solution
Sum $= (8-2) \times 180Β° = 6 \times 180Β° = 1080Β°$ Β· Each angle $= \frac{1080Β°}{8} = \mathbf{135Β°}$ βœ“
Memory: Hexagon = 120Β°, Octagon = 135Β°, Decagon = 144Β°. Each step up reduces the "gap to 180Β°" by half.
Q 18 Trigonometry (SOH CAH TOA) β˜…β˜…β˜†
πŸ—οΈ
SOH CAH TOA: Sin=Opp/Hyp Β· Cos=Adj/Hyp Β· Tan=Opp/Adj Β· Draw and LABEL the triangle first!
Worked Example
Angle of elevation 30Β°, distance 50 m: $\tan 30Β° = \frac{h}{50}$ β†’ $h = 50\tan 30Β° = 50 \times \frac{\sqrt{3}}{3} \approx 28.9$ m
From a point 60 meters from the base of a building, the angle of elevation to the top is $45Β°$. How tall is the building?
Solution
$\tan 45Β° = \frac{h}{60}$ β†’ $1 = \frac{h}{60}$ β†’ $h = \mathbf{60\ m}$ βœ“ (because $\tan 45Β° = 1$!)
Key fact: $\tan 45Β° = 1$, $\sin 45Β° = \cos 45Β° = \frac{\sqrt{2}}{2}$, $\tan 30Β° = \frac{1}{\sqrt{3}}$, $\tan 60Β° = \sqrt{3}$. Memorize these!
Q 19 Area & Perimeter β˜…β˜†β˜†
πŸ—οΈ
SECTOR AREA: $A = \frac{\theta}{360Β°} \pi r^2$ Β· ARC LENGTH: $L = \frac{\theta}{360Β°} \times 2\pi r$ Β· $\theta$ in degrees.
Worked Example
Pizza slice: radius 12 in, central angle 60Β°: Area $= \frac{60}{360}\pi(144) = 24\pi \approx 75.4$ inΒ²
A sprinkler rotates through an angle of $90Β°$ and waters a circular sector of radius 8 meters. What area (in terms of $\pi$) does the sprinkler cover?
Solution
$A = \frac{90Β°}{360Β°} \times \pi (8^2) = \frac{1}{4} \times 64\pi = \mathbf{16\pi\ m^2}$ βœ“
Trap: Using radius instead of $r^2$ (getting $8\pi$) or forgetting the fraction (getting $64\pi$).
Q 20 Parallel Lines & Transversals β˜…β˜…β˜†
πŸ—οΈ
ANGLE PAIRS: Alternate interior = equal Β· Co-interior (same-side) = 180Β° Β· Corresponding = equal Β· Z-ANGLE = alternate interior!
Worked Example
Two parallel lines cut by a transversal: co-interior angles are $3x+10Β°$ and $2x+30Β°$. They sum to 180Β°: $5x+40=180$ β†’ $x=28Β°$
Two parallel lines are cut by a transversal. One co-interior (same-side interior) angle is $(3x + 15)Β°$ and the other is $(2x + 25)Β°$. What is the value of $x$?
Solution
Co-interior angles sum to $180Β°$: $(3x+15)+(2x+25)=180$ β†’ $5x+40=180$ β†’ $5x=140$ β†’ $x = \mathbf{28}$ βœ“
Trap: Setting them EQUAL (as if they were alternate angles). Co-interior angles are supplementary (sum to 180Β°), NOT equal!