Skip to main content
AMC 10 & 12

Algebra Basics

Order of operations and the factoring identities you should recognize on sight — the toolkit every other algebra topic builds on.

Almost every AMC algebra problem eventually reduces to simplifying or factoring an expression. The fastest solvers aren't doing more algebra than everyone else — they're recognizing a handful of standard patterns instantly instead of grinding through expansion by hand. This lesson covers those patterns.

Order of operations

Parentheses, exponents, multiplication/division (left to right), addition/subtraction (left to right). On the AMC this rarely trips people up directly, but it matters when you're rewriting a complicated expression under time pressure — a dropped set of parentheses is a free wrong answer.

Identities to recognize instantly

These five patterns show up constantly. Memorize the shapes, not just the formulas:

a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b)
(a±b)2=a2±2ab+b2(a \pm b)^2 = a^2 \pm 2ab + b^2
a3±b3=(a±b)(a2ab+b2)a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)
x2+(p+q)x+pq=(x+p)(x+q)x^2 + (p+q)x + pq = (x+p)(x+q)

A less common but occasionally decisive one is the Sophie Germain identity, useful whenever you see a sum of two fourth powers:

a4+4b4=(a2+2ab+2b2)(a22ab+2b2)a^4 + 4b^4 = (a^2 + 2ab + 2b^2)(a^2 - 2ab + 2b^2)

And when nothing fits a named pattern, try grouping: split the expression into pairs of terms that each share a common factor, then factor out what's left in common.

Worked example

Problem: Factor x413x2+36x^4 - 13x^2 + 36 completely over the integers.

Solution: Treat x2x^2 as a single variable, say y=x2y = x^2. The expression becomes y213y+36y^2 - 13y + 36, a plain trinomial. We need two numbers that multiply to 36 and add to −13: those are −4 and −9. So y213y+36=(y4)(y9)y^2 - 13y + 36 = (y-4)(y-9). Substituting back, x24x^2 - 4 and x29x^2 - 9 are both differences of squares, so the full factorization is (x2)(x+2)(x3)(x+3)(x-2)(x+2)(x-3)(x+3).

The key move — substituting to turn a higher-degree expression into a familiar quadratic shape — is one of the most reusable tricks in competition algebra. Watch for it whenever you see only even powers of a variable.

Practice problems

1.Factor 4x2254x^2 - 25 completely.

2.Factor x38x^3 - 8 completely.

3.Factor x23x10x^2 - 3x - 10.

4.Factor x45x2+4x^4 - 5x^2 + 4 completely over the integers.