Part One
Algebra 2 Word Problems
โก
Quick Memory Point โ Algebra 2
QUADRATIC: axยฒ + bx + c = 0 โ use FACTOR first, then FORMULA if stuck
SYSTEMS: SUBSTITUTE or ELIMINATE โ pick the easier variable
EXPONENTIAL: SAME BASE โ set exponents equal / DIFFERENT BASE โ use log
KEY WORDS: "combined" โ add | "difference" โ subtract | "product" โ multiply
SYSTEMS: SUBSTITUTE or ELIMINATE โ pick the easier variable
EXPONENTIAL: SAME BASE โ set exponents equal / DIFFERENT BASE โ use log
KEY WORDS: "combined" โ add | "difference" โ subtract | "product" โ multiply
A1
Quadratic
โ
โ
โโโ
A rectangular garden has a length that is 3 meters more than twice its width. If the area of the garden is \(54 \text{ m}^2\), what is the width of the garden?
๐ก Hint
Let width = w. Then length = 2w + 3. Area = w(2w + 3) = 54. Expand and solve the quadratic.
๐ Explanation
Let width = \(w\). Then length = \(2w + 3\).
Area: \(w(2w + 3) = 54\) โ \(2w^2 + 3w - 54 = 0\)
Factor: \((2w - 9)(w + 6) = 0\) โ \(w = \frac{9}{2} = 4.5\) (reject \(w = -6\))
โฆ KEY: Always reject negative solutions for length/width problems.
Area: \(w(2w + 3) = 54\) โ \(2w^2 + 3w - 54 = 0\)
Factor: \((2w - 9)(w + 6) = 0\) โ \(w = \frac{9}{2} = 4.5\) (reject \(w = -6\))
โฆ KEY: Always reject negative solutions for length/width problems.
A2
Systems
โ
โ
โ
โโ
A coffee shop sells lattes for \$4 and cappuccinos for \$5. One morning, they sold 80 drinks total and made \$370. How many lattes were sold?
๐ก Hint
Set up two equations: x + y = 80 and 4x + 5y = 370. Use substitution.
๐ Explanation
Let \(x\) = lattes, \(y\) = cappuccinos.
\(x + y = 80\) โ \(y = 80 - x\)
\(4x + 5(80 - x) = 370\) โ \(4x + 400 - 5x = 370\) โ \(-x = -30\) โ \(x = 50\)
โฆ KEY: SUBSTITUTION โ solve for one variable first, then plug in.
\(x + y = 80\) โ \(y = 80 - x\)
\(4x + 5(80 - x) = 370\) โ \(4x + 400 - 5x = 370\) โ \(-x = -30\) โ \(x = 50\)
โฆ KEY: SUBSTITUTION โ solve for one variable first, then plug in.
A3
Exponential
โ
โ
โ
โโ
A bacteria population doubles every 3 hours. If you start with 200 bacteria, after how many hours will there be 1,600 bacteria?
๐ก Hint
Model: P = 200 ยท 2^(t/3). Set equal to 1600. What power of 2 equals 8?
๐ Explanation
\(200 \cdot 2^{t/3} = 1600\) โ \(2^{t/3} = 8 = 2^3\) โ \(\frac{t}{3} = 3\) โ \(t = 9\) hours
โฆ KEY: SAME BASE trick โ when bases match, just set exponents equal!
โฆ KEY: SAME BASE trick โ when bases match, just set exponents equal!
A4
Quadratic
โ
โ
โ
โ
โ
A ball is thrown upward. Its height (in feet) is given by \(h(t) = -16t^2 + 64t + 5\). At what time does the ball reach its maximum height? (Tricky: don't solve h = 0!)
๐ก Hint
Vertex of a parabola: t = -b/(2a). The maximum occurs at the vertex, NOT when h = 0.
๐ Explanation
The vertex gives the maximum. Use \(t = \frac{-b}{2a} = \frac{-64}{2(-16)} = \frac{-64}{-32} = 2\)
โ ๏ธ TRAP: Many students solve \(h = 0\) to find max height โ that gives you when the ball lands, not when it peaks!
โฆ KEY: VERTEX FORMULA \(t = \frac{-b}{2a}\) โ always for max/min of quadratic.
โ ๏ธ TRAP: Many students solve \(h = 0\) to find max height โ that gives you when the ball lands, not when it peaks!
โฆ KEY: VERTEX FORMULA \(t = \frac{-b}{2a}\) โ always for max/min of quadratic.
A5
Rational
โ
โ
โ
โ
โ
Pipe A fills a tank in 4 hours, Pipe B fills it in 6 hours. If both pipes are open together, how long does it take to fill the tank?
๐ก Hint
Rate A = 1/4 per hour, Rate B = 1/6 per hour. Combined: 1/4 + 1/6 = 1/t. Find t.
๐ Explanation
\(\frac{1}{4} + \frac{1}{6} = \frac{3}{12} + \frac{2}{12} = \frac{5}{12}\) tanks per hour
Time = \(\frac{12}{5} = 2.4\) hours
โฆ KEY: WORK RATE โ "rate + rate = combined rate", then flip it for time.
Time = \(\frac{12}{5} = 2.4\) hours
โฆ KEY: WORK RATE โ "rate + rate = combined rate", then flip it for time.
A6
Logarithm
โ
โ
โ
โ
โ
An investment grows according to \(A = P \cdot e^{0.06t}\). How long (in years) does it take for an investment to double? Round to the nearest tenth.
๐ก Hint
Set A = 2P. Then 2P = Pยทe^(0.06t). Divide by P, take ln of both sides.
๐ Explanation
\(2 = e^{0.06t}\) โ \(\ln 2 = 0.06t\) โ \(t = \frac{\ln 2}{0.06} = \frac{0.693}{0.06} \approx 11.6\) years
โฆ KEY: LN BOTH SIDES โ when base is \(e\), use \(\ln\). When base is 10, use \(\log\).
โฆ KEY: LN BOTH SIDES โ when base is \(e\), use \(\ln\). When base is 10, use \(\log\).
A7
Inequalities
โ
โ
โ
โโ
A taxi charges \$3 base fee plus \$2 per mile. Another taxi charges \$5 base fee plus \$1.50 per mile. After how many miles is the second taxi cheaper?
๐ก Hint
Set up: 3 + 2m > 5 + 1.5m. Solve for m. The inequality flips when you divide by a negative!
๐ Explanation
Second cheaper when: \(5 + 1.5m < 3 + 2m\) โ \(5 - 3 < 2m - 1.5m\) โ \(2 < 0.5m\) โ \(m > 4\)
โฆ KEY: INEQUALITY FLIP โ only flip the sign when multiplying/dividing by a negative number.
โฆ KEY: INEQUALITY FLIP โ only flip the sign when multiplying/dividing by a negative number.
A8
Sequences
โ
โ
โ
โโ
A theater has 20 seats in the first row, and each row has 3 more seats than the row before. If there are 15 rows, what is the total number of seats?
๐ก Hint
Arithmetic sequence: aโ = 20, d = 3, n = 15. Sum = n/2 ยท (2aโ + (n-1)d)
๐ Explanation
\(S_n = \frac{n}{2}(2a_1 + (n-1)d) = \frac{15}{2}(2 \cdot 20 + 14 \cdot 3) = \frac{15}{2}(40 + 42) = \frac{15}{2} \cdot 82 = 615\)
โฆ KEY: ARITHMETIC SUM = \(\frac{n}{2}(\text{first} + \text{last})\) โ add first and last, multiply by half the count.
โฆ KEY: ARITHMETIC SUM = \(\frac{n}{2}(\text{first} + \text{last})\) โ add first and last, multiply by half the count.
A9
Radical
โ
โ
โ
โ
โ
The speed \(v\) (in m/s) of a roller coaster at the bottom of a hill is \(v = \sqrt{2gh}\), where \(g = 10\) and \(h\) is height in meters. If the speed is 20 m/s, what is the height?
๐ก Hint
Plug in v=20 and g=10. Then square both sides to eliminate the square root.
๐ Explanation
\(20 = \sqrt{2 \cdot 10 \cdot h} = \sqrt{20h}\) โ Square both: \(400 = 20h\) โ \(h = 20\) meters
โฆ KEY: ISOLATE ROOT first, then SQUARE BOTH SIDES. Always check your answer back in the original!
โฆ KEY: ISOLATE ROOT first, then SQUARE BOTH SIDES. Always check your answer back in the original!
A10
Polynomial
โ
โ
โ
โ
โ
A box is made from a 12ร12 cm square sheet by cutting equal squares of side \(x\) from each corner. The volume is 100 cmยณ. Which value of \(x\) (approximately) satisfies this? (Tricky โ don't forget the domain!)
๐ก Hint
V = x(12 - 2x)ยฒ. Domain: 0 < x < 6. Expand and check each option.
๐ Explanation
\(V = x(12-2x)^2 = 100\)
Test \(x = 1.1\): \(1.1 \cdot (9.8)^2 = 1.1 \cdot 96.04 \approx 105.6\) โ (closest)
โ ๏ธ TRAP: Options B and C are outside the domain (x must be less than 6)!
โฆ KEY: DOMAIN FIRST โ always set up valid range before solving.
Test \(x = 1.1\): \(1.1 \cdot (9.8)^2 = 1.1 \cdot 96.04 \approx 105.6\) โ (closest)
โ ๏ธ TRAP: Options B and C are outside the domain (x must be less than 6)!
โฆ KEY: DOMAIN FIRST โ always set up valid range before solving.
Part Two
Geometry Word Problems
๐
Quick Memory Point โ Geometry
TRIANGLES: SOH-CAH-TOA (sin=opp/hyp, cos=adj/hyp, tan=opp/adj)
SIMILAR: CORRESPONDING sides are PROPORTIONAL โ set up ratios carefully
CIRCLES: Inscribed angle = HALF the arc | Central angle = arc
3D: LATERAL + BASE โ Surface Area | \(\frac{1}{3} \cdot base \cdot height\) โ Pyramid/Cone
SIMILAR: CORRESPONDING sides are PROPORTIONAL โ set up ratios carefully
CIRCLES: Inscribed angle = HALF the arc | Central angle = arc
3D: LATERAL + BASE โ Surface Area | \(\frac{1}{3} \cdot base \cdot height\) โ Pyramid/Cone
G1
Similar โณ
โ
โ
โโโ
A 6-foot tall person casts a 4-foot shadow. At the same time, a nearby tree casts a 30-foot shadow. How tall is the tree?
๐ก Hint
Similar triangles: person height / person shadow = tree height / tree shadow. Set up the proportion.
๐ Explanation
\(\frac{6}{4} = \frac{h}{30}\) โ \(h = \frac{6 \times 30}{4} = \frac{180}{4} = 45\) feet
โฆ KEY: PROPORTION โ always match same type on same side: height/shadow = height/shadow.
โฆ KEY: PROPORTION โ always match same type on same side: height/shadow = height/shadow.
G2
Pythagorean
โ
โ
โโโ
A ladder is leaning against a wall. The base of the ladder is 5 feet from the wall, and the ladder reaches 12 feet up the wall. How long is the ladder?
๐ก Hint
This is a right triangle. Use aยฒ + bยฒ = cยฒ. Which are legs and which is the hypotenuse?
๐ Explanation
\(c = \sqrt{5^2 + 12^2} = \sqrt{25 + 144} = \sqrt{169} = 13\) feet
โฆ KEY: PYTHAGOREAN TRIPLES to memorize: (3,4,5), (5,12,13), (8,15,17), (7,24,25)
โฆ KEY: PYTHAGOREAN TRIPLES to memorize: (3,4,5), (5,12,13), (8,15,17), (7,24,25)
G3
Circles
โ
โ
โ
โโ
A circular sprinkler waters a circular lawn of radius 7 meters. What is the area of lawn watered? (Use \(\pi \approx 3.14\))
TRICKY: The sprinkler is at the center. A separate fence runs through the diameter. What is the area of the semicircle?
TRICKY: The sprinkler is at the center. A separate fence runs through the diameter. What is the area of the semicircle?
๐ก Hint
Semicircle area = (1/2)ฯrยฒ. Read carefully โ the question asks for the SEMICIRCLE, not the full circle.
๐ Explanation
Full circle: \(\pi r^2 = 3.14 \times 49 = 153.86\) mยฒ
Semicircle: \(\frac{153.86}{2} = 76.93\) mยฒ
โ ๏ธ TRAP: Option A is the full circle. Always re-read what shape is being asked for!
Semicircle: \(\frac{153.86}{2} = 76.93\) mยฒ
โ ๏ธ TRAP: Option A is the full circle. Always re-read what shape is being asked for!
G4
Trigonometry
โ
โ
โ
โ
โ
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?
๐ก Hint
Angle of depression = angle of elevation from the boat. Draw a diagram! tan(30ยฐ) = opposite/adjacent = 50/d.
๐ Explanation
\(\tan 30ยฐ = \frac{50}{d}\) โ \(d = \frac{50}{\tan 30ยฐ} = \frac{50}{0.577} \approx 86.6\) m
โฆ KEY: DEPRESSION = ELEVATION (alternate interior angles). Always draw the diagram with the horizontal line!
โฆ KEY: DEPRESSION = ELEVATION (alternate interior angles). Always draw the diagram with the horizontal line!
G5
3D Solids
โ
โ
โ
โโ
A cylindrical water tank has a radius of 3 meters and a height of 10 meters. How many liters of water can it hold? (1 mยณ = 1000 L, use \(\pi \approx 3.14\))
๐ก Hint
Volume of cylinder = ฯrยฒh. Calculate in mยณ first, then convert to liters.
๐ Explanation
\(V = \pi r^2 h = 3.14 \times 9 \times 10 = 282.6 \text{ m}^3 = 282{,}600 \text{ L}\)
โฆ KEY: CYLINDER = \(\pi r^2 h\). Don't confuse radius and diameter! r = 3 (not 6).
โฆ KEY: CYLINDER = \(\pi r^2 h\). Don't confuse radius and diameter! r = 3 (not 6).
G6
Coordinate
โ
โ
โ
โโ
Point A is at \((1, 2)\) and point B is at \((7, 10)\). What is the midpoint of segment AB?
TRICKY: The answer looks like it could be the distance formula โ don't mix them up!
TRICKY: The answer looks like it could be the distance formula โ don't mix them up!
๐ก Hint
Midpoint = average of x-values, average of y-values. NOT the distance formula.
๐ Explanation
Midpoint \(= \left(\frac{1+7}{2}, \frac{2+10}{2}\right) = (4, 6)\)
โ ๏ธ TRAP: Midpoint = AVERAGE (add and divide by 2). Distance = \(\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\). Don't confuse them!
โ ๏ธ TRAP: Midpoint = AVERAGE (add and divide by 2). Distance = \(\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\). Don't confuse them!
G7
Angles
โ
โ
โ
โ
โ
In a circle, an inscribed angle intercepts an arc of 140ยฐ. What is the measure of the inscribed angle?
COMMON MISTAKE: Students confuse inscribed angles with central angles.
COMMON MISTAKE: Students confuse inscribed angles with central angles.
๐ก Hint
Inscribed Angle Theorem: inscribed angle = HALF the intercepted arc. Central angle = arc (they are equal).
๐ Explanation
Inscribed angle \(= \frac{1}{2} \times \text{arc} = \frac{140ยฐ}{2} = 70ยฐ\)
โ ๏ธ TRAP: Option A (140ยฐ) is what you get if you forget to halve it โ that's the central angle!
โฆ KEY: INSCRIBED = HALF. Central = Same.
โ ๏ธ TRAP: Option A (140ยฐ) is what you get if you forget to halve it โ that's the central angle!
โฆ KEY: INSCRIBED = HALF. Central = Same.
G8
Surface Area
โ
โ
โ
โ
โ
A square pyramid has a base side of 6 cm and a slant height of 5 cm. What is the total surface area?
๐ก Hint
SA = base area + lateral area. Base = sยฒ. Lateral = 4 triangles, each = (1/2) ร base ร slant height.
๐ Explanation
Base = \(6^2 = 36\) cmยฒ
4 triangles = \(4 \times \frac{1}{2} \times 6 \times 5 = 60\) cmยฒ
Total = \(36 + 60 = 96\) cmยฒ
โฆ KEY: PYRAMID SA = BASE + LATERAL. Use slant height for triangles (not the actual height of the pyramid!)
4 triangles = \(4 \times \frac{1}{2} \times 6 \times 5 = 60\) cmยฒ
Total = \(36 + 60 = 96\) cmยฒ
โฆ KEY: PYRAMID SA = BASE + LATERAL. Use slant height for triangles (not the actual height of the pyramid!)
G9
Transformations
โ
โ
โ
โโ
Triangle ABC has vertices \(A(2, 1)\), \(B(4, 1)\), \(C(3, 4)\). After a reflection over the y-axis, what are the new coordinates of point A?
๐ก Hint
Reflection over y-axis: negate the x-coordinate, keep y the same. (x,y) โ (-x, y)
๐ Explanation
Reflection rules: Over y-axis โ \((x, y)\) becomes \((-x, y)\). So \((2,1)\) โ \((-2,1)\)
โฆ KEY: REFLECTION CHEAT SHEET:
y-axis: flip x โ \((-x, y)\) | x-axis: flip y โ \((x, -y)\) | origin: flip both โ \((-x, -y)\)
โฆ KEY: REFLECTION CHEAT SHEET:
y-axis: flip x โ \((-x, y)\) | x-axis: flip y โ \((x, -y)\) | origin: flip both โ \((-x, -y)\)
G10
Proof Logic
โ
โ
โ
โ
โ
Two triangles share the same base. Triangle 1 has base 8 cm and height 6 cm. Triangle 2 has base 8 cm and height 9 cm. What is the ratio of Area 1 to Area 2?
TRICKY: You don't need to calculate the actual areas!
TRICKY: You don't need to calculate the actual areas!
๐ก Hint
Both triangles have the same base, so the ratio of areas = ratio of heights. Think about WHY!
๐ Explanation
\(A_1 = \frac{1}{2}(8)(6) = 24\), \(A_2 = \frac{1}{2}(8)(9) = 36\)
Ratio = \(24 : 36 = 2 : 3\)
โฆ SHORTCUT: Same base โ ratio of areas = ratio of heights = \(6:9 = 2:3\). No full calculation needed!
Ratio = \(24 : 36 = 2 : 3\)
โฆ SHORTCUT: Same base โ ratio of areas = ratio of heights = \(6:9 = 2:3\). No full calculation needed!