20 carefully selected problems from the most tested and most missed topics. Each with a memory key so you never forget the concept again.
0 of 20 answered0%
Algebra 2
Word Problems
Q1Quadratics
VERTEX = ( −b/2a , f(−b/2a) ) · MAX/MIN depends on sign of "a"
A ball is launched upward. Its height (in feet) after $t$ seconds is given by:
$$h(t) = -16t^2 + 64t + 5$$
What is the maximum height the ball reaches?
📖 Step-by-step:
Maximum height occurs at the vertex. Find $t = -b/2a = -64/(2 \times -16) = 2$ seconds.
Then $h(2) = -16(4) + 64(2) + 5 = -64 + 128 + 5 = \mathbf{69}$ feet. Trap: Many students forget to plug $t$ back in and stop at $t = 2$.
Q2Systems of Equations
SUBSTITUTION: isolate one variable first · CHECK both equations after solving
Two car rental companies charge the following:
Company A: $\$30$ flat fee + $\$0.25$ per mile Company B: $\$10$ flat fee + $\$0.45$ per mile
At how many miles do both companies cost the same?
📖 Step-by-step:
Set equal: $30 + 0.25m = 10 + 0.45m$
$20 = 0.20m \Rightarrow m = \mathbf{100}$ miles.
Cost at 100 miles = $30 + 25 = \$55$ for both. ✓
Q3Exponential Growth
GROWTH: A = P(1 + r)ᵗ · DECAY: A = P(1 − r)ᵗ · r is a DECIMAL
A bacteria culture starts with 500 cells and doubles every 3 hours.
Which expression gives the number of cells after $t$ hours?
📖 Key insight:
"Doubles every 3 hours" → base is 2, but exponent must be $t/3$ so the doubling happens every 3 hours, not every 1 hour.
At $t=3$: $500 \cdot 2^1 = 1000$ ✓ At $t=6$: $500 \cdot 2^2 = 2000$ ✓
Q4Logarithms
log = EXPONENT · log_b(x) = y means b^y = x · "Change of Base": log_b(x) = ln(x)/ln(b)
An investment grows according to $A = 1000 \cdot e^{0.05t}$.
Approximately how many years does it take for the investment to reach $\$2000$?
GEOMETRIC SUM (finite): S = a(1−rⁿ)/(1−r) · INFINITE (|r|<1): S = a/(1−r)
A bouncing ball drops from 10 ft and each bounce reaches 60% of the previous height.
What is the total vertical distance traveled (down + up for all bounces), starting from the first drop? (Use the infinite series model.)
📖 Two-phase approach:
Initial fall = $10$ ft.
Each bounce: ball goes up then down. First bounce up = $10 \times 0.6 = 6$ ft. Sum of all bounce distances = $2 \times \frac{6}{1-0.6} = 2 \times 15 = 30$ ft.
Total = $10 + 30 = \mathbf{40}$ ft.
CYLINDER: V = πr²h · SA = 2πr² + 2πrh · CONE: V = ⅓πr²h
A cylindrical water tank has a radius of 5 m and a height of 12 m.
How much water (in m³) does it hold? Use $\pi \approx 3.14$.
📖 Cylinder Volume:
$V = \pi r^2 h = 3.14 \times 25 \times 12 = 3.14 \times 300 = \mathbf{942}$ m³. Trap: Using diameter (10) instead of radius (5) gives $r^2 = 100$, quadrupling the answer.
Q16Trigonometry (Right Triangles)
SOH-CAH-TOA · sin=O/H · cos=A/H · tan=O/A · "Oscar Has A Hat On Always"
From a point 50 m from the base of a building, the angle of elevation to the top is 62°.
How tall is the building? (Use $\tan 62° \approx 1.88$)
📖 tan(angle) = opposite / adjacent:
$\tan 62° = h/50$ → $h = 50 \times 1.88 = \mathbf{94}$ m. The 50 m is the ADJACENT side (horizontal ground distance), h is OPPOSITE (vertical height).
Q17Triangle Congruence
SSS · SAS · ASA · AAS · HL (right triangles only) · NOT SSA (the "ambiguous case")
Two triangles share a common side. You are told two angles and the included side of one equal two angles and the included side of the other.
Which congruence postulate applies?
📖 ASA vs AAS:ASA: angle–SIDE–angle (side is BETWEEN the two known angles). AAS: angle–angle–SIDE (side is NOT between the angles).
Here the side is included (between the two angles) → ASA.
Point $P(4, -3)$ is rotated $90°$ counterclockwise about the origin.
What are the new coordinates?
📖 90° CCW rule: $(x, y) \to (-y, x)$
$P(4, -3) \to (- (-3), 4) = \mathbf{(3, 4)}$ Memory trick: "Swap and negate the first" for 90° CCW.
Q20Area of Composite Figures
COMPOSITE = ADD simple shapes OR SUBTRACT · Draw it! Split into rectangles, triangles, circles
A running track consists of a rectangle (100 m × 60 m) with two semicircles on each short end.
What is the total area enclosed by the track? (Use $\pi \approx 3.14$)
📖 Rectangle + full circle (two semicircles = one full circle):
Rectangle: $100 \times 60 = 6000$ m²
Full circle radius = $60/2 = 30$ m: $\pi r^2 = 3.14 \times 900 = 2826$ m²
Total = $6000 + 2826 = \mathbf{8826}$ m²