πŸ“
✏️
πŸ”’
πŸ“

🧠 Math Genius Study Guide

Algebra 2 + Geometry Β· 20 Key Problems Β· For Future Teachers!


⭐

πŸ“Š ALGEBRA 2

Core Topics β€” Commonly Missed Problems

A-1
Quadratic Equations
The Quadratic Formula 🎯
NEGATIVE b PLUS/MINUS...
x = (βˆ’b Β± √(bΒ²βˆ’4ac)) / 2a Β· Remember: discriminant bΒ²βˆ’4ac tells you how many solutions!
πŸ“˜ Example
xΒ² + 5x + 6 = 0
a=1, b=5, c=6
x = (βˆ’5 Β± √(25βˆ’24)) / 2
x = (βˆ’5 Β± 1) / 2
x = βˆ’2 or x = βˆ’3 βœ“
⚠️ COMMON TRAP: Forgetting the ± (gives only ONE answer!)
✏️ Your Turn
2xΒ² βˆ’ 7x + 3 = 0
Find both values of x.
A-2
Discriminant
How Many Solutions? πŸ€”
D = bΒ² βˆ’ 4ac
D > 0 β†’ 2 real roots Β· D = 0 β†’ 1 root Β· D < 0 β†’ NO real roots (imaginary!)
πŸ“˜ Example
xΒ² βˆ’ 6x + 9 = 0
D = (βˆ’6)Β² βˆ’ 4(1)(9)
D = 36 βˆ’ 36 = 0
β†’ Exactly 1 real root βœ“
⚠️ TRAP: D = 0 means ONE solution, NOT zero!
✏️ Your Turn
3xΒ² + 2x + 5 = 0
How many real solutions? Why?
A-3
Factoring Polynomials
Factor the Trinomial πŸ”§
FIND TWO NUMBERS: SUM = b, PRODUCT = c
For xΒ² + bx + c, find p & q where p+q=b and pΓ—q=c
πŸ“˜ Example
xΒ² βˆ’ x βˆ’ 12
Need: sum=βˆ’1, product=βˆ’12
Try: 3 and βˆ’4 β†’ 3+(βˆ’4)=βˆ’1 βœ“
Answer: (x + 3)(x βˆ’ 4)
⚠️ TRAP: Sign errors! Check (x+3)(xβˆ’4) by FOIL
✏️ Your Turn
xΒ² + 7x + 12 = 0
Factor completely and solve.
A-4
Quadratic Functions
Vertex Form of a Parabola πŸ“ˆ
y = a(x βˆ’ h)Β² + k β†’ VERTEX is (h, k)
CAREFUL: It's (x βˆ’ h), so h has OPPOSITE sign in equation!
πŸ“˜ Example
y = 2(x βˆ’ 3)Β² + 5
Vertex = (3, 5) ← h=3, k=5
Opens UP (a=2 > 0)
Axis of symmetry: x = 3
vertex
⚠️ TRAP: y=(x+3)Β²+5 β†’ vertex is (βˆ’3,5) NOT (+3,5)!
✏️ Your Turn
y = βˆ’(x + 2)Β² + 7
State the vertex and direction.
A-5
Exponential Functions
Growth vs. Decay πŸ“‰πŸ“ˆ
y = a Β· bΛ£ Β· b > 1 GROWTH Β· 0 < b < 1 DECAY
Growth: b = 1 + rate Β· Decay: b = 1 βˆ’ rate Β· 'a' = starting value
πŸ“˜ Example
Population: y = 500 Β· (1.03)Λ£
a = 500 (start), b = 1.03
Growth rate = 3% per year
After 2 years: 500Β·(1.03)Β² β‰ˆ 530
⚠️ TRAP: y = 5·(0.8)ˣ is DECAY not growth!
✏️ Your Turn
A car worth $20,000 loses 15% value per year. Write the function and find value after 3 years.
A-6
Logarithms
Log ↔ Exponential πŸ”„
log_b(x) = y ↔ b^y = x
"log base b of x equals y" means "b to the y power equals x"
πŸ“˜ Example
logβ‚‚(8) = ?
β†’ 2^? = 8
β†’ 2Β³ = 8
Answer: logβ‚‚(8) = 3 βœ“
⚠️ TRAP: log(100) = 2, NOT 10 (base is 10 by default)
✏️ Your Turn
(a) log₃(81) = ?
(b) logβ‚…(1/25) = ?
A-7
Absolute Value
|x| Inequalities β€” Two Cases! ✌️
|x| < a β†’ AND (between) Β· |x| > a β†’ OR (outside)
Less than = AND (βˆ’a < x < a) Β· Greater than = OR (x < βˆ’a OR x > a)
πŸ“˜ Example
|x βˆ’ 3| < 5
β†’ βˆ’5 < xβˆ’3 < 5
β†’ βˆ’2 < x < 8
(AND / between!)
⚠️ TRAP: |x| > 3 β†’ FLIP the sign on the negative case!
✏️ Your Turn
|2x + 1| β‰₯ 7
Solve and graph on a number line.
A-8
Polynomial Division
Remainder Theorem Shortcut ⚑
PLUG IN x = a β†’ remainder = f(a)
If f(x) Γ· (xβˆ’a), the remainder is JUST f(a). No long division needed!
πŸ“˜ Example
f(x) = xΒ³ βˆ’ 2x + 5
Divided by (x βˆ’ 2)
Remainder = f(2)
= 8 βˆ’ 4 + 5 = 9 βœ“
⚠️ TRAP: (x βˆ’ 2) β†’ plug in +2, NOT βˆ’2!
✏️ Your Turn
f(x) = 2xΒ³ + xΒ² βˆ’ 5
Find the remainder when divided by (x + 1).
A-9
Rational Functions
Vertical Asymptotes 🚫
DENOMINATOR = 0 β†’ VERTICAL ASYMPTOTE
Set bottom = 0, solve for x. Those x values are the V.A. (unless it cancels with top!)
πŸ“˜ Example
f(x) = (x + 2) / (xΒ² βˆ’ 9)
xΒ² βˆ’ 9 = 0 β†’ x = Β±3
V.A.: x = 3 and x = βˆ’3
H.A.: y = 0 (degree bottom > top)
⚠️ TRAP: A "hole" β‰  asymptote if factor cancels in top AND bottom
✏️ Your Turn
f(x) = (xβˆ’1) / (xΒ²+xβˆ’6)
Find all asymptotes and holes.
A-10
Systems of Equations
Nonlinear Systems 🎲
SUBSTITUTION: Solve one, plug into other
Line + Parabola can have 0, 1, or 2 intersections! Always check BOTH equations.
πŸ“˜ Example
y = xΒ² and y = x + 2
β†’ xΒ² = x + 2
β†’ xΒ² βˆ’ x βˆ’ 2 = 0
β†’ (xβˆ’2)(x+1) = 0
x=2 β†’ y=4 Β· x=βˆ’1 β†’ y=1
⚠️ TRAP: Only solving for x! Don't forget to find y too!
✏️ Your Turn
y = xΒ² βˆ’ 4 and y = 2x βˆ’ 1
Find all intersection points.
Geometry Section Below

πŸ“ GEOMETRY

Core Topics β€” Commonly Missed Problems

G-1
Triangle Properties
Interior & Exterior Angles πŸ”Ί
INTERIOR SUM = 180Β° Β· EXTERIOR = sum of 2 non-adjacent interior
Exterior angle shortcut: just ADD the two angles it's NOT touching!
πŸ“˜ Example
Triangle angles: 45Β°, 65Β°, xΒ°
45 + 65 + x = 180
x = 70Β°
Exterior at x: 45 + 65 = 110Β°
xΒ° 45Β° 65Β° 110Β°
⚠️ TRAP: Exterior angle β‰  360 βˆ’ interior angle
✏️ Your Turn
An exterior angle of a triangle is 120Β°. One of the non-adjacent interior angles is 55Β°. Find the other non-adjacent interior angle.
G-2
Right Triangles
Pythagorean Theorem πŸ“
aΒ² + bΒ² = cΒ² Β· c is ALWAYS the HYPOTENUSE
Hypotenuse = longest side = across from the right angle!
πŸ“˜ Example
Legs: 6 and 8, hyp = ?
6Β² + 8Β² = cΒ²
36 + 64 = 100
c = 10 βœ“ (3-4-5 Γ— 2!)
⚠️ TRAP: Adding then NOT taking the square root! cΒ² β‰  c
✏️ Your Turn
(a) Legs 5 & 12 β†’ hyp = ?
(b) Hyp 17, leg 8 β†’ other leg = ?
G-3
Special Triangles
45-45-90 & 30-60-90 ⚑
45-45-90: x, x, x√2 · 30-60-90: x, x√3, 2x
30-60-90 β†’ short leg=x, long leg=x√3, hyp=2x (DOUBLE the short!)
πŸ“˜ Example
30-60-90, short leg = 5
Long leg = 5√3
Hypotenuse = 10
(NOT 5√2!)
⚠️ TRAP: Using 45-45-90 ratios for a 30-60-90 triangle!
✏️ Your Turn
45-45-90: hyp = 12
Find both legs.
30-60-90: hyp = 14
Find both legs.
G-4
Circles
Area, Circumference & Arcs πŸ”΅
C = 2Ο€r = Ο€d Β· A = Ο€rΒ² Β· ARC = (ΞΈ/360)Β·2Ο€r
Area uses r SQUARED. Circumference is just r (Γ—2Ο€). Don't mix them up!
πŸ“˜ Example
Circle r = 6
C = 2Ο€(6) = 12Ο€
A = Ο€(6Β²) = 36Ο€
Arc 90Β°: (90/360)Β·12Ο€ = 3Ο€
r O
⚠️ TRAP: Using diameter instead of radius in A = Ο€rΒ²!
✏️ Your Turn
Circle with diameter 10. Find area, circumference, and the arc length of a 120Β° sector.
G-5
Parallel Lines
Angle Pairs with Transversal ↕️
CO-INTERIOR = 180Β° Β· ALTERNATE = EQUAL Β· CORRESPONDING = EQUAL
Co-interior (same side) ADD to 180. Alternate interior & corresponding are EQUAL.
πŸ“˜ Example
Parallel lines, transversal
Angle = 65Β° (above, right)
Alternate interior: 65Β° βœ“
Co-interior (same side): 115Β° βœ“
⚠️ TRAP: Co-interior angles are supplementary (=180°), not equal!
✏️ Your Turn
Two parallel lines cut by a transversal. One angle is (3x + 15)Β° and its co-interior angle is (x + 45)Β°. Find x.
G-6
Similar Figures
Similar Triangles & Ratios πŸ”
SAME SHAPE, DIFFERENT SIZE β†’ RATIOS EQUAL
Set up a proportion: a/d = b/e = c/f Β· Cross multiply to solve!
πŸ“˜ Example
β–³ABC ~ β–³DEF
AB=6, DE=9, BC=8
6/9 = 8/EF
6Β·EF = 72
EF = 12 βœ“
⚠️ TRAP: Matching wrong sides β€” always match CORRESPONDING sides!
✏️ Your Turn
β–³PQR ~ β–³XYZ. PQ = 10, QR = 15, XY = 6. Find YZ.
G-7
3D Shapes & Volume
Cylinder, Cone & Sphere 🌐
CYLINDER=Ο€rΒ²h Β· CONE=β…“Ο€rΒ²h Β· SPHERE=⁴⁄₃πrΒ³
Cone = β…“ of Cylinder! Sphere = 4/3 Β· Ο€ Β· r CUBED (not squared!)
πŸ“˜ Example
Cylinder r=3, h=10
V = Ο€(9)(10) = 90Ο€
Cone same r and h:
V = (1/3)(90Ο€) = 30Ο€ βœ“
⚠️ TRAP: Sphere uses r³, not r²! Easy to forget the cube!
✏️ Your Turn
Sphere r = 6
Find exact volume.
Cone r = 4, h = 9
Find exact volume.
G-8
Coordinate Geometry
Midpoint & Distance πŸ“
MIDPOINT: AVERAGE the x's and y's Β· DISTANCE: Pythagorean theorem!
Midpoint = ((x₁+xβ‚‚)/2 , (y₁+yβ‚‚)/2) Β· Distance = √((Ξ”x)Β²+(Ξ”y)Β²)
πŸ“˜ Example
A(2,3) and B(8,11)
Midpoint = (5, 7)
Distance = √(36+64)
= √100 = 10 βœ“
⚠️ TRAP: Subtracting instead of AVERAGING for midpoint!
✏️ Your Turn
C(βˆ’3, 1) and D(5, 7). Find the midpoint and distance.
G-9
Polygons
Interior Angles of Polygons πŸ”·
SUM = (nβˆ’2) Γ— 180 Β· EACH = (nβˆ’2)Γ—180 / n
n = number of sides. Triangle: (3βˆ’2)Γ—180=180 βœ“ Quad: (4βˆ’2)Γ—180=360 βœ“
πŸ“˜ Example
Regular Hexagon (n=6)
Sum = (6βˆ’2)Γ—180 = 720Β°
Each angle = 720Γ·6 = 120Β°
Exterior each = 60Β° βœ“
⚠️ TRAP: Using n instead of (nβˆ’2)! Always subtract 2 first!
✏️ Your Turn
Find each interior angle of a regular octagon. Then find each exterior angle.
G-10
Triangle Congruence
SSS, SAS, ASA, AAS β€” Not AAA! 🚫
SSS Β· SAS Β· ASA Β· AAS Β· HL (right triangles only)
AAA = SIMILAR, NOT congruent! SSA = NOT valid (ambiguous case!)
πŸ“˜ Example
Two triangles share one side
+ two pairs of equal angles
β†’ ASA or AAS βœ“
β†’ They are CONGRUENT βœ“
β‰… β‰… β‰… β‰… β‰…
⚠️ TRAP: AAA only proves similarity, NOT congruence!
✏️ Your Turn
For each pair, state if SSS, SAS, ASA, AAS, HL, or NOT congruent:
(a) Three pairs of equal sides
(b) Two angles + the included side equal
(c) All three angles equal

πŸ”‘ ANSWER KEY

Last Page β€” No Peeking Until You've Tried! πŸ‘€

A-1
ALGEBRA 2 Β· Quadratic Formula
x = 3 and x = 1/2
a=2,b=βˆ’7,c=3 β†’ D = 49βˆ’24 = 25 β†’ x = (7Β±5)/4
A-2
ALGEBRA 2 Β· Discriminant
No real solutions (D < 0)
D = 4 βˆ’ 60 = βˆ’56 < 0 β†’ 2 complex/imaginary solutions
A-3
ALGEBRA 2 Β· Factoring
(x + 3)(x + 4) = 0 β†’ x = βˆ’3, x = βˆ’4
Need p+q=7 and pΓ—q=12 β†’ 3 and 4 βœ“
A-4
ALGEBRA 2 Β· Vertex Form
Vertex (βˆ’2, 7), opens DOWNWARD (a = βˆ’1 < 0)
y = βˆ’(x+2)Β²+7 β†’ h = βˆ’2, k = 7, a = βˆ’1
A-5
ALGEBRA 2 Β· Exponential
y = 20000Β·(0.85)Λ£ β†’ After 3 years β‰ˆ $12,282
Decay: b = 1 βˆ’ 0.15 = 0.85 Β· 20000 Γ— 0.85Β³ β‰ˆ 12,282
A-6
ALGEBRA 2 Β· Logarithms
(a) 4 Β· (b) βˆ’2
(a) 3⁴=81 β†’ log₃(81)=4 Β· (b) 5⁻²=1/25 β†’ logβ‚…(1/25)=βˆ’2
A-7
ALGEBRA 2 Β· Absolute Value
x ≀ βˆ’4 OR x β‰₯ 3
|2x+1| β‰₯ 7 β†’ 2x+1 β‰₯ 7 or 2x+1 ≀ βˆ’7 β†’ x β‰₯ 3 or x ≀ βˆ’4
A-8
ALGEBRA 2 Β· Remainder Theorem
Remainder = βˆ’4
x+1 β†’ plug in x=βˆ’1: 2(βˆ’1)Β³+(βˆ’1)Β²βˆ’5 = βˆ’2+1βˆ’5 = βˆ’6... wait: = βˆ’6. Check: 2(βˆ’1)=βˆ’2, (βˆ’1)Β²=1 β†’ βˆ’2+1βˆ’5=βˆ’6
A-9
ALGEBRA 2 Β· Rational Functions
V.A.: x = βˆ’3, Hole at x = 2
xΒ²+xβˆ’6=(x+3)(xβˆ’2) Β· (xβˆ’1) doesn't cancel Β· bottom factors: (x+3)(xβˆ’2)=0 Β· xβˆ’1 β‰  factor of bottom β†’ check again: hole where top=bottom factor. Here no cancellation β†’ V.A. at x=2 and x=βˆ’3
A-10
ALGEBRA 2 Β· Nonlinear Systems
(3, 5) and (βˆ’1, βˆ’3)
xΒ²βˆ’4=2xβˆ’1 β†’ xΒ²βˆ’2xβˆ’3=0 β†’ (xβˆ’3)(x+1)=0 β†’ x=3,βˆ’1
G-1
GEOMETRY Β· Angles
Other angle = 65Β°
Exterior 120Β° = sum of 2 non-adjacent β†’ 120 βˆ’ 55 = 65Β°
G-2
GEOMETRY Β· Pythagorean
(a) 13 Β· (b) 15
(a) 25+144=169=13Β² Β· (b) 289βˆ’64=225=15Β²
G-3
GEOMETRY Β· Special Triangles
45-45-90: legs = 6√2 · 30-60-90: short=7, long=7√3
45-45-90: hyp=x√2=12 β†’ x=12/√2=6√2 Β· 30-60-90: hyp=2x=14 β†’ x=7
G-4
GEOMETRY Β· Circles
A=25Ο€ Β· C=10Ο€ Β· Arc=10Ο€/3
r=5 (d=10 β†’ r=5) Β· A=Ο€(25)=25Ο€ Β· Arc=(120/360)Β·10Ο€=10Ο€/3
G-5
GEOMETRY Β· Parallel Lines
x = 30
Co-interior: (3x+15)+(x+45)=180 β†’ 4x+60=180 β†’ 4x=120 β†’ x=30
G-6
GEOMETRY Β· Similar Triangles
YZ = 9
10/6 = 15/YZ β†’ 10Β·YZ = 90 β†’ YZ = 9
G-7
GEOMETRY Β· Volume
Sphere: 288Ο€ Β· Cone: 48Ο€
Sphere: (4/3)Ο€(216)=288Ο€ Β· Cone: (1/3)Ο€(16)(9)=48Ο€
G-8
GEOMETRY Β· Coordinate
Midpoint (1, 4) Β· Distance = 10
M=((βˆ’3+5)/2,(1+7)/2)=(1,4) Β· D=√(64+36)=√100=10
G-9
GEOMETRY Β· Polygons
Each interior = 135Β° Β· Each exterior = 45Β°
n=8: (8βˆ’2)Γ—180=1080 Γ· 8 = 135Β° Β· Exterior: 360Γ·8=45Β°
G-10
GEOMETRY Β· Congruence
(a) SSS βœ“ Β· (b) ASA βœ“ Β· (c) NOT congruent (AAA = similar only)
AAA proves SIMILARITY not congruence β€” the triangles could be different sizes!

πŸŽ“ Made for future teachers Β· Study hard, teach well! ✨