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
ALG2Algebra 2 β Word Problems
Q 01Quadratic 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!
$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 03Systems 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 04Logarithmsβ β β
ποΈ
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 05Rational 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.
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 07Polynomial 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 08Inverse Functionsβ β β
ποΈ
INVERSE STEPS: Replace $f(x)$ with $y$ β swap $x$ and $y$ β solve for $y$ β that's $f^{-1}(x)$.
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.
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 10Completing the Squareβ β β
ποΈ
VERTEX FORM: $y = a(x-h)^2 + k$ Β· COMPLETE SQUARE: Take half of $b$, square it, add & subtract inside.
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?
SCALE FACTOR: Corresponding sides are proportional. Set up ratio: $\frac{\text{small}}{\text{big}} = \frac{\text{small}}{\text{big}}$ Β· Cross multiply.
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 12Pythagorean 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 13Circle 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.
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 16Triangle 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 17Angles 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 18Trigonometry (SOH CAH TOA)β β β
ποΈ
SOH CAH TOA: Sin=Opp/Hyp Β· Cos=Adj/Hyp Β· Tan=Opp/Adj Β· Draw and LABEL the triangle first!
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$).
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!