Skip to content

Mathematics

Section Overview

The Mathematics section of the digital SAT consists of 44 questions across 70 minutes, split into two adaptive modules of 22 questions each (35 minutes per module). Approximately 75% of questions are multiple-choice with four answer options; the remaining 25% are student-produced response (grid-in) questions where you enter a numerical answer.

A calculator is permitted throughout the entire Mathematics section. The Bluebook app includes a built-in Desmos graphing calculator.

Content Domains

DomainApproximate WeightQuestion Count
Algebra~35%13-15
Advanced Math~35%13-15
Problem Solving and Data Analysis~15%5-7
Geometry and Trigonometry~15%5-7

Algebra

Linear Equations and Inequalities

One-Variable Linear Equations:

The standard form is ax+b=0ax + b = 0, with solution x=bax = -\frac{b}{a} (for a0a \neq 0).

Steps to solve:

  1. Distribute and combine like terms.
  2. Isolate the variable on one side.
  3. Verify by substituting back into the original equation.

Systems of Linear Equations:

A system of two linear equations in two variables:

{a1x+b1y=c1a2x+b2y=c2\begin{cases} a_1 x + b_1 y = c_1 \\ a_2 x + b_2 y = c_2 \end{cases}

Three solution methods:

  • Substitution — Solve one equation for one variable and substitute into the other. Best when one variable has a coefficient of 1.
  • Elimination — Multiply equations to align coefficients, then add or subtract to eliminate a variable. Best when coefficients are readily matched.
  • Graphical — The solution is the intersection point of the two lines. Useful for estimating or verifying.

Key concepts:

  • A system has one solution if the lines intersect (different slopes).
  • A system has no solution if the lines are parallel (same slope, different intercepts).
  • A system has infinitely many solutions if the lines are identical (same slope and intercept).

Linear Functions and Graphs

The equation of a line: y=mx+by = mx + b

  • mm = slope =ΔyΔx=y2y1x2x1= \frac{\Delta y}{\Delta x} = \frac{y_2 - y_1}{x_2 - x_1}
  • bb = y-intercept (value of yy when x=0x = 0)

Forms of a linear equation:

FormEquationBest Used For
Slope-intercepty=mx+by = mx + bGraphing, identifying slope/intercept
Point-slopeyy1=m(xx1)y - y_1 = m(x - x_1)Writing equation given a point
StandardAx+By=CAx + By = CDetermining intercepts, systems

Parallel lines have equal slopes (m1=m2m_1 = m_2). Perpendicular lines have slopes that are negative reciprocals (m1m2=1m_1 \cdot m_2 = -1).

Quadratic Functions

Standard form: f(x)=ax2+bx+cf(x) = ax^2 + bx + c

Vertex form: f(x)=a(xh)2+kf(x) = a(x - h)^2 + k, where (h,k)(h, k) is the vertex.

Factored form: f(x)=a(xr1)(xr2)f(x) = a(x - r_1)(x - r_2), where r1,r2r_1, r_2 are the x-intercepts (roots).

Converting between forms:

To convert from standard to vertex form, complete the square:

ax2+bx+c=a(x2+bax)+c=a(x+b2a)2b24a+cax^2 + bx + c = a\left(x^2 + \frac{b}{a}x\right) + c = a\left(x + \frac{b}{2a}\right)^2 - \frac{b^2}{4a} + c

The vertex is at x=b2ax = -\frac{b}{2a}.

The discriminant D=b24acD = b^2 - 4ac determines the nature of the roots:

ConditionRootsGraph
D>0D > 0Two distinct real rootsParabola crosses x-axis twice
D=0D = 0One repeated real rootParabola touches x-axis
D<0D < 0No real roots (two complex)Parabola does not cross x-axis

Factoring quadratics: Look for integer factor pairs of acac that sum to bb.

The quadratic formula:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Use when factoring is difficult or when the roots are not integers.

Polynomial Operations

Addition and subtraction: Combine like terms.

Multiplication: Use the distributive property (FOIL for binomials).

(a+b)(c+d)=ac+ad+bc+bd(a + b)(c + d) = ac + ad + bc + bd

Special products:

(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2 (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2

Division: Use polynomial long division or synthetic division. The Remainder Theorem states that the remainder when P(x)P(x) is divided by (xc)(x - c) is P(c)P(c). The Factor Theorem states that (xc)(x - c) is a factor of P(x)P(x) if and only if P(c)=0P(c) = 0.

Functions and Their Graphs

A function ff maps each input xx to exactly one output f(x)f(x).

Domain: The set of all valid inputs. Range: The set of all possible outputs.

Key function families:

FunctionEquationGraph ShapeKey Feature
Linearf(x)=mx+bf(x) = mx + bStraight lineConstant rate of change
Quadraticf(x)=ax2+bx+cf(x) = ax^2 + bx + cParabolaVertex, axis of symmetry
Exponentialf(x)=abxf(x) = a \cdot b^xExponential curveHorizontal asymptote
Absolute valuef(x)=xf(x) = \|x\|V-shapeVertex at origin
Square rootf(x)=xf(x) = \sqrt{x}Half parabolaDomain: x0x \geq 0

Transformations:

  • f(x)+kf(x) + k — vertical shift up by kk
  • f(x)kf(x) - k — vertical shift down by kk
  • f(x+h)f(x + h) — horizontal shift left by hh
  • f(xh)f(x - h) — horizontal shift right by hh
  • f(x)-f(x) — reflection over x-axis
  • f(x)f(-x) — reflection over y-axis
  • af(x)af(x) — vertical stretch by factor aa (if a>1|a| > 1) or compression (if 0<a<10 < |a| < 1)

Inequalities

Linear inequalities: Solve like equations, but reverse the inequality sign when multiplying or dividing by a negative number.

  • ax+b>0    x>baax + b > 0 \implies x > -\frac{b}{a} (if a>0a > 0)
  • ax+b>0    x<baax + b > 0 \implies x < -\frac{b}{a} (if a<0a < 0)

Absolute value inequalities:

  • x<c    c<x<c|x| < c \implies -c < x < c (for c>0c > 0)
  • x>c    x<c|x| > c \implies x < -c or x>cx > c (for c>0c > 0)

Quadratic inequalities:

  1. Find the roots of the corresponding equation.
  2. Test a value in each interval determined by the roots.
  3. Select intervals where the inequality holds.

Exponential and Logarithmic Functions

Exponential growth: f(x)=a(1+r)xf(x) = a(1 + r)^x, where r>0r > 0 is the growth rate. Exponential decay: f(x)=a(1r)xf(x) = a(1 - r)^x, where 0<r<10 < r < 1 is the decay rate.

Logarithms are the inverse of exponentials:

logba=c    bc=a\log_b a = c \iff b^c = a

Properties of logarithms:

logb(xy)=logbx+logby\log_b(xy) = \log_b x + \log_b y logb(xy)=logbxlogby\log_b\left(\frac{x}{y}\right) = \log_b x - \log_b y logb(xn)=nlogbx\log_b(x^n) = n \log_b x logbb=1,logb1=0\log_b b = 1, \quad \log_b 1 = 0

Advanced Math

Complex Numbers

A complex number is z=a+biz = a + bi, where aa is the real part, bb is the imaginary part, and i=1i = \sqrt{-1}.

Operations:

Addition: (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i

Multiplication: (a+bi)(c+di)=(acbd)+(ad+bc)i(a + bi)(c + di) = (ac - bd) + (ad + bc)i

Division: Multiply numerator and denominator by the conjugate of the denominator:

a+bic+di=(a+bi)(cdi)(c+di)(cdi)=ac+bdc2+d2+bcadc2+d2i\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{ac + bd}{c^2 + d^2} + \frac{bc - ad}{c^2 + d^2}i

Modulus: z=a2+b2|z| = \sqrt{a^2 + b^2}

Powers of ii cycle every 4: i1=ii^1 = i, i2=1i^2 = -1, i3=ii^3 = -i, i4=1i^4 = 1.

Trigonometry

Right triangle trigonometry:

sinθ=oppositehypotenuse,cosθ=adjacenthypotenuse,tanθ=oppositeadjacent\sin\theta = \frac{\text{opposite}}{\text{hypotenuse}}, \quad \cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}}, \quad \tan\theta = \frac{\text{opposite}}{\text{adjacent}}

Key identities:

sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 tanθ=sinθcosθ\tan\theta = \frac{\sin\theta}{\cos\theta} sin(2θ)=2sinθcosθ\sin(2\theta) = 2\sin\theta\cos\theta cos(2θ)=cos2θsin2θ\cos(2\theta) = \cos^2\theta - \sin^2\theta

Unit circle: A circle of radius 1 centred at the origin. Key values at standard angles:

Angle (^\circ)003030454560609090180180270270
sinθ\sin\theta0012\frac{1}{2}22\frac{\sqrt{2}}{2}32\frac{\sqrt{3}}{2}11001-1
cosθ\cos\theta1132\frac{\sqrt{3}}{2}22\frac{\sqrt{2}}{2}12\frac{1}{2}001-100

Radian measure: θrad=θdeg×π180\theta_{\text{rad}} = \theta_{\text{deg}} \times \frac{\pi}{180}

Common radian values: 30=π630^\circ = \frac{\pi}{6}, 45=π445^\circ = \frac{\pi}{4}, 60=π360^\circ = \frac{\pi}{3}, 90=π290^\circ = \frac{\pi}{2}, 180=π180^\circ = \pi.

Circle Equations

Standard form: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, where (h,k)(h, k) is the centre and rr is the radius.

Expanded form: x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0

To convert from expanded to standard form, complete the square for both xx and yy:

x2+Dx=(x+D2)2D24x^2 + Dx = \left(x + \frac{D}{2}\right)^2 - \frac{D^2}{4} y2+Ey=(y+E2)2E24y^2 + Ey = \left(y + \frac{E}{2}\right)^2 - \frac{E^2}{4}

Arc length: L=rθL = r\theta (where θ\theta is in radians)

Arc area (sector): A=12r2θA = \frac{1}{2}r^2\theta (where θ\theta is in radians)

Polynomial Equations

The Fundamental Theorem of Algebra: Every polynomial of degree nn has exactly nn roots (counting multiplicity and complex roots).

Relationship between roots and coefficients:

For ax3+bx2+cx+d=0ax^3 + bx^2 + cx + d = 0 with roots r1,r2,r3r_1, r_2, r_3:

r1+r2+r3=ba,r1r2+r1r3+r2r3=ca,r1r2r3=dar_1 + r_2 + r_3 = -\frac{b}{a}, \quad r_1 r_2 + r_1 r_3 + r_2 r_3 = \frac{c}{a}, \quad r_1 r_2 r_3 = -\frac{d}{a}

Problem Solving and Data Analysis

Ratios and Proportions

A ratio a:ba:b expresses a relationship between two quantities. A proportion states that two ratios are equal: ab=cd\frac{a}{b} = \frac{c}{d}.

Strategy: Set up a proportion and cross-multiply: ad=bcad = bc.

Unit rates: Express quantities per single unit (e.g., miles per hour, cost per item).

Percentages

Basic calculations:

  • Finding a percentage: x%x\% of n=x100nn = \frac{x}{100} \cdot n
  • Percentage change: neworiginaloriginal×100%\frac{\text{new} - \text{original}}{\text{original}} \times 100\%
  • Percentage increase: new = original ×(1+r)\times (1 + r)
  • Percentage decrease: new = original ×(1r)\times (1 - r)

Successive percentage changes do not directly add. For example, a 20% increase followed by a 20% decrease yields:

(1.20)(0.80)=0.96    4% decrease overall(1.20)(0.80) = 0.96 \implies 4\% \text{ decrease overall}

Descriptive Statistics

MeasureDefinition
MeanSum of values divided by the count: xˉ=xin\bar{x} = \frac{\sum x_i}{n}
MedianMiddle value when data is sorted
ModeMost frequently occurring value
RangeMaximum minus minimum
Standard deviationAverage distance of each value from the mean
IQRThird quartile minus first quartile (Q3Q1Q_3 - Q_1)

Key relationships:

  • For a symmetric distribution, mean \approx median.
  • For a right-skewed distribution, mean > median.
  • For a left-skewed distribution, mean < median.

Effect of transformations:

  • Adding a constant cc to every value: mean increases by cc, standard deviation unchanged.
  • Multiplying every value by cc: mean multiplied by cc, standard deviation multiplied by c|c|.

Probability

Basic probability: P(A)=favourable outcomestotal outcomesP(A) = \frac{\text{favourable outcomes}}{\text{total outcomes}}

Complement: P(Ac)=1P(A)P(A^c) = 1 - P(A)

Union (or): P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

Intersection (and): P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B) if AA and BB are independent.

Conditional probability: P(AB)=P(AB)P(B)P(A \mid B) = \frac{P(A \cap B)}{P(B)}

Two events are independent if and only if P(AB)=P(A)P(A \mid B) = P(A).

Scatterplots and Modelling

Correlation coefficient rr:

  • r=1r = 1: perfect positive linear relationship
  • r=1r = -1: perfect negative linear relationship
  • r=0r = 0: no linear relationship

Line of best fit (least squares regression): y^=mx+b\hat{y} = mx + b

The coefficient of determination r2r^2 represents the proportion of variance in yy explained by the linear relationship with xx.

Exponential modelling: When data grows or decays by a constant percentage, use y=abxy = ab^x.

To determine whether a linear or exponential model is more appropriate:

  • If the first differences (consecutive differences in yy) are roughly constant, use linear.
  • If the ratios of consecutive yy-values are roughly constant, use exponential.

Unit Conversions

Strategy: Use dimensional analysis (multiply by conversion factors equal to 1).

12 inches×1 foot12 inches×1 yard3 feet=1 yard12 \text{ inches} \times \frac{1 \text{ foot}}{12 \text{ inches}} \times \frac{1 \text{ yard}}{3 \text{ feet}} = 1 \text{ yard}

Common conversions to know:

QuantityRelationships
Length1 foot = 12 inches; 1 yard = 3 feet; 1 mile = 5280 feet
Weight1 pound = 16 ounces; 1 ton = 2000 pounds
Volume1 cup = 8 fl oz; 1 pint = 2 cups; 1 quart = 2 pints; 1 gallon = 4 quarts
Metric1 km = 1000 m; 1 m = 100 cm; 1 kg = 1000 g

Calculator Strategies

Approved Calculators

Most graphing calculators are approved for the SAT, including:

  • TI-84 Plus (all editions)
  • TI-Nspire (non-CAS)
  • Casio fx-CG50
  • HP Prime

Not allowed: Calculators with CAS (Computer Algebra System) capabilities, QWERTY keyboards, or internet access. The TI-Nspire CAS is not permitted.

When to Use the Calculator

Use it for:

  • Arithmetic with large or messy numbers (fractions, decimals, roots).
  • Graphing functions to find intercepts, intersections, or maxima/minima.
  • Checking solutions to equations.
  • Statistical calculations (mean, standard deviation, regression).
  • Converting between units.

Avoid it for:

  • Simple arithmetic you can do mentally (mental math is faster and less error-prone).
  • Problems where the algebra is straightforward (setting up the equation is the hard part).
  • Problems where the calculator would not help (reading comprehension in word problems, identifying the correct formula).

Desmos Tips

The built-in Desmos calculator in Bluebook is powerful:

  • Graph equations by typing y = mx + b and adjusting parameters with sliders.
  • Find intersections by clicking the intersection point of two graphs.
  • Regression — type a table of values, then use y1 ~ mx1 + b for linear or y1 ~ a*b^x1 for exponential regression.
  • Absolute value — type abs(x) or use the keyboard shortcut.
  • Square root — type sqrt(x) or use the radical button.