ACT Math Algebra Review
Complete 2026 Guide
Every algebra topic the ACT tests — explained with strategies, worked examples, and the shortcuts that save time on test day.
Algebra questions appear throughout the ACT Math section and represent one of the highest-leverage areas to study. This guide covers every algebra topic the ACT tests — from basic substitution to intermediate topics like quadratics, functions, and logarithms — with worked examples for each one.
ACT Algebra: Topic frequency at a glance
The 60-question ACT Math section tests algebra heavily across two difficulty tiers:
| Topic | Tier | Frequency | Priority |
|---|---|---|---|
| Substitution | Elementary | Most common | High |
| Simplifying expressions | Elementary | Very common | High |
| Writing equations | Elementary | Common | High |
| Linear equations | Elementary | Common | High |
| Inequalities | Elementary | Common (more than binomials) | High |
| Multiplying binomials | Elementary | Less frequent | Medium |
| Quadratic equations | Intermediate | ~3 per test | High |
| Systems of equations | Intermediate | A few per test | High |
| Functions | Intermediate | Occasional | Medium |
| Matrices | Intermediate | Rare | Low |
| Logarithms | Intermediate | Rare | Low |
To Algebra or Not to Algebra?
There's no single "right" method for ACT algebra questions. Every problem can typically be approached in at least two ways — and the best approach depends on your math comfort level and the time you have.
Use Algebra
Set up and solve an equation directly. More conceptually demanding but usually faster. Best when you can quickly identify the right equation.
Plug In Numbers
Start with the middle answer choice (C) and test it. If it doesn't work, eliminate half the remaining options based on whether you need a larger or smaller value.
Spot the Shortcut
Look for a pattern or insight that makes the equation unnecessary. Can't be taught directly — but reviewing worked examples builds this instinct.
A man flipped a coin 162 times. The coin landed heads 62 more times than tails. How many times did it land heads? (A) 100 (B) 104 (C) 108 (D) 112 (E) 116
Method 1 — Plug In: Start with C (108). Tails = 162 – 108 = 54. Difference = 108 – 54 = 54, not 62. Need more heads → try D (112). Tails = 50. Difference = 62. ✓
Method 2 — Algebra:
x + (x – 62) = 162 2x – 62 = 162 2x = 224 x = 112Method 3 — Shortcut: Remove the 62 surplus from 162. The remaining 100 split evenly → 50 + 50. Then 50 + 62 = 112.
Answer: D (112)
Don't lock in to one method. If algebra is flowing, use it — it's faster. If you can't set up the equation quickly, plug in. The only goal is the right answer in the least time.
Substitution
Substitution questions give you an algebraic expression and the value of a variable (or a whole sub-expression) and ask you to calculate the result. These are the most straightforward algebra questions on the ACT — don't overthink them.
If 2y + 8x = 11, what is the value of 3(2y + 8x)?
The entire expression 2y + 8x = 11. Substitute directly:
3(11) = 33Answer: 33
If 3x – 7 = 8, then 23 – 3x = ?
First solve for 3x (not x individually):
3x – 7 = 8 → 3x = 15Now substitute into the expression:
23 – 15 = 8Answer: 8
If a + b = 7 and b = 3, then 4a = ?
Substitute b = 3 to find a:
a + 3 = 7 → a = 4Then: 4a = 4 × 4 = 16
Simplifying Algebraic Expressions
There are two main techniques for simplifying algebraic expressions: factoring/unfactoring and combining like terms.
Factoring and Unfactoring
Factoring means finding a common factor across all terms and dividing it out. Unfactoring (distributing) is the reverse — you take a factored expression and multiply it out.
8b + 24 = 8(b + 3)
3(x + y) + 4(x + y) = 7(x + y)
(2x + y)/x = 2 + y/x
Combining Like Terms
Two terms can be combined if and only if they share the same variable AND the same exponent. The variable itself does not change when you combine.
x² + 8x² = 9x² y¹³ + 754y¹³ = 755y¹³ m³ + m³ = 2m³
x⁴ + x² (different exponents) y² + x² (different variables)
Writing Expressions and Equations
Some ACT problems describe a situation in words and ask you to build or evaluate an algebraic expression. The key is identifying exactly what information matters — and ignoring what doesn't.
Mary poured g cups of water into a bucket, leaving f total cups. She then removed (g – 3) cups. How many cups remain?
We don't need to know the pre-pour amount. Start with f (total after pouring) and subtract what was removed:
f – (g – 3) = f – g + 3Answer: f – g + 3
Solving Linear Equations
The standard method is to isolate the variable on one side of the equation. But on the ACT, taking a moment to look for shortcuts can save significant time.
If 6p + 2 = 20, then 6p – 3 = ?
Standard method: Solve for p: 6p = 18 → p = 3. Then 6(3) – 3 = 18 – 3 = 15.
Shortcut: Both expressions contain 6p. From the first equation, 6p = 18. Substitute directly into the second: 18 – 3 = 15. No need to solve for p at all.
When two equations share the same variable with the same coefficient (like 6p and 6p), you don't need to solve for the variable itself — just solve for the entire term and substitute.
Multiplying Binomials — FOIL
A binomial is any two-term expression joined by + or −, like (x + 2) or (y – 11). To multiply two binomials, use FOIL:
= x·x + x·3 + 2·x + 2·3
= x² + 3x + 2x + 6
= x² + 5x + 6
Three identities to memorize for the ACT:
Inequalities
Solving inequalities follows all the same rules as solving regular equations — with one critical exception:
When you multiply or divide both sides by a negative number, you must flip the inequality sign.
If x > y, then –x < –y.
Example: If 2x + 6 ≥ y and you multiply by –2, the result is –4x – 12 ≤ –2y.
Quadratic Equations
Quadratic equations are the most tested intermediate algebra topic — expect about 3 per test, making them a third of all intermediate algebra questions. Master these and you're most of the way to handling intermediate algebra.
Every quadratic on the ACT appears in the form: ax² + bx + c = 0 (where a ≠ 0)
If you see ax² + c = bx, subtract bx to get standard form: ax² – bx + c = 0
Solving by Factoring
Most ACT quadratics can be solved by factoring — essentially the reverse of FOIL. Find two numbers that multiply to c and add to b.
Solve: x² + 9x + 18 = 0
Find factors of 18 that add to 9: 1×18, 2×9, 3×6 ✓ (3+6=9)
(x + 3)(x + 6) = 0 x + 3 = 0 → x = –3 x + 6 = 0 → x = –6Solutions: x = –3 or x = –6
The Quadratic Formula (backup method)
When factoring isn't obvious, use the quadratic formula. This is rare on the ACT but good to have in reserve:
Systems of Equations
These problems give you two equations and ask for the value of a variable or expression. The standard approach: substitution — solve one equation for one variable, then plug that value into the other equation.
If 3x + 4y = 32 and 2y – x = 6, then x – y = ?
Step 1: Solve the simpler equation for x:
2y – x = 6 → x = 2y – 6Step 2: Substitute into the first equation:
3(2y – 6) + 4y = 32 6y – 18 + 4y = 32 10y = 50 → y = 5Step 3: Find x:
x = 2(5) – 6 = 4Step 4: Answer the actual question:
x – y = 4 – 5 = –1Answer: –1
Infinite solutions — a special case
A system has infinitely many solutions when both equations describe the same line (i.e., they're equivalent). Convert both to y = mx + b form and match the slopes. If the coefficients are proportional, the system has infinite solutions.
Functions & Relationships
f(x) = ax + b is just another way to write y = ax + b. On the ACT, treat f(x) exactly as you'd treat y — plug in the given x value and evaluate.
Compound Functions
A compound function like f(g(x)) is evaluated from the inside out. First evaluate the inner function, then plug that result into the outer function.
If h(x) = x² + 2x and j(x) = |x/4 + 2|, what is j(h(4))?
Inside first: h(4) = 4² + 2(4) = 16 + 8 = 24
Outside next: j(24) = |24/4 + 2| = |6 + 2| = |8| = 8
Direct and Inverse Variation
Direct Variation
As t increases, w increases. The variables move in the same direction.
Inverse Variation
As t increases, w decreases. The variables move in opposite directions.
Matrices
Matrix problems appear rarely on the ACT — and when they do, they only test addition and subtraction. To add or subtract two matrices, simply add or subtract the corresponding entries in each position.
A = [2, 0 / 3, –5] B = [–4, 1 / 6, 3]
A + B: Add position by position:
Row 1: 2 + (–4) = –2, 0 + 1 = 1 Row 2: 3 + 6 = 9, (–5) + 3 = –2Result: [–2, 1 / 9, –2]
Logarithms
Logarithms appear very rarely on the ACT, but you should know the one conversion rule — it's all you need:
The exponential equation x = aᵇ is equivalent to the logarithmic equation log_a(x) = b.
Example: If you see log_x(16) = 4, convert it to x⁴ = 16 → x = 2. Work with the exponent form — it's always easier to solve.
Frequently Asked Questions
How many algebra questions are on the ACT Math test?
Should I use algebra or plug in numbers on the ACT?
What is the FOIL method and when do I use it?
What quadratic equations should I memorize for the ACT?
What is the quadratic formula and when do I need it?
How do I solve a system of two equations on the ACT?
Do I need to know matrices and logarithms for the ACT?
Ready to test your algebra skills?
Practice ACT-style algebra questions for free — track your weak spots and improve efficiently.
Start free ACT Math practice →