Math Formulas/Equations

What You Need to Know

SAT Math rewards two things: (1) knowing the core formulas and (2) being able to build and solve equations quickly and cleanly. This sheet is the “night-before” toolbox for the most-tested equation types and the formulas you’ll actually use.

The big idea

Most SAT problems reduce to one of these moves:

  • Translate words to an equation (define a variable, write a relationship, solve).
  • Rewrite an expression (factor, expand, combine like terms, use exponent rules).
  • Solve for an unknown (linear, quadratic, system, inequality, rational, radical, absolute value).
  • Plug into a formula (slope, distance, area/volume, circle, percent, interest).
Core equation forms you must recognize
  • Linear (one variable): ax+b=cax+b=c
  • Linear (two variables): y=mx+by=mx+b
  • Standard form: Ax+By=CAx+By=C
  • Quadratic: ax2+bx+c=0ax^2+bx+c=0 or y=ax2+bx+cy=ax^2+bx+c
  • Exponential (growth/decay): A(t)=A0(1+r)tA(t)=A_0(1+r)^t
  • Direct variation: y=kxy=kx; **inverse variation:** y=kxy=\frac{k}{x}

Critical reminder: Any time you square, cross-multiply, or multiply both sides by a variable expression, you must check for extraneous solutions and domain restrictions.

Step-by-Step Breakdown

1) Solving a linear equation (fast + safe)
  1. Distribute if needed: a(b+c)=ab+aca(b+c)=ab+ac
  2. Combine like terms on each side.
  3. Move variables to one side, constants to the other (use add/subtract).
  4. Divide to isolate the variable.

Mini example: Solve 3(2x5)=x+73(2x-5)=x+7

  • Distribute: 6x15=x+76x-15=x+7
  • Subtract xx: 5x15=75x-15=7
  • Add 1515: 5x=225x=22
  • Divide: x=225x=\frac{22}{5}
2) Solving a system of linear equations
Method A: Elimination (usually fastest)
  1. Write both in Ax+By=CAx+By=C form if helpful.
  2. Multiply one/both equations so a variable coefficient matches.
  3. Add/subtract equations to eliminate one variable.
  4. Solve for the remaining variable.
  5. Back-substitute to find the other variable.

Mini example:
{2x+y=113xy=4\begin{cases}2x+y=11\\3x-y=4\end{cases}
Add equations: 5x=15x=35x=15 \Rightarrow x=3
Back-substitute: 2(3)+y=11y=52(3)+y=11 \Rightarrow y=5

Method B: Substitution (best when one variable is isolated)
  1. Solve one equation for xx or yy.
  2. Substitute into the other.
  3. Solve, then back-substitute.
3) Solving a quadratic
Option A: Factor (if it factors nicely)
  1. Set to zero: ax2+bx+c=0ax^2+bx+c=0
  2. Factor: (px+q)(rx+s)=0(px+q)(rx+s)=0
  3. Zero-product rule: px+q=0px+q=0 or rx+s=0rx+s=0
Option B: Quadratic formula (always works)
  1. Identify a,b,ca,b,c in ax2+bx+c=0ax^2+bx+c=0.
  2. Use x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.
  3. Simplify; if asked for number of solutions, check discriminant Δ=b24ac\Delta=b^2-4ac.

Decision point:

  • If factoring is obvious, factor.
  • If not, go straight to the quadratic formula.
4) Rational equations (fractions with variables)
  1. Find the LCD (least common denominator).
  2. Multiply every term by the LCD.
  3. Solve the resulting equation.
  4. Check solutions in the original (denominators cannot be 00).

Mini example: Solve xx2=3\frac{x}{x-2}=3

  • Multiply by x2x-2: x=3(x2)x=3(x-2)
  • Solve: x=3x62x=6x=3x=3x-6 \Rightarrow -2x=-6 \Rightarrow x=3
  • Check: x2x\neq 2, so x=3x=3 is valid.
5) Radical equations (variables under a square root)
  1. Isolate the radical.
  2. Square both sides.
  3. Solve.
  4. Check (squaring can create extraneous solutions).
6) Absolute value equations and inequalities

Key idea: A|A| measures distance from 00.

  • Equation: A=k|A|=k (with k0k\ge 0) becomes A=kA=k or A=kA=-k.
  • Inequality: A<k|A|<k becomes k<A<k-k<A<k.
  • Inequality: A>k|A|>k becomes A>kA>k or A<kA<-k.
7) Inequalities (don’t miss the flip)
  1. Solve like an equation.
  2. Flip the inequality sign when multiplying/dividing by a negative.

Key Formulas, Rules & Facts

Algebra essentials (manipulation + structure)
Formula/RuleWhen to useNotes
a(b+c)=ab+aca(b+c)=ab+acExpandCommon sign trap with negatives
ab+ac=a(b+c)ab+ac=a(b+c)FactorLook for common factor first
x2y2=(xy)(x+y)x^2-y^2=(x-y)(x+y)Difference of squaresShows up a lot in factoring
(x+y)2=x2+2xy+y2(x+y)^2=x^2+2xy+y^2Expand/perfect squaresRecognize patterns fast
(xy)2=x22xy+y2(x-y)^2=x^2-2xy+y^2Expand/perfect squaresMiddle term is negative
If AB=0AB=0 then A=0A=0 or B=0B=0Solving factored equationsOnly works when product equals 00
Exponents & radicals
Formula/RuleWhen to useNotes
aman=am+na^m\cdot a^n=a^{m+n}Multiply same baseAdd exponents
aman=amn\frac{a^m}{a^n}=a^{m-n}Divide same baseSubtract exponents
(am)n=amn(a^m)^n=a^{mn}Power of a powerMultiply exponents
(ab)n=anbn(ab)^n=a^n b^nDistribute exponentWorks for products
an=1ana^{-n}=\frac{1}{a^n}Negative exponentMoves to denominator
a1n=ana^{\frac{1}{n}}=\sqrt[n]{a}Fraction exponentRoot form
ab=ab\sqrt{ab}=\sqrt{a}\sqrt{b} (for a,b0a,b\ge 0)Simplify radicalsOnly safe for nonnegative inside
a2=a\sqrt{a^2}=|a|SimplifyAbsolute value matters
Linear functions & coordinate geometry
Formula/RuleWhen to useNotes
m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}Slope between two pointsDon’t reverse one difference only
yy1=m(xx1)y-y_1=m(x-x_1)Point-slope formGreat from a point + slope
y=mx+by=mx+bSlope-interceptbb is yy-intercept
Ax+By=CAx+By=CStandard formEasy to spot intercepts
Distance: d=(x2x1)2+(y2y1)2d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}Length between pointsPythagorean in the plane
Midpoint: (x1+x22,y1+y22)\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)Center of segmentOften used with circles
Parallel lines: m1=m2m_1=m_2Line relationshipsSame slope
Perpendicular: m1m2=1m_1m_2=-1Line relationshipsNegative reciprocals
Quadratics (graphs, roots, vertex)
Formula/RuleWhen to useNotes
Quadratic formula: x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}Solve any quadraticMost reliable
Discriminant: Δ=b24ac\Delta=b^2-4ac# of real solutionsΔ>0\Delta>0 two, Δ=0\Delta=0 one, Δ<0\Delta<0 none (real)
Vertex xx-coordinate: xv=b2ax_v=\frac{-b}{2a}Vertex quicklyThen plug in for yvy_v
Vertex form: y=a(xh)2+ky=a(x-h)^2+kShifts + max/minVertex is (h,k)(h,k)
Ratios, proportions, percent
Formula/RuleWhen to useNotes
Proportion: ab=cdad=bc\frac{a}{b}=\frac{c}{d} \Rightarrow ad=bcEquivalent ratiosCheck b,d0b,d\neq 0
Percent: part=percentwhole\text{part}=\text{percent}\cdot\text{whole}“What percent of…”Convert percent to decimal
Percent change: newoldold\frac{\text{new}-\text{old}}{\text{old}}Increase/decreaseMultiply by 100%100\% if asked
Interest (simple): I=PrtI=PrtInterest problemsrr as decimal
Geometry formulas that show up inside equations
Formula/RuleWhen to useNotes
Pythagorean: a2+b2=c2a^2+b^2=c^2Right trianglesLargest side is cc
Triangle area: A=12bhA=\frac{1}{2}bhAny triangleHeight is perpendicular
Rectangle: A=lwA=lwArea
Circle: C=2πrC=2\pi r, A=πr2A=\pi r^2Circle equations/problemsKnow radius vs diameter
Arc length: s=θ3602πrs=\frac{\theta}{360}\cdot 2\pi rDegreesSAT often uses degrees
Sector area: A=θ360πr2A=\frac{\theta}{360}\cdot \pi r^2Degrees
Volume (rectangular prism): V=lwhV=lwh3D
Volume (cylinder): V=πr2hV=\pi r^2 h3D
Circle in the coordinate plane
Formula/RuleWhen to useNotes
(xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2Circle equationCenter (h,k)(h,k), radius rr
Right-triangle trig (equations built from ratios)
RatioMeaningNotes
sin(θ)=opphyp\sin(\theta)=\frac{\text{opp}}{\text{hyp}}Opposite/hypotenuseRight triangles only
cos(θ)=adjhyp\cos(\theta)=\frac{\text{adj}}{\text{hyp}}Adjacent/hypotenuse
tan(θ)=oppadj\tan(\theta)=\frac{\text{opp}}{\text{adj}}Opposite/adjacent

Examples & Applications

Example 1: Build an equation from words (percent)

A jacket is discounted 20%20\% from original price pp, then the discounted price is 4848. Find pp.

  • Discounted price: p0.20p=0.80pp-0.20p=0.80p
  • Equation: 0.80p=480.80p=48
  • Solve: p=480.80=60p=\frac{48}{0.80}=60
    Pattern: “After a k%k\% decrease” means multiply by 1k1-k (as a decimal).
Example 2: System from a context (two unknowns)

You buy 33 coffees and 22 sandwiches for $19\$19, and 22 coffees and 33 sandwiches for $20\$20. Let coffee cost cc and sandwich cost ss.

  • Equations: 3c+2s=193c+2s=19 and 2c+3s=202c+3s=20
  • Eliminate: multiply first by 33 and second by 22:
    • 9c+6s=579c+6s=57
    • 4c+6s=404c+6s=40
  • Subtract: 5c=17c=1755c=17 \Rightarrow c=\frac{17}{5}
  • Back-substitute: 3(175)+2s=192s=445s=2253\left(\frac{17}{5}\right)+2s=19 \Rightarrow 2s=\frac{44}{5} \Rightarrow s=\frac{22}{5}
    Pattern: Set up two equations from two purchases; elimination is usually clean.
Example 3: Quadratic (factoring vs formula)

Solve x25x14=0x^2-5x-14=0.

  • Factor: find numbers that multiply to 14-14 and add to 5-5: 7-7 and 22.
  • (x7)(x+2)=0(x-7)(x+2)=0
  • Solutions: x=7x=7 or x=2x=-2
    Variation: If it doesn’t factor quickly, use x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.
Example 4: Radical equation (extraneous trap)

Solve x+5=x1\sqrt{x+5}=x-1.

  • Domain: need x10x1x-1\ge 0 \Rightarrow x\ge 1
  • Square: x+5=(x1)2=x22x+1x+5=(x-1)^2=x^2-2x+1
  • Rearrange: 0=x23x40=x^2-3x-4
  • Factor: (x4)(x+1)=0x=4(x-4)(x+1)=0 \Rightarrow x=4 or x=1x=-1
  • Check domain and original:
    • x=4x=4 works: 9=3\sqrt{9}=3
    • x=1x=-1 fails domain and original
      Answer: x=4x=4.

Common Mistakes & Traps

  1. Forgetting to distribute a negative

    • Wrong: turning (x3)-(x-3) into x3-x-3.
    • Right: (x3)=x+3-(x-3)=-x+3.
    • Fix: treat the negative as multiplying everything inside.
  2. Not flipping an inequality when multiplying/dividing by a negative

    • If you multiply by 2-2, x<3x<3 becomes 2x>6-2x>-6.
    • Fix: say out loud: “negative means flip.”
  3. Cross-multiplying when you shouldn’t (or ignoring zeros)

    • In ab=cd\frac{a}{b}=\frac{c}{d}, you need b0b\neq 0 and d0d\neq 0.
    • Fix: note denominator restrictions first.
  4. Extraneous solutions from squaring or clearing denominators

    • Squaring both sides can add solutions.
    • Rational equations can “allow” a value that makes a denominator 00.
    • Fix: always plug solutions back into the original equation.
  5. Mixing up slope formula order

    • Wrong: y2y1x1x2\frac{y_2-y_1}{x_1-x_2} (only one difference reversed).
    • Fix: keep consistent: y2y1x2x1\frac{y_2-y_1}{x_2-x_1}.
  6. Assuming a2=a\sqrt{a^2}=a (missing absolute value)

    • Truth: a2=a\sqrt{a^2}=|a|.
    • Fix: if you simplify a squared expression under a root, consider both signs.
  7. Misreading intercepts and parameters

    • In y=mx+by=mx+b, bb is the yy-intercept (not xx-intercept).
    • In (xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2, center is (h,k)(h,k) (signs matter).
    • Fix: memorize “opposite sign” behavior: xhx-h means center at hh.
  8. Dropping parentheses in substitution

    • If y=2x3y=2x-3 and you plug into x+y=10x+y=10, write x+(2x3)=10x+(2x-3)=10.
    • Fix: always wrap substituted expressions in parentheses.

Memory Aids & Quick Tricks

Trick / MnemonicWhat it helps you rememberWhen to use
SOH-CAH-TOAsin,cos,tan\sin,\cos,\tan ratiosRight-triangle trig questions
“Rise over run”Slope meaning m=ΔyΔxm=\frac{\Delta y}{\Delta x}Graph/line questions
“Same change = parallel”Parallel lines have equal slopesRelationship between lines
“Negative reciprocals = perpendicular”m1m2=1m_1m_2=-1Perpendicular lines
FOILMultiply (a+b)(c+d)(a+b)(c+d)Expanding binomials
“Factor first”Look for a GCF before fancy factoringPolynomial simplification
Discriminant checkΔ=b24ac\Delta=b^2-4ac tells # of real rootsQuadratic has 0/1/2 real solutions
“After decrease: multiply by 1r1-rPercent decrease modelingDiscounts, depreciation

Quick Review Checklist

  • You can rewrite between y=mx+by=mx+b, yy1=m(xx1)y-y_1=m(x-x_1), and Ax+By=CAx+By=C.
  • You know slope, distance, midpoint: m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}, d=(x2x1)2+(y2y1)2d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}.
  • You can solve systems by elimination (and choose smart multiples).
  • You can solve quadratics by factoring or x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.
  • You automatically check: denominator 0\neq 0, radicand constraints, and extraneous solutions.
  • You handle A=k|A|=k as A=kA=k or A=kA=-k and absolute value inequalities as “between” or “outside.”
  • You never forget to flip the inequality when multiplying/dividing by a negative.
  • You can set up percent equations using part=percentwhole\text{part}=\text{percent}\cdot\text{whole}.

You’ve got the tools—now it’s just pattern recognition and clean execution.