Math Formulas/Equations

What You Need to Know

On SAT Math, a huge share of points comes from recognizing which equation/formula models the situation and then manipulating it cleanly. This topic is about your core toolbox:

  • Algebra rules (distributing, factoring, exponents/radicals)
  • Solving equations/inequalities (linear, quadratic, rational, absolute value)
  • Core function models (linear, exponential)
  • Coordinate geometry equations (line formulas, circle equation)

If you can (1) rewrite expressions correctly and (2) solve for the variable without illegal moves, you’ll crush most “equation” questions.

Critical reminder: Whatever you do to one side of an equation/inequality, do it to the other side too. The only time the “same operation” rule changes is inequalities: multiplying/dividing by a negative flips the sign.

Core idea

An equation states two expressions are equal and you’re finding values that make it true. An inequality compares expressions with ,, \ge and you’re finding values that make it true.


Step-by-Step Breakdown

A) Solving linear equations (one variable)
  1. Simplify each side: distribute, combine like terms.
  2. Get variables on one side (add/subtract terms).
  3. Isolate the variable (multiply/divide).
  4. Check for special cases:
    • No solution: variable cancels and you get false, e.g. 0=50 = 5.
    • Infinitely many solutions: you get true, e.g. 0=00 = 0.

Mini-example: Solve 3(x2)=2x+53(x-2)=2x+5

  • Distribute: 3x6=2x+53x-6=2x+5
  • Subtract 2x2x: x6=5x-6=5
  • Add 66: x=11x=11
B) Solving linear inequalities
  1. Solve like an equation.
  2. Flip the inequality only if you multiply/divide by a negative.
  3. Write in interval form if asked.

Mini-example: Solve 2x+17-2x+1 \le 7

  • Subtract 11: 2x6-2x \le 6
  • Divide by 2-2 (flip!): x3x \ge -3

SAT trap: Forgetting to flip the sign when dividing by a negative.

C) Solving systems of linear equations

Use substitution or elimination.

Elimination steps:

  1. Align equations as ax+by=cax+by=c format.
  2. Multiply one/both equations so a variable’s coefficients are opposites.
  3. Add/subtract to eliminate.
  4. Solve for remaining variable.
  5. Back-substitute.

Mini-example:
Solve
x+y=9x+y=9
xy=1x-y=1
Add: 2x=10x=52x=10 \Rightarrow x=5, then y=4y=4.

D) Solving quadratics

Quadratics appear as ax2+bx+c=0ax^2+bx+c=0.

Method choice (fast decision):

  1. If it factors nicely, factor.
  2. If it’s already a(xh)2+ka(x-h)^2+k, use vertex form.
  3. If not factorable, use the quadratic formula.

Factoring steps:

  1. Move everything to one side: =0=0.
  2. Factor.
  3. Set each factor to zero.

Mini-example: x25x+6=0x^2-5x+6=0
Factor: (x2)(x3)=0(x-2)(x-3)=0 so x=2x=2 or x=3x=3.

E) Rational equations (variables in denominators)
  1. State restrictions: denominator 0\ne 0.
  2. Multiply both sides by the LCD (least common denominator).
  3. Solve the resulting equation.
  4. Check for extraneous solutions (plug back).

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

  • Restriction: x1x \ne 1
  • Multiply: 2=3(x1)=3x32=3(x-1)=3x-3
  • 3x=5x=533x=5 \Rightarrow x=\frac{5}{3} (valid)
F) Absolute value equations/inequalities

Equation rule:
A=b|A|=b (with b0b\ge 0) becomes A=bA=b **or** A=bA=-b.

Inequality rules:

  • A<b|A|<b becomes b<A<b-b<A<b
  • A>b|A|>b becomes A>bA>b **or** A<bA<-b

Mini-example: 2x1=5|2x-1|=5

  • 2x1=5x=32x-1=5 \Rightarrow x=3
  • 2x1=5x=22x-1=-5 \Rightarrow x=-2
G) Exponential equations (SAT-level)

Often solvable by rewriting to a common base.

Mini-example: Solve 2x+1=82^{x+1}=8
Rewrite 8=238=2^3, so x+1=3x=2x+1=3 \Rightarrow x=2.


Key Formulas, Rules & Facts

Algebra + equation-solving essentials
Formula / RuleWhen to useNotes / pitfalls
a(b+c)=ab+aca(b+c)=ab+acDistributeDon’t forget to distribute to every term
ab+ac=a(b+c)ab+ac=a(b+c)Factor (GCF)Always check for a GCF first
(x+m)(x+n)=x2+(m+n)x+mn(x+m)(x+n)=x^2+(m+n)x+mnMultiply binomialsUseful to reverse when factoring
x2y2=(xy)(x+y)x^2-y^2=(x-y)(x+y)Difference of squaresCommon fast factor on SAT
(x±y)2=x2±2xy+y2(x\pm y)^2=x^2\pm 2xy+y^2Perfect square trinomialsSpot patterns for fast factoring
If ab=0ab=0, then a=0a=0 or b=0b=0Zero product propertyOnly works when product equals 0
ab=cdad=bc\frac{a}{b}=\frac{c}{d} \Rightarrow ad=bcProportionsEnsure b0b\ne 0 and d0d\ne 0
Exponents & radicals
RuleWhen to useNotes / pitfalls
aman=am+na^m\cdot a^n=a^{m+n}Multiply same baseBases must match
aman=amn\frac{a^m}{a^n}=a^{m-n}Divide same baseIf m<nm<n you get negative exponent
(am)n=amn(a^m)^n=a^{mn}Power of a powerCommon place to slip
(ab)n=anbn(ab)^n=a^n b^nDistribute exponentWorks for multiplication
(ab)n=anbn\left(\frac{a}{b}\right)^n=\frac{a^n}{b^n}Power of a fractionNeed b0b\ne 0
an=1ana^{-n}=\frac{1}{a^n}Negative exponentsMeans “reciprocal”
ab=ab\sqrt{a}\sqrt{b}=\sqrt{ab} (for a,b0a,b\ge 0)Multiply radicalsDon’t combine across plus: a+b\sqrt{a}+\sqrt{b} stays
a2=a\sqrt{a^2}=|a|Simplifying radicalsSAT may test absolute value nuance
Linear functions & lines
FormulaWhen to useNotes
m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}Slope between two pointsVertical line: x2=x1x_2=x_1 (undefined slope)
y=mx+by=mx+bLine formbb is yy-intercept
yy1=m(xx1)y-y_1=m(x-x_1)Point-slope formGreat when you have slope + a point
Standard form Ax+By=CAx+By=CSystems / interceptsSlope is AB-\frac{A}{B} (if B0B\ne 0)
Parallel lines: m1=m2m_1=m_2Identify parallelSame slope
Perpendicular: m1m2=1m_1m_2=-1Identify perpendicularNegative reciprocal slopes
Coordinate geometry
FormulaWhen to useNotes
Distance: d=(x2x1)2+(y2y1)2d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}Segment lengthComes from Pythagorean theorem
Midpoint: (x1+x22,y1+y22)\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)Midpoint of segmentAverage the coordinates
Circle: (xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2Circle graph/equationCenter (h,k)(h,k), radius rr
Quadratics (must-know relationships)
Formula / factWhen to useNotes
Quadratic formula: x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}Solve any quadraticWatch sign of bb carefully
Discriminant: Δ=b24ac\Delta=b^2-4acNumber of real solutionsΔ>0\Delta>0 two, Δ=0\Delta=0 one, Δ<0\Delta<0 none (real)
Vertex: for ax2+bx+cax^2+bx+c, x=b2ax=\frac{-b}{2a}Find axis of symmetryThen plug in for yy
Vertex form: a(xh)2+ka(x-h)^2+kGraph transformationsVertex at (h,k)(h,k)
Percent, rate, and growth equations
EquationWhen to useNotes
Percent change: newoldold×100%\frac{\text{new}-\text{old}}{\text{old}}\times 100\%Increase/decrease“Of” usually means multiply
Simple interest: I=PrtI=PrtInterest problemsrr as decimal, tt in years
Exponential growth/decay: A=A0(1±r)tA=A_0(1\pm r)^tRepeated percent changeUse -$ for decay, +$ for growth
Average speed: v=dtv=\frac{d}{t}Motion problemsTotal avg speed is total dtotal t\frac{\text{total }d}{\text{total }t}

Examples & Applications

1) Rearranging a formula (literal equations)

Problem style: Solve for a variable in a given formula.

Given V=13πr2hV=\frac{1}{3}\pi r^2 h, solve for hh.

  • Multiply both sides by 33: 3V=πr2h3V=\pi r^2 h
  • Divide by πr2\pi r^2: h=3Vπr2h=\frac{3V}{\pi r^2}

Key insight: Treat it like isolating xx—just keep operations balanced.

2) System from a word problem

A theater sold 100 tickets. Adult tickets cost $12\$12 and student tickets cost $8\$8. Total revenue was $1040\$1040. How many student tickets?

Let aa = adult, ss = student.

  • Count: a+s=100a+s=100
  • Revenue: 12a+8s=104012a+8s=1040

Eliminate: multiply first equation by 88:
8a+8s=8008a+8s=800
Subtract from revenue equation:
(12a+8s)(8a+8s)=10408004a=240a=60(12a+8s)-(8a+8s)=1040-800 \Rightarrow 4a=240 \Rightarrow a=60
So s=40s=40.

Key insight: “Total number” + “total value” is almost always a 2-equation system.

3) Quadratic from geometry (area)

A rectangle has area 4848 and length x+2x+2 and width x2x-2. Find xx.

Set up: (x+2)(x2)=48(x+2)(x-2)=48
Use difference of squares: x24=48x^2-4=48
So x2=52x=±52=±213x^2=52 \Rightarrow x=\pm\sqrt{52}=\pm 2\sqrt{13}.

SAT reality check: If xx is a dimension parameter, you may need **positive only** (and also ensure x2>0x-2>0). So x=213x=2\sqrt{13} works.

4) Inequality + interval solution

Solve and graph: 2(1x)>x+42(1-x)>x+4

  • Distribute: 22x>x+42-2x>x+4
  • Subtract 22: 2x>x+2-2x>x+2
  • Subtract xx: 3x>2-3x>2
  • Divide by 3-3 (flip): x<23x< -\frac{2}{3}

Key insight: The only “special move” is flipping the sign when dividing by a negative.


Common Mistakes & Traps

  1. Forgetting to distribute a negative

    • Wrong: (x3)=x3-(x-3)=-x-3
    • Right: (x3)=x+3-(x-3)=-x+3
    • Fix: Treat 1-1 as the multiplier and distribute carefully.
  2. Combining unlike terms

    • Wrong: 2x+3=5x2x+3=5x
    • Why wrong: 33 isn’t an xx-term.
    • Fix: Only combine terms with the exact same variable part.
  3. Illegal canceling across addition

    • Wrong: x+2x=21\frac{x+2}{x}=\frac{2}{1}
    • Why wrong: You can only cancel factors, not terms in a sum.
    • Fix: Factor first if possible.
  4. Not flipping the inequality when dividing by a negative

    • Wrong: 2x<6x<3-2x<6 \Rightarrow x< -3
    • Right: 2x3-2x -3
    • Fix: Circle the sign whenever you divide/multiply by a negative.
  5. Dropping solutions when solving quadratics

    • Wrong: Taking only the ++ in ±\pm or missing the second factor.
    • Fix: For x2=9x^2=9, write x=±3x=\pm 3 unless context restricts.
  6. Extraneous solutions in rational/absolute value equations

    • What happens: Multiplying by a variable expression can introduce invalid answers.
    • Fix: State restrictions (like x1x\ne 1) and plug solutions back.
  7. Misreading function notation

    • Mistake: Thinking f(x+2)f(x+2) equals f(x)+2f(x)+2.
    • Fix: Replace the entire input: if f(x)=x2f(x)=x^2, then f(x+2)=(x+2)2f(x+2)=(x+2)^2.
  8. Sign errors in the quadratic formula

    • Common slip: Using b-b incorrectly when bb is negative.
    • Fix: If b=5b=-5, then b=5-b=5. Put parentheses: (5)=5-(-5)=5.

Memory Aids & Quick Tricks

Trick / mnemonicWhat it helps you rememberWhen to use
“Same base, add/subtract exponents”aman=am+na^m a^n=a^{m+n} and am/an=amna^m/a^n=a^{m-n}Simplifying exponent expressions
“SOH-CAH-TOA”sin=opphyp\sin=\frac{\text{opp}}{\text{hyp}} etc.Only if trig appears (rare), but can help with right-triangle ratios
“FOIL”Multiply (a+b)(c+d)(a+b)(c+d)Expanding binomials (though distributing is safer)
“Flip when negative”Inequality sign flips when dividing/multiplying by negativeInequalities
“Circle form = Center/Radius”(xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2 gives center (h,k)(h,k)Circle equation questions
“Axis is b/2a-b/2aQuick vertex xx-coordinateQuadratic graphs/vertex/maximum-minimum

Quick Review Checklist

  • You can distribute, combine like terms, and factor (GCF, difference of squares, perfect square patterns).
  • You know exponent rules, including an=1ana^{-n}=\frac{1}{a^n} and a2=a\sqrt{a^2}=|a|.
  • When solving equations, you isolate the variable and watch for no solution vs infinite solutions.
  • For inequalities, you flip the sign when multiplying/dividing by a negative.
  • For systems, you can do elimination quickly and interpret solutions.
  • For quadratics, you can factor or use x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a} and use Δ=b24ac\Delta=b^2-4ac to predict roots.
  • For rational equations, you state restrictions and check for extraneous answers.
  • You can use line and coordinate formulas: 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}, midpoint, and (xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2.

You don’t need new tricks—just clean algebra and careful sign handling.