Linear Equations & Graphs
Slope Formula
m = (y₂ − y₁) / (x₂ − x₁)
Ex: (2,3)→(6,11): m = 8/4 = 2
Slope-Intercept & Point-Slope
y = mx + b
y − y₁ = m(x − x₁)
m = slope, b = y-intercept
Ex: slope 4, through (1,5) → y = 4x + 1
Standard Form
Ax + By = C
x-int = C/A, y-int = C/B
Midpoint & Distance
M = ((x₁+x₂)/2, (y₁+y₂)/2)
d = √[(x₂−x₁)² + (y₂−y₁)²]
Ex: (1,2)→(5,6): M=(3,4), d=4√2≈5.66
Parallel & Perpendicular
Parallel: m₁ = m₂
Perpendicular: m₁ · m₂ = −1
Ex: y=2x+1 → ⊥ slope = −½
Quadratic Equations
Forms
Standard: y = ax² + bx + c
Vertex: y = a(x−h)² + k → vertex (h,k)
Factored: y = a(x−r₁)(x−r₂)
a>0 opens up; a<0 opens down; c = y-int; r₁,r₂ = roots
Quadratic Formula & Axis of Symmetry
x = (−b ± √(b²−4ac)) / 2a
Axis: x = −b / 2a
Ex: x²+5x+6=0 → x=−2, −3
Discriminant D = b²−4ac
DSolutions
D > 02 distinct real roots
D = 01 repeated root
D < 0No real roots
Transformations of f(x)
ChangeEffect
f(x) + kShift up k
f(x) − kShift down k
f(x − h)Shift right h
f(x + h)Shift left h
−f(x)Reflect x-axis
f(−x)Reflect y-axis
a·f(x), a>1Vert. stretch
a·f(x), 0<a<1Vert. compress
Exponents & Radicals
Core Rules
RuleFormula
Productaᵐ · aⁿ = aᵐ⁺ⁿ
Quotientaᵐ / aⁿ = aᵐ⁻ⁿ
Power(aᵐ)ⁿ = aᵐⁿ
Zeroa⁰ = 1 (a≠0)
Negativea⁻ⁿ = 1/aⁿ
Fractionala^(m/n) = ⁿ√(aᵐ)
Radical Simplification
√(ab) = √a · √b
√(a/b) = √a / √b
Ex: √72 = √(36·2) = 6√2
Exponential Growth / Decay
y = a · bˣ
y = a(1 ± r)ᵗ
a=initial, b=factor, r=rate, t=time; b>1→growth, 0<b<1→decay
Ex: $500 at 5% for 3 yrs → 500(1.05)³ = $578.81
Systems of Equations
Substitution
y=2x+1 & 3x+y=11 → 3x+(2x+1)=11 → x=2, y=5
Elimination
2x+3y=12 & 4x−3y=6 → add: 6x=18 → x=3, y=2
Solution Count
ConditionSolutions
Different slopesExactly 1
Same slope, diff intercept0 (parallel)
Same lineInfinite
Inequalities & Absolute Value
Key Rule
Flip the sign when × or ÷ by a negative
Ex: −3x>12 → x<−4
Absolute Value
|x| = a → x = a or x = −a
|x| < a → −a < x < a
|x| > a → x < −a or x > a
Ex (=): |2x−3|=7 → x=5 or x=−2
Ex (<): |2x−5|≤3 → 1 ≤ x ≤ 4
Ex (>): |3x+2|>7 → x<−3 or x>5/3
Functions
Function Notation
f(x) = expression — substitute x with input
Basic: f(x)=3x²−1, f(2)=3(4)−1=11
Expression input: f(x)=2x+3, f(x+1)=2x+5
Composition (inside-out): f(x)=x², g(x)=x+1
g(f(3))=g(9)=10
Find x: f(x)=2x−4=6 → x=5
Ratios, Proportions & Percents
Ratio
a:b or a/b (part-to-part or part-to-whole)
Scaling: ratio 2:3, total=20 → parts 8 & 12
Percent
Part = (% / 100) × Whole
% = (Part / Whole) × 100
Whole = Part / (% / 100)
Ex: 35% of 80=28; 18/72×100=25%; 45/0.60=75
Percent Change & Proportion
% change = (new − old) / old × 100
a/b = c/d → ad = bc (cross-multiply)
Ex: 40→52: (52−40)/40×100 = 30%
Ex: 3/5 = x/20 → x = 12
Distance = Rate × Time
d = r · t
Ex: 60 mph × 2.5 hrs = 150 miles
Geometry
Triangle
A = ½bh
Pythagorean: a² + b² = c²
Ex: legs 5,12 → c = √169 = 13
Special Right Triangles
45-45-90 → x : x : x√2
30-60-90 → x : x√3 : 2x
Ex: 30-60-90, short leg=5 → hyp=10, long leg=5√3
Polygons
Rectangle: A=lw, P=2l+2w
Parallelogram: A=bh
Trapezoid: A=½(b₁+b₂)h
Volume
ShapeVolume
Rect. prismV = lwh
CylinderV = πr²h
ConeV = ⅓πr²h
SphereV = (4/3)πr³
PyramidV = ⅓Bh
Surface Area & Similar Figures
Cylinder SA = 2πr² + 2πrh
Sphere SA = 4πr²
Similar figures: sides ×k → area ×k², volume ×k³
Ex: scale factor 3 → area is larger
Circles
Area & Circumference
A = πr²
C = 2πr = πd
Ex: r=5 → A=25π≈78.54, C=10π≈31.42
Arc & Sector (degrees)
Arc = (θ/360)·2πr
Sector Area = (θ/360)·πr²
Ex: r=6, θ=90° → Arc=3π, Sector=9π
Radians
s = rθ
Sector Area = ½r²θ
rad = (π/180°) × deg
deg = (180°/π) × rad
Equation of a Circle
(x − h)² + (y − k)² = r²
Center (h, k), radius r
Ex: x²+y²−6x+4y=12 → complete the square → (x−3)²+(y+2)²=25 → center (3,−2), r=5
Trigonometry
SOH-CAH-TOA
sin θ = opp / hyp
cos θ = adj / hyp
tan θ = opp / adj
Complementary Angles
sin(x) = cos(90°−x)
cos(x) = sin(90°−x)
Ex: sin 30° = cos 60° = 0.5
Common Values
θsincostan
010
30°½√3/2√3/3
45°√2/2√2/21
60°√3/2½√3
90°10undef
Pythagorean Identity
sin²θ + cos²θ = 1
Statistics
Mean, Median, Mode, Range
Mean = sum / count
Median = middle value (sorted)
Mode = most frequent
Range = max − min
Ex: {2,3,3,7,10} → mean=5, median=3, mode=3, range=8
Standard Deviation
Larger SD → more spread out from the mean
Line of Best Fit
ŷ = ax + b (given by calculator)
Slope = rate of change; y-int = predicted value at x=0; r near ±1 = strong fit
Margin of Error
Estimate ± margin of error
Larger sample → smaller margin. Random sampling reduces bias.
Probability & Counting
Basic Probability
P(event) = favorable / total
Independent Events
P(A and B) = P(A) · P(B)
Ex: Coin H & die 6 → ½·⅙ = 1/12
Permutations & Combinations
nPr = n! / (n−r)! (order matters)
nCr = n! / [r!(n−r)!] (order doesn't)
n = total items; r = items chosen
Comb: Choose 3 from 10 → 10C3 = 120
Comb: Pick 2 toppings from 5 → 5C2 = 10
Perm: Arrange 3 from 5 → 5P3 = 60
Perm: 1st/2nd/3rd from 8 → 8P3 = 336
Complex Numbers
Imaginary Unit & Powers of i
i = √(−1)
i² = −1
i¹=i, i²=−1, i³=−i, i⁴=1 (cycle of 4)
Ex: i¹⁷ → 17 mod 4 = 1 → i
Add / Multiply
(a+bi)+(c+di) = (a+c)+(b+d)i
(a+bi)(c+di) = (ac−bd)+(ad+bc)i
Dividing (Conjugate)
Multiply top & bottom by (a−bi)
Ex: (3+2i)/(1−i) × (1+i)/(1+i) = (1+5i)/2 = ½+(5/2)i
Polynomials & Factoring
Special Products
(a+b)² = a² + 2ab + b²
(a−b)² = a² − 2ab + b²
(a+b)(a−b) = a² − b²
Factoring Strategy
1. GCF first
2. Difference of squares? a²−b²=(a+b)(a−b)
3. Trinomial: find two numbers multiplying to ac & adding to b
4. Grouping for 4 terms
Remainder Theorem
f(x) ÷ (x−c) → remainder = f(c)
Ex: f(x)=x³−2x+1 ÷ (x−2) → f(2)=8−4+1=5
Sequences & Series
Arithmetic Sequence
aₙ = a₁ + (n−1)d Sum = n/2 · (a₁ + aₙ)
a₁=first term, d=common difference (aₙ−aₙ₋₁), n=position
Ex: 3,7,11,15… d=4 → a₁₀ = 3+9(4) = 39
Geometric Sequence
aₙ = a₁ · rⁿ⁻¹
r=common ratio (aₙ/aₙ₋₁)
Ex: 2,6,18,54… r=3 → a₅ = 2·3⁴ = 162
Test-Day Strategies
Plugging In
When variables are in answer choices, pick a simple number (x=2). Evaluate, then match. Avoid 0 and 1.
Back-Solving
Start with answer choice C (middle). If too big, try smaller; if too small, try larger.
Desmos
SAT provides Desmos on Module 2. Graph both sides to find intersections. Type inequalities to visualize.
Unit Analysis
Always check units. For "what does slope mean?" → look at y-units per x-unit.
Read Twice
Traps: "find 2x not x", "value that is NOT a solution", "equivalent expression".
Time Mgmt
~1.5 min/question. Flag hard ones and move on. Easy points first.
Translating Words into Math
OperationKey Word / PhraseExampleTranslationOperationKey Word / PhraseExampleTranslation
Addition (+)plusA number plus threex + 3Multiplication (×)timesEight times a number8x
more thanTen more than a numberx + 10the product ofThe product of 14 and a number14x
the sum ofThe sum of a number and fivex + 5twice; doubleTwice a number2x
increased byA number increased by twox + 2multiplied byA number multiplied by −6−6x
the total ofThe total of six and a number6 + xofThree fourths of a number(3/4)x
added toEleven added to a numberx + 11Division (÷)the quotient ofThe quotient of a number and 7x / 7
Subtraction (−)minusA number minus sevenx − 7divided byTen divided by a number10 / x
less thanFour less than a numberx − 4the ratio ofThe ratio of a number to 15x / 15
the difference ofThe difference of a number and 3x − 3Powers (xⁿ)the square of; squaredA number squared
decreased byA number decreased by twelvex − 12the cube of; cubedA number cubed
subtracted fromSix subtracted from a numberx − 6Equals (=)equals; isSeven less than a number equals tenx − 7 = 10
is the same asEight is the same as twice a number8 = 2x
amounts to / yieldsx+12 yields fivex + 12 = 5