Algebra Cheat Sheet: Every Formula, Rule & Identity

Your one-page algebra reference. Bookmark it, print it, screenshot it. Everything you need from middle school through Algebra 2.

Algebra has a reputation for being a long list of formulas to memorize. The truth is simpler — most of the algebra you will ever do relies on a small core of rules and identities that show up over and over again. This cheat sheet collects them in one place, organized by topic, so you can use it as a study reference, a homework guide, or a last-minute review before a test. Every rule includes a quick example so you can see it in action.

Number Properties

These are the foundational properties that govern how numbers and variables combine. They apply to all real numbers.

PropertyRuleExample
Commutative (addition)a + b = b + a3 + 7 = 7 + 3
Commutative (multiplication)a × b = b × a4 × 5 = 5 × 4
Associative (addition)(a + b) + c = a + (b + c)(2 + 3) + 4 = 2 + (3 + 4)
Associative (multiplication)(a × b) × c = a × (b × c)(2 × 3) × 4 = 2 × (3 × 4)
Distributivea(b + c) = ab + ac3(x + 5) = 3x + 15
Identity (addition)a + 0 = a7 + 0 = 7
Identity (multiplication)a × 1 = a9 × 1 = 9
Inverse (addition)a + (−a) = 05 + (−5) = 0
Inverse (multiplication)a × (1/a) = 1 (a ≠ 0)4 × (1/4) = 1

Order of Operations (PEMDAS)

When evaluating any expression, follow this exact order. Many algebra mistakes come from rushing through this step.

  1. Parentheses — innermost first, work outward
  2. Exponents — including roots
  3. Multiplication and Division — left to right (same priority)
  4. Addition and Subtraction — left to right (same priority)

Common PEMDAS Trap

Multiplication and division are same priority, evaluated left to right. So 12 ÷ 2 × 3 = (12 ÷ 2) × 3 = 18, not 12 ÷ 6 = 2.

Exponent Rules

RuleFormulaExample
Productam × an = am+n2³ × 2² = 2⁵ = 32
Quotientam ÷ an = am−n5⁵ ÷ 5² = 5³ = 125
Power(am)n = am×n(3²)³ = 3⁶ = 729
Product of powers(ab)n = anbn(2x)³ = 8x³
Quotient of powers(a/b)n = an/bn(3/4)² = 9/16
Zero exponenta0 = 1 (a ≠ 0)170 = 1
Negative exponenta−n = 1/an2−3 = 1/8
Fractional exponenta1/n = n√a81/3 = 2
General fractionalam/n = n√(am)82/3 = 4

For deeper practice with exponent rules, see our exponents practice page.

Solving Linear Equations

For any equation of the form ax + b = c:

  1. Subtract (or add) b from both sides to isolate the ax term
  2. Divide both sides by a to isolate x
  3. Check by substituting back into the original
ax + b = c → x = (c − b) / a
The general solution to any one-variable linear equation.

Linear Equation Forms

FormEquationWhat it shows
Slope-Intercepty = mx + bslope m, y-intercept b
Point-Slopey − y₁ = m(x − x₁)slope m through point (x₁, y₁)
StandardAx + By = Cx-intercept C/A, y-intercept C/B
Horizontal liney = cslope 0
Vertical linex = cslope undefined

Slope Formulas

m = (y₂ − y₁) / (x₂ − x₁)
Slope between two points (x₁, y₁) and (x₂, y₂)
  • Parallel lines: same slope (m₁ = m₂)
  • Perpendicular lines: slopes are negative reciprocals (m₁ × m₂ = −1)

Factoring Patterns

Recognizing these patterns saves enormous time on tests.

PatternFactored FormExample
Difference of squaresa² − b² = (a + b)(a − b)x² − 9 = (x + 3)(x − 3)
Perfect square (positive)a² + 2ab + b² = (a + b)²x² + 6x + 9 = (x + 3)²
Perfect square (negative)a² − 2ab + b² = (a − b)²x² − 8x + 16 = (x − 4)²
Sum of cubesa³ + b³ = (a + b)(a² − ab + b²)x³ + 8 = (x + 2)(x² − 2x + 4)
Difference of cubesa³ − b³ = (a − b)(a² + ab + b²)x³ − 27 = (x − 3)(x² + 3x + 9)
Standard trinomialx² + (a+b)x + ab = (x + a)(x + b)x² + 7x + 12 = (x + 3)(x + 4)

The Quadratic Formula

For any quadratic equation ax² + bx + c = 0 (where a ≠ 0):

x = (−b ± √(b² − 4ac)) / 2a
The general solution. The expression under the root is the discriminant.

The discriminant (b² − 4ac) tells you the type of solutions:

  • If > 0: two distinct real solutions
  • If = 0: one repeated real solution
  • If < 0: two complex (non-real) solutions

For deeper practice, see our quadratic equations page.

Vertex Form & Parabola Properties

A parabola written as y = a(x − h)² + k has:

  • Vertex: (h, k)
  • Axis of symmetry: x = h
  • Opens up if a > 0, opens down if a < 0
  • Narrower if |a| > 1, wider if |a| < 1

Converting from standard form ax² + bx + c, the vertex x-coordinate is at x = −b/(2a).

Systems of Equations

Three methods to solve two equations in two variables:

  • Substitution: solve one equation for a variable, substitute into the other
  • Elimination: add or subtract equations to cancel one variable
  • Graphing: find where the two lines intersect

A system has one solution if the lines cross, no solution if parallel, infinitely many solutions if identical. See our systems practice.

Inequalities — The One Rule to Remember

Flip the Sign Rule

When you multiply or divide both sides of an inequality by a negative number, you must reverse the inequality symbol. This is the single most common cause of inequality mistakes.

Otherwise, solve inequalities exactly like equations. Practice at our inequalities page.

Absolute Value

  • |a| = a if a ≥ 0, otherwise |a| = −a
  • |a × b| = |a| × |b|
  • |a / b| = |a| / |b| (b ≠ 0)
  • |x| = c → x = c or x = −c
  • |x| < c → −c < x < c
  • |x| > c → x < −c or x > c

Radicals (Square Roots and Beyond)

  • √(a × b) = √a × √b
  • √(a / b) = √a / √b (b ≠ 0)
  • (√a)² = a (a ≥ 0)
  • √(a²) = |a| (not just a — important when a could be negative)
  • To rationalize a denominator: multiply top and bottom by the radical

Function Notation

If f(x) = 3x + 2, then:

  • f(5) means substitute x = 5: f(5) = 17
  • f(a + 1) means substitute (a + 1) for x: f(a + 1) = 3(a + 1) + 2 = 3a + 5
  • f(g(x)) means apply g first, then f to the result (composition)
  • f−1(x) is the inverse function (swap x and y, solve for y)

Common Identities & Formulas to Memorize

WhatFormula
Distance formulad = √((x₂ − x₁)² + (y₂ − y₁)²)
Midpoint formulaM = ((x₁ + x₂)/2, (y₁ + y₂)/2)
Pythagorean theorema² + b² = c²
Sum of arithmetic seriesS = n(a₁ + an)/2
Compound interestA = P(1 + r/n)nt

How to Use This Cheat Sheet

Print this page or bookmark it. The most effective study method is to glance at it for thirty seconds before each homework or practice session — not to memorize the whole thing at once, but to refresh the concepts you are about to use. After two or three weeks of daily reference, most of these rules will be in long-term memory and you will need the cheat sheet less and less. That is the goal: use it now so you can stop needing it later.

Frequently Asked Questions

Should I memorize all these formulas?

Eventually yes — but not all at once. Start with PEMDAS, the basic exponent rules, and the slope formula. Add the quadratic formula and the difference-of-squares pattern next. The rest comes from regular use. Memorization through repeated application beats flashcards every time.

Will I be allowed to use a cheat sheet on tests?

Most teachers do not allow them, but standardized tests (SAT, ACT) provide a small built-in formula sheet at the start of the math section. Knowing whether your test allows a reference sheet determines how much you need to memorize. Even when allowed, knowing the formulas by heart is faster than flipping through.

What is the most important formula here?

For high-school algebra, the quadratic formula is the single most useful single equation. After that, the slope formula and the distance formula are tied for second. The exponent rules collectively are the most useful set — they show up in almost every algebra topic.

Where is the trigonometry section?

Trigonometry is typically covered in a separate course (sometimes called precalculus or Algebra 2/Trig). This sheet covers what is technically considered algebra. For an introduction to trig topics, see our pre-calculus page.

Can I print this for class?

Yes — this cheat sheet is free to print for personal study use. Use your browser print function (File → Print or Ctrl/Cmd + P) to get a clean printable version. Tables typically print well; you may want to deselect background colors in your print dialog.

What if I need more depth on a specific topic?

Each section above links to a dedicated practice page on the topic. For example, quadratic equations, inequalities, and exponents each have full lessons with worked examples and practice problems.

Apply these formulas with interactive practice.

Start Algebra Practice
Ask AI