Algebra & Linear Equations

Forms of a Linear Equation

FormEquationWhen to use
Slope-intercepty = mx + bRead slope and y-intercept directly
Point-slopey − y₁ = m(x − x₁)Given a point + slope, or two points
StandardAx + By = CFind intercepts quickly; slope = −A/B

Slope Rules

ConditionRuleExample
Slope formulam = (y₂ − y₁) / (x₂ − x₁)Always Δy ÷ Δx
Parallel linesm₁ = m₂Same slope, different intercepts
Perpendicular linesm₁ × m₂ = −1Negative reciprocal
Horizontal linem = 0y = constant
Vertical lineUndefined slopex = constant
SAT tip

"Which line is perpendicular to y = 3x − 2?" → slope must be −⅓. The SAT also tests "for what value of k does the system have no solution?" — match slopes, then check intercepts differ.

Systems of Equations

CaseConditionGraph
One solutionDifferent slopesLines intersect
No solutionSame slope, different interceptsParallel lines
Infinite solutionsIdentical equationsSame line

Percent & Ratio Shortcuts

ConceptFormula
Percent change(New − Old) / Old × 100
Increase by r%New = Original × (1 + r/100)
Decrease by r%New = Original × (1 − r/100)
Direct variationy = kx → y/x = k (constant)
Inverse variationy = k/x → xy = k (constant)
Worked example

A price drops from $80 to $68. Percent change = (68 − 80) / 80 × 100 = −15%. The price decreased by 15%.

Absolute Value

|ax + b| = c Split: ax + b = c or ax + b = −c (only valid when c ≥ 0)
|ax + b| < c −c < ax + b < c (compound inequality)
|ax + b| > c ax + b < −c or ax + b > c

Quadratics & Polynomials

Three Forms of a Quadratic

FormEquationWhat you can read off
Standardy = ax² + bx + cy-intercept = c; vertex x = −b/2a
Vertexy = a(x − h)² + kVertex (h, k); opens up if a > 0
Factoredy = a(x − r₁)(x − r₂)x-intercepts r₁ and r₂
Common mistake

In vertex form y = (x − 3)², the vertex is x = +3, not x = −3. The sign inside flips.

Key Quadratic Formulas

FormulaExpressionUse
Quadratic formulax = (−b ± √(b² − 4ac)) / 2aSolve any quadratic
DiscriminantD = b² − 4acD>0: 2 roots · D=0: 1 root · D<0: no real roots
Vertex x-coordh = −b / (2a)Axis of symmetry; plug back in for k
Sum of rootsr₁ + r₂ = −b/aFind missing coefficient without solving
Product of rootsr₁ × r₂ = c/aFind missing coefficient without solving

Factoring Patterns

PatternIdentity
Difference of squaresa² − b² = (a + b)(a − b)
Perfect square (sum)(a + b)² = a² + 2ab + b²
Perfect square (diff)(a − b)² = a² − 2ab + b²
Sum of cubesa³ + b³ = (a + b)(a² − ab + b²)
Difference of cubesa³ − b³ = (a − b)(a² + ab + b²)

Polynomial Remainder Theorem

If f(x) is divided by (x − k), the remainder equals f(k).

Example: f(x) = x² + 3x − 4 divided by (x − 2) → remainder = f(2) = 4 + 6 − 4 = 6

Exponents & Radicals

Laws of Exponents

RuleExpressionExample
Product ruleaᵐ · aⁿ = aᵐ⁺ⁿx³ · x⁴ = x⁷
Quotient ruleaᵐ / aⁿ = aᵐ⁻ⁿx⁶ / x² = x⁴
Power rule(aᵐ)ⁿ = aᵐⁿ(x²)³ = x⁶
Zero exponenta⁰ = 17⁰ = 1
Negative exponenta⁻ⁿ = 1/aⁿx⁻² = 1/x²
Fractional exponentaᵐ/ⁿ = ⁿ√(aᵐ)8^(2/3) = (∛8)² = 4
Product to power(ab)ⁿ = aⁿbⁿ(2x)³ = 8x³
Common mistake

x² · x³ ≠ x⁶. When multiplying same base, add the exponents: x² · x³ = x⁵. The bases never multiply together.

Radical Rules

RuleExpression
Product√(ab) = √a · √b
Quotient√(a/b) = √a / √b
Simplify√(x²) = |x|
Rationalize1/√a = √a / a
Conjugate1/(a+√b) · (a−√b)/(a−√b) → removes radical

Exponential Growth & Decay

ModelFormulaNotes
Growth (per period)f(t) = a(1 + r)ᵗr as decimal; b = 1 + r > 1
Decay (per period)f(t) = a(1 − r)ᵗb = 1 − r, where 0 < b < 1
Compound interestA = P(1 + r/n)^(nt)n = compounds per year
Simple interestA = P(1 + rt)Linear; constant dollar growth

Functions & Transformations

Transformation Rules

TransformationNotationEffect on graph
Shift up kf(x) + kEvery point moves up k units
Shift down kf(x) − kEvery point moves down k units
Shift right hf(x − h)Every point moves right h (sign flips!)
Shift left hf(x + h)Every point moves left h (sign flips!)
Reflect over x-axis−f(x)Negate all y-values
Reflect over y-axisf(−x)Negate all x-values
Vertical stretcha · f(x), |a| > 1Stretches away from x-axis
Vertical compressiona · f(x), 0 < |a| < 1Compresses toward x-axis
Key rule

Changes inside the function (to x) are horizontal and counter-intuitive in direction. Changes outside the function (to the whole expression) are vertical and intuitive.

Composition & Inverse

(f ∘ g)(x) = f(g(x)) Apply g first, then apply f to that result. Work inside-out.
f⁻¹(x) Swap x and y in y = f(x), then solve for y. NOT the same as 1/f(x).
f(f⁻¹(x)) = x A function and its inverse cancel out. Graph: reflect over y = x.

Linear vs. Exponential vs. Quadratic Growth

TypePattern in tableFormula shape
LinearConstant differences (+2, +2, +2…)f(x) = mx + b
ExponentialConstant ratios (×3, ×3, ×3…)f(x) = a · bˣ
QuadraticConstant second differencesf(x) = ax² + bx + c

Domain & Range Quick Rules

Function typeDomain restrictionRange
Even root (√x)Radicand ≥ 0y ≥ 0
Rational (1/x)Denominator ≠ 0Depends on function
Logarithm (log x)Argument > 0All reals
PolynomialAll real numbersDepends on degree/leading coeff

Geometry & Measurement

Area & Perimeter Formulas

ShapeAreaPerimeter / Circumference
RectangleA = lwP = 2(l + w)
SquareA = s²P = 4s
TriangleA = ½bhSum of all sides
TrapezoidA = ½(b₁ + b₂)hSum of all sides
CircleA = πr²C = 2πr = πd
ParallelogramA = bhSum of all sides
Watch out

Height must always be perpendicular to the base — never use the slant side as h for triangles or trapezoids.

Circle Formulas

ConceptFormulaNotes
Arc lengthL = (θ/360) × 2πrθ in degrees; fraction of full circumference
Sector areaA = (θ/360) × πr²Same fraction, applied to area
Equation(x − h)² + (y − k)² = r²Center (h, k); watch the sign

Volume Formulas

SolidFormula
Rectangular prismV = lwh
CubeV = s³
CylinderV = πr²h
ConeV = (1/3)πr²h
SphereV = (4/3)πr³
PyramidV = (1/3)Bh (B = base area)

Coordinate Geometry

ConceptFormula
Distanced = √[(x₂−x₁)² + (y₂−y₁)²]
MidpointM = ((x₁+x₂)/2, (y₁+y₂)/2)
Pythagorean triples to memorize

3-4-5 · 5-12-13 · 8-15-17 · 7-24-25

And all multiples: 6-8-10, 9-12-15, 10-24-26, etc. Spotting these saves calculation time.

Trigonometry

SOH-CAH-TOA

RatioDefinitionMemory aid
sin θopposite / hypotenuseSine = Opposite / Hypotenuse
cos θadjacent / hypotenuseCosine = Adjacent / Hypotenuse
tan θopposite / adjacentTangent = Opposite / Adjacent

Special Right Triangles

TriangleSidesKey ratio
30-60-90x : x√3 : 2xShort leg × √3 = long leg; × 2 = hyp
45-45-90x : x : x√2Leg × √2 = hypotenuse
Common mistake

In 30-60-90, x is the shortest side (opposite 30°). Don't use the hypotenuse as x.

Special Angle Values

Anglesincostan
010
30°1/2√3/21/√3 = √3/3
45°√2/2√2/21
60°√3/21/2√3
90°10undefined

Complementary Angle Identity

sin θ = cos(90° − θ) and cos θ = sin(90° − θ)

SAT test: "sin(x°) = cos(y°)" always means x + y = 90. Use this to set up an equation and solve.

Statistics & Data Analysis

Measures of Center & Spread

MeasureFormula / DefinitionOutlier effect
Meanx̄ = Σx / nPulled toward outliers
MedianMiddle value of sorted dataResistant to outliers
ModeMost frequent valueResistant to outliers
RangeMax − MinVery sensitive to outliers
IQRQ3 − Q1Resistant to outliers
Standard deviationAverage distance from meanSensitive to outliers
SAT tip

To find a missing value given the mean: Mean × n = Sum. Work backwards from the total sum. Median requires sorting — don't forget this step.

Weighted Average

x̄ = Σ(value × weight) / Σweights

20 students avg 80, 30 students avg 90: (20×80 + 30×90) / 50 = 86. Never just average the averages.

Scatter Plots & Line of Best Fit

TermMeaning on the SAT
Slope of best fit lineRate of change of y per unit x (in context)
y-interceptPredicted y-value when x = 0 (in context)
Positive associationAs x increases, y generally increases
Negative associationAs x increases, y generally decreases
ExtrapolationPredicting outside data range — unreliable
Correlation ≠ causationAssociation doesn't prove cause and effect

Surveys & Sampling

Random sample Results can be generalized to the whole population
Non-random / biased sample Results cannot be reliably generalized
Larger sample size Smaller margin of error; more reliable estimates

Probability

Core Probability Rules

RuleFormulaNotes
Basic probabilityP(A) = favorable / total0 ≤ P(A) ≤ 1
ComplementP(not A) = 1 − P(A)"At least one" uses this
AND (independent)P(A and B) = P(A) × P(B)Events don't affect each other
AND (dependent)P(A and B) = P(A) × P(B|A)Drawing without replacement
OR (mutually exclusive)P(A or B) = P(A) + P(B)Events can't both happen
OR (general)P(A or B) = P(A) + P(B) − P(A and B)Subtract overlap once
ConditionalP(A|B) = P(A and B) / P(B)"Given that B happened"
Worked example — "at least one"

P(at least one head in 3 flips) = 1 − P(all tails) = 1 − (0.5)³ = 1 − 0.125 = 0.875

Direct counting is tedious; always use the complement for "at least one" problems.

Two-Way Tables

Joint probability Cell value / grand total
Marginal probability Row or column total / grand total
Conditional probability Cell value / row or column total (the "given" group)

Unit Conversions

Time

1 minute= 60 seconds
1 hour= 60 minutes = 3,600 seconds
1 day= 24 hours
1 week= 7 days
1 year= 52 weeks ≈ 365 days

Length

1 foot= 12 inches
1 yard= 3 feet = 36 inches
1 mile= 5,280 feet = 1,760 yards
1 meter= 100 centimeters
1 kilometer= 1,000 meters

Weight & Volume

1 pound= 16 ounces
1 ton= 2,000 pounds
1 gallon= 4 quarts = 8 pints
1 liter= 1,000 milliliters
1 kg= 1,000 grams

Fractions → Decimals → Percents

1/20.550%
1/30.333…33.3%
1/40.2525%
1/50.220%
1/80.12512.5%
3/40.7575%
2/30.666…66.7%
SAT tip

Unit conversion problems: set up fractions so the unwanted units cancel. Write out the conversion chain before calculating. The SAT provides some conversions — check the reference info first.

Common Mistakes

MistakeIncorrectCorrect
Forgetting the negative case in absolute value |x| = 5 → x = 5 x = 5 or x = −5
Sign in vertex form y = (x−3)² → vertex x = −3 vertex x = +3
Direction of horizontal shift f(x+2) shifts right 2 shifts LEFT 2
Slope in standard form Ax + By = C → slope = A/B slope = −A/B
Exponent product rule x² · x³ = x⁶ x² · x³ = x⁵
Perfect square expansion (a + b)² = a² + b² (a + b)² = a² + 2ab + b²
Percent change denominator (New − Old) / New (New − Old) / Old
Inverse function notation f⁻¹(x) means 1/f(x) f⁻¹(x) is the inverse function (swap x and y)
Slope formula order m = (x₂−x₁) / (y₂−y₁) m = (y₂−y₁) / (x₂−x₁)
Height in area formulas Using slant side as height Height is always perpendicular to the base
Radius vs diameter in circles A = π(2r)² = 4πr² A = πr² (use radius, not diameter)
Exponential rate setup f(t) = a · r^t (r = 5%) f(t) = a · (1.05)^t (b = 1 + rate)
Averaging two averages Average of 80 and 90 = 85 (always) Use weighted average when group sizes differ
Sum of roots sign Sum = +b/a Sum = −b/a

SAT Strategy Tips

  1. Use the reference sheet. The Digital SAT provides formulas for area, volume, and special triangles. Check it before deriving from scratch.
  2. Plug in numbers. When a question asks "which expression is equivalent to…," plug in x = 2 into both the question and each answer. Eliminates algebra errors.
  3. Work backwards from answer choices. For multiple-choice, substitute the answer options into the problem. Start with the middle value for "find x" questions.
  4. Identify what's being asked before solving. Many errors come from solving for x when the question asks for 2x + 1, or finding the radius when the question asks for area.
  5. For system of equations questions about solutions: match coefficients to determine no solution (parallel) vs. infinite solutions (identical lines) without solving.
  6. Translate word problems step by step. Underline key quantities. Define variables before writing equations. Don't try to hold the whole setup in your head.
  7. Memorize Pythagorean triples (3-4-5, 5-12-13, 8-15-17). Spotting them in a diagram saves you from computing square roots.
  8. When in doubt about an exponential model, write out two data points and verify the ratio is constant. This also confirms whether it's growth (ratio > 1) or decay (ratio < 1).
  9. sin(x°) = cos(y°) means x + y = 90. Set up the equation and solve — this appears frequently in the trig section.
  10. For percent problems: always divide by the original (old) value, not the new one.
  11. For probability in two-way tables: identify the denominator carefully. If the question says "given that…," the denominator is that row or column total, not the grand total.
  12. Don't skip units. Unit conversion questions are free points if you cancel units systematically. Write out every conversion factor as a fraction.
  13. Harder questions appear later in each module. If a late-module problem seems straightforward, double-check — there's likely a trap you're missing.
  14. Check the discriminant first when a problem asks about x-intercepts or the number of real solutions. D > 0, D = 0, or D < 0 answers the question without solving.
  15. For average rate of change, use the slope formula: [f(b) − f(a)] / (b − a). It works for any function, not just lines.