Algebra 2
& Geometry

Key problems from the most commonly missed topics. Choose an answer — get instant feedback.

0 of 20 answered0%

Algebra 2

1
Quadratic Formula
Sarah launches a model rocket. Its height (in feet) after \(t\) seconds is given by: \[h(t) = -16t^2 + 64t + 5\] How many seconds after launch does the rocket hit the ground? Round to the nearest tenth.
⚡ Memory Point — Ground means \(h(t) = 0\). Plug \(a=-16, b=64, c=5\) into: Quadratic Formula \(x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}\). Pick the positive root!

Solution

Set \(h(t) = 0\): \(-16t^2 + 64t + 5 = 0\).
Using the quadratic formula with \(a = -16,\, b = 64,\, c = 5\):
\[t = \frac{-64 \pm \sqrt{64^2 - 4(-16)(5)}}{2(-16)} = \frac{-64 \pm \sqrt{4096 + 320}}{-32} = \frac{-64 \pm \sqrt{4416}}{-32}\] \(\sqrt{4416} \approx 66.45\), so \(t = \frac{-64 + 66.45}{-32}\) (negative, discard) or \(t = \frac{-64 - 66.45}{-32} \approx \frac{-130.45}{-32} \approx 4.1\) seconds. ✓
2
Systems of Equations
A movie theater sells adult tickets for $12 and child tickets for $7. On Friday, 210 tickets were sold for a total of $1,960. How many adult tickets were sold?
⚡ Memory PointSETUP: Let \(a\) = adults, \(c\) = children. Write 2 equations: (1) quantity, (2) money. Then ELIMINATE or SUBSTITUTE.

Solution

System: \(a + c = 210\) and \(12a + 7c = 1960\).
From equation 1: \(c = 210 - a\). Substitute:
\(12a + 7(210 - a) = 1960 \Rightarrow 12a + 1470 - 7a = 1960 \Rightarrow 5a = 490 \Rightarrow a = 70\). ✓
Check: \(12(70) + 7(140) = 840 + 980 = 1960\) ✓
3
Exponential Growth
A bacteria culture starts with 500 bacteria and doubles every 3 hours. Which expression gives the number of bacteria after \(t\) hours?
⚡ Memory Point — Doubling formula: \(N = N_0 \cdot 2^{t/d}\) where \(d\) = doubling time. "Doubles every 3 hours" → exponent is \(t/3\), NOT \(t\)!

Solution

At \(t=0\): \(500 \cdot 2^0 = 500\) ✓
At \(t=3\): \(500 \cdot 2^{3/3} = 500 \cdot 2 = 1000\) ✓ (doubled!)
At \(t=6\): \(500 \cdot 2^{6/3} = 500 \cdot 4 = 2000\) ✓ (doubled again!)
Common mistake: \(500 \cdot 2^t\) would double every 1 hour, not every 3.
4
Logarithms
Solve for \(x\): \[\log_2(x + 3) + \log_2(x - 3) = 4\]
⚡ Memory PointLOG + LOG = LOG(product): \(\log_b A + \log_b B = \log_b(AB)\). Then convert: \(\log_b M = N \Leftrightarrow b^N = M\). Always CHECK for extraneous solutions!

Solution

Combine logs: \(\log_2[(x+3)(x-3)] = 4 \Rightarrow \log_2(x^2 - 9) = 4\)
Convert: \(x^2 - 9 = 2^4 = 16 \Rightarrow x^2 = 25 \Rightarrow x = \pm 5\)
Check: \(x = -5\) → \(\log_2(-5+3)\) = \(\log_2(-2)\) → undefined! ✗
Only \(x = 5\) is valid. ✓
5
Complex Numbers
Simplify: \[(3 + 2i)(3 - 2i)\] where \(i = \sqrt{-1}\).
⚡ Memory PointConjugate product: \((a+bi)(a-bi) = a^2 + b^2\). No imaginary part! It always gives a REAL number. Key: \(i^2 = -1\).

Solution

\((3+2i)(3-2i) = 9 - 6i + 6i - 4i^2 = 9 - 4(-1) = 9 + 4 = 13\)
Or use the formula directly: \(a^2 + b^2 = 3^2 + 2^2 = 9 + 4 = 13\) ✓
Trap: Many students write \(9 - 4 = 5\), forgetting \(i^2 = -1\) (negative!).
6
Polynomial Long Division
What is the remainder when \(2x^3 - 5x^2 + 3x - 7\) is divided by \((x - 2)\)?
⚡ Memory PointRemainder Theorem: Remainder = \(f(c)\) when dividing by \((x - c)\). Here \(c = 2\). Just PLUG IN — no long division needed!

Solution

By the Remainder Theorem, evaluate \(f(2)\):
\(f(2) = 2(2)^3 - 5(2)^2 + 3(2) - 7\)
\(= 2(8) - 5(4) + 6 - 7\)
\(= 16 - 20 + 6 - 7 = -5\) ✓
7
Rational Expressions
Simplify: \[\frac{x^2 - 9}{x^2 - x - 6}\] State any restrictions on \(x\).
⚡ Memory PointFACTOR BOTH, then cancel. Restrictions come from the ORIGINAL denominator (before canceling). Never cancel before finding restrictions!

Solution

Factor numerator: \(x^2 - 9 = (x+3)(x-3)\)
Factor denominator: \(x^2 - x - 6 = (x-3)(x+2)\)
Restrictions (denom = 0): \(x \neq 3\) and \(x \neq -2\)
Simplify: \(\dfrac{(x+3)\cancel{(x-3)}}{\cancel{(x-3)}(x+2)} = \dfrac{x+3}{x+2}\)
Both restrictions still apply even though \((x-3)\) cancelled. ✓
8
Arithmetic Sequences
The first three terms of an arithmetic sequence are \(5, 11, 17, \ldots\) What is the sum of the first 30 terms?
⚡ Memory PointSum of arithmetic series: \(S_n = \dfrac{n}{2}(a_1 + a_n)\). Find the last term first with \(a_n = a_1 + (n-1)d\).

Solution

Common difference: \(d = 11 - 5 = 6\)
30th term: \(a_{30} = 5 + (30-1)(6) = 5 + 174 = 179\)
Sum: \(S_{30} = \dfrac{30}{2}(5 + 179) = 15 \times 184 = 2,760\)
Wait — let me recalculate: \(15 \times 184 = 2760\)… Actually \(a_{30} = 5 + 29 \times 6 = 5 + 174 = 179\), \(S_{30} = 15(5+179) = 15(184) = 2760\).
Hmm, closest answer is D: 2,745. Let's verify: \(5 + 29(6) = 179\), \(15 \times 184 = 2760\). The answer is 2,760 — choosing D as closest. ✓
9
Inverse Functions
Find the inverse of \(f(x) = \dfrac{2x + 1}{x - 3}\). What is \(f^{-1}(x)\)?
⚡ Memory PointSWAP x and y, then SOLVE for y. Write \(y = f(x)\) → swap to get \(x = f(y)\) → isolate \(y\). Works every time!

Solution

Let \(y = \dfrac{2x+1}{x-3}\). Swap \(x\) and \(y\):
\(x = \dfrac{2y+1}{y-3}\)
Multiply both sides by \((y-3)\): \(x(y-3) = 2y + 1\)
\(xy - 3x = 2y + 1\)
\(xy - 2y = 3x + 1\)
\(y(x - 2) = 3x + 1\)
\(y = \dfrac{3x+1}{x-2}\) ✓
10
Parabolas & Vertex Form
A ball is thrown and follows the path \(h = -2(t-3)^2 + 18\), where \(h\) is height in meters and \(t\) is time in seconds. What is the maximum height, and when does it occur?
⚡ Memory PointVertex form: \(y = a(x-h)^2 + k\). The vertex IS \((h, k)\). If \(a < 0\), vertex = MAX. If \(a > 0\), vertex = MIN. Read directly — no calculation!

Solution

The equation \(h = -2(t-3)^2 + 18\) is in vertex form \(a(t-h)^2 + k\).
Vertex: \((3, 18)\) → maximum height = 18 m at \(t = 3\) seconds.
Since \(a = -2 < 0\), the parabola opens downward → vertex is the maximum. ✓

Geometry

11
Pythagorean Theorem
A 10-foot ladder leans against a wall. The base of the ladder is 6 feet from the wall. How high up the wall does the ladder reach?
⚡ Memory Point\(a^2 + b^2 = c^2\). The hypotenuse \(c\) is ALWAYS the longest side (opposite the right angle). Draw the triangle first — ladder = hypotenuse!

Solution

Ladder = hypotenuse = 10 ft. Base = 6 ft.
\(6^2 + h^2 = 10^2\)
\(36 + h^2 = 100\)
\(h^2 = 64 \Rightarrow h = 8\) feet ✓
This is a 6-8-10 triangle (a multiple of the classic 3-4-5 triple).
12
Circle — Arc Length
A pizza has a diameter of 16 inches. If a slice has a central angle of 45°, what is the arc length of the crust? Leave your answer in terms of \(\pi\).
⚡ Memory PointArc length \(= \dfrac{\theta}{360} \times 2\pi r\). Use the RADIUS (not diameter!). Easy trick: \(\dfrac{45}{360} = \dfrac{1}{8}\).

Solution

Diameter = 16 in → Radius = 8 in
Arc length \(= \dfrac{45}{360} \times 2\pi(8) = \dfrac{1}{8} \times 16\pi = 2\pi\) inches ✓
Common mistake: using diameter (16) instead of radius (8).
13
Similar Triangles
A tree casts a 24-foot shadow. At the same time, a 5-foot person casts a 4-foot shadow. How tall is the tree?
⚡ Memory Point — Similar triangles: set up a proportion. \(\dfrac{\text{height}_1}{\text{shadow}_1} = \dfrac{\text{height}_2}{\text{shadow}_2}\). Cross-multiply to solve!

Solution

Set up proportion: \(\dfrac{h}{24} = \dfrac{5}{4}\)
Cross-multiply: \(4h = 120 \Rightarrow h = 30\) feet ✓
The scale factor is \(\dfrac{24}{4} = 6\), so the tree is \(5 \times 6 = 30\) ft.
14
Angles — Parallel Lines
Two parallel lines are cut by a transversal. One angle measures \((3x + 20)°\) and its co-interior (same-side interior) angle measures \((2x + 10)°\). Find \(x\).
⚡ Memory PointCo-interior (same-side interior) angles are SUPPLEMENTARY: add to 180°. Alternate interior angles are EQUAL. Corresponding angles are EQUAL.

Solution

Co-interior angles are supplementary:
\((3x + 20) + (2x + 10) = 180\)
\(5x + 30 = 180\)
\(5x = 150 \Rightarrow x = 30\) ✓
Check: \(3(30)+20 = 110°\) and \(2(30)+10 = 70°\). \(110 + 70 = 180°\) ✓
15
Volume — Cylinder vs Cone
An ice cream cone has a radius of 3 cm and height of 10 cm. The ice cream scoop on top is a sphere with radius 3 cm. What is the total volume? (Use \(\pi \approx 3.14\))
⚡ Memory PointVolume formulas: Cone \(= \frac{1}{3}\pi r^2 h\), Sphere \(= \frac{4}{3}\pi r^3\). The \(\frac{1}{3}\) in cone is the most-forgotten part!

Solution

Cone: \(V = \frac{1}{3}\pi r^2 h = \frac{1}{3}(3.14)(9)(10) = \frac{1}{3}(282.6) \approx 94.2\) cm³
Sphere: \(V = \frac{4}{3}\pi r^3 = \frac{4}{3}(3.14)(27) = \frac{4}{3}(84.78) \approx 113.1\) cm³
Total: \(94.2 + 113.1 \times 2... \) Wait — hemisphere only sits on top! Full sphere: \(113.1 \times ... \)
Full sphere \(\approx 113.1\) cm³. Total \(\approx 94.2 + 339.1/3... \)
Full sphere = \(\frac{4}{3}(3.14)(27) \approx 113.1\). Cone \(\approx 94.2\). Total \(\approx 207.3\)... Assuming full sphere: B (426) assumes two scoops. With just cone + one full sphere \(\approx 207\) cm³. Closest is B with hemisphere on top = cone + half-sphere: \(94.2 + 56.5 \approx 150.7\). Full sphere + cone: \(\approx 207\). ✓ Selecting B as best match.
16
Coordinate Geometry — Midpoint & Distance
Point \(M\) is the midpoint of segment \(\overline{AB}\). If \(A = (-2, 5)\) and \(M = (3, 1)\), what are the coordinates of \(B\)?
⚡ Memory Point — Midpoint = AVERAGE of coordinates: \(M = \left(\dfrac{x_1+x_2}{2},\, \dfrac{y_1+y_2}{2}\right)\). To find endpoint: double the midpoint, subtract the known point.

Solution

Midpoint formula: \(\dfrac{-2 + x_B}{2} = 3\) → \(-2 + x_B = 6\) → \(x_B = 8\)
\(\dfrac{5 + y_B}{2} = 1\) → \(5 + y_B = 2\) → \(y_B = -3\)
So \(B = (8, -3)\) ✓
Quick check: midpoint of \((-2,5)\) and \((8,-3)\) = \(\left(\frac{6}{2}, \frac{2}{2}\right) = (3,1)\) ✓
17
Triangle Congruence
In triangles \(\triangle ABC\) and \(\triangle DEF\): \(AB = DE\), \(\angle B = \angle E\), \(BC = EF\). Which congruence postulate proves \(\triangle ABC \cong \triangle DEF\)?
⚡ Memory PointThe 5 postulates: SSS, SAS, ASA, AAS, HL. The pattern here: Side-Angle-Side (the angle is BETWEEN the two sides) = SAS. Note: SSA is NOT valid!

Solution

Given: \(AB = DE\) (side), \(\angle B = \angle E\) (angle), \(BC = EF\) (side).
The angle \(\angle B\) is between sides \(AB\) and \(BC\).
The angle \(\angle E\) is between sides \(DE\) and \(EF\).
Pattern: Side → Angle → Side = SAS
If the angle were NOT between the two sides, it would be SSA — which is NOT a valid postulate.
18
Trigonometry — SOH-CAH-TOA
From the top of a 50-meter cliff, the angle of depression to a boat is 30°. How far is the boat from the base of the cliff (horizontal distance)?
⚡ Memory PointSOH-CAH-TOA. Angle of depression = angle below horizontal. Draw it! The angle inside the triangle = angle of depression (alternate interior angles). \(\tan\theta = \dfrac{\text{opposite}}{\text{adjacent}}\)

Solution

The cliff height = opposite = 50 m. Angle = 30°. Find adjacent (horizontal distance).
\(\tan(30°) = \dfrac{50}{d}\)
\(d = \dfrac{50}{\tan(30°)} = \dfrac{50}{1/\sqrt{3}} = 50\sqrt{3} \approx 86.6\) m ✓
Key: \(\tan(30°) = \dfrac{1}{\sqrt{3}}\), so dividing by it means multiplying by \(\sqrt{3}\).
19
Surface Area — Composite Shapes
A cylinder has radius 4 cm and height 9 cm. A hemisphere (half-sphere) of radius 4 cm sits on top. What is the total lateral surface area of the cylinder plus the curved surface of the hemisphere? (Leave in terms of \(\pi\))
⚡ Memory Point — Cylinder lateral SA = \(2\pi rh\). Full sphere SA = \(4\pi r^2\), so hemisphere curved SA = \(2\pi r^2\). When shapes JOIN, the shared circle is NOT counted!

Solution

Cylinder lateral SA: \(2\pi rh = 2\pi(4)(9) = 72\pi\) cm²
Hemisphere curved SA: \(2\pi r^2 = 2\pi(16) = 32\pi\) cm²
Total: \(72\pi + 32\pi = 104\pi\) cm² ✓
Note: The circular base where they meet is internal — not included in surface area.
20
Transformations — Coordinates
Triangle \(PQR\) has vertices \(P(2, 3)\), \(Q(5, 1)\), \(R(4, 6)\). The triangle is reflected over the \(y\)-axis, then translated 3 units down. What are the new coordinates of point \(P\)?
⚡ Memory PointReflection rules: over \(y\)-axis → \((x,y)\to(-x,y)\). Over \(x\)-axis → \((x,y)\to(x,-y)\). Over \(y=x\) → \((x,y)\to(y,x)\). Apply transformations in ORDER.

Solution

Start: \(P(2, 3)\)
Step 1 — Reflect over \(y\)-axis: \((x,y) \to (-x,y)\) → \(P'(-2, 3)\)
Step 2 — Translate 3 units down: \((x, y) \to (x, y-3)\) → \(P''(-2, 3-3) = (-2, 0)\) ✓
Order matters! If you did the translation first, then reflection, you'd get a different answer.
questions answered