ACT Algebra and Functions Review: Everything You Need to Score Higher

ACT algebra review doesn't have to be overwhelming — algebra and functions together account for roughly one-third of the entire Math section, making them the single largest content area you can target for score gains. This guide breaks down every major algebra and function topic you'll face on the ACT, from linear equations to composite functions, with worked examples, strategy tips, and practice questions so you can walk into test day confident.

ACT Math Section: How Algebra Fits In

Before diving into specific ACT math algebra topics, it helps to understand where algebra questions actually appear on the test. Algebra isn't confined to a single category — it spans multiple reporting domains, which means improving your algebra skills pays off across a large portion of the exam.

Question Distribution by Category

The ACT Math section falls under a framework called "Preparing for Higher Math," which accounts for 57–60% of all questions. Within that umbrella, the Algebra category itself makes up 12–15% of the test (roughly 5–7 questions on the enhanced ACT). But algebra doesn't stop there — functions claim another 12–15%, and Number & Quantity (which includes exponents and absolute value) adds 7–10%. When you factor in algebra-based modeling and applied problems in the "Integrating Essential Skills" category (40–43% of the test), algebra touches well over half of all questions.

How ACT Math questions are distributed across content categories, showing where algebra topics appear.
Category% of TestApprox. Questions (Enhanced ACT)Key Algebra Topics
Preparing for Higher Math57–60%26–27Includes Algebra, Functions, and Number & Quantity
— Algebra12–15%5–7Linear equations, inequalities, systems of equations
— Functions12–15%5–7Function notation, evaluation, composition, graphs
— Number & Quantity7–10%3–5Exponents, ratios, percentages, absolute value
— Geometry12–15%5–7Coordinate geometry overlaps with linear equations
— Statistics & Probability8–12%4–5Minimal algebra overlap
Integrating Essential Skills40–43%18–19Applied algebra in real-world contexts
Modeling25%+IntegratedAlgebra-based modeling across categories

Enhanced ACT Format Changes

Starting in April 2025, the ACT moved to an enhanced format: 45 questions in 50 minutes with 4 answer choices per question, replacing the previous 60 questions in 60 minutes with 5 choices. This change has a direct impact on your algebra strategy. Fewer answer choices means elimination is more powerful — if you can rule out just one option, you have a 1-in-3 shot. The slightly more generous per-question timing (about 67 seconds vs. 60 seconds) gives you a bit more room to show your work on multi-step algebra problems.

Pacing Strategy for Algebra Questions

Algebra questions appear throughout the test in roughly ascending difficulty. The first 15–20 questions tend to include straightforward linear equations and basic function evaluation — these should take 30–45 seconds each. Save your longer time blocks for the more complex quadratic, systems, and composite function problems that appear in the second half.

🔢ACT Math Pacing Calculator

Enter the number of questions and time available to find your ideal pace per question.

Bottom Line: Algebra topics are distributed across multiple ACT categories, so improving your algebra skills has an outsized impact on your overall Math score.

Linear Equations and Inequalities

Linear equations are the most frequently tested algebra on the ACT. If you're looking for quick score gains, this is where to start — these problems reward solid fundamentals and careful arithmetic more than any clever trick.

Solving Single-Variable Equations

Most ACT linear equation questions boil down to isolating the variable. Distribute first, combine like terms, then move variable terms to one side and constants to the other. The key is methodical work — rushing leads to sign errors that cost easy points.

Pay special attention to questions that ask for an expression rather than just the variable itself. If the problem asks "What is 2x + 1?" and you solve to find x = 5, you're not done — the answer is 2(5) + 1 = 11. This is one of the most common traps on the ACT.

Slope-Intercept Form and Graphing

You need y = mx + b memorized cold. On the ACT, you'll use it to identify slope and y-intercept from an equation, write equations from graphs or point-slope data, and solve word problems about rates of change. The slope formula m = (y₂ − y₁) / (x₂ − x₁) is equally essential — you'll see it at least once per test.

Linear Inequalities

Linear inequalities follow the same solving steps as equations with one critical exception: when you multiply or divide both sides by a negative number, you must flip the inequality sign. This rule catches students more often than any other single concept on the ACT.

Worked Example

Problem: If 3(2x − 4) = 18, what is the value of x − 1?

  1. Distribute: 6x − 12 = 18
  2. Add 12 to both sides: 6x = 30
  3. Divide by 6: x = 5
  4. The question asks for x − 1, not x: 5 − 1 = 4
Answer: The answer is 4. Notice the question asked for x − 1, not x — always re-read what is being asked.
Comparing the two algebra skill levels tested on the ACT to help you prioritize your study time.
FeatureElementary AlgebraIntermediate Algebra
DifficultyEasier — typically questions 1–30Harder — typically questions 20–45
Core TopicsLinear equations, basic inequalities, ratiosQuadratics, systems, logarithms, polynomials
Solving MethodsSingle-step or two-step equationsMulti-step, quadratic formula, substitution
Function CoverageBasic evaluation f(x)Composite functions, domain/range
Common MistakesSign errors, wrong operationFormula misapplication, incomplete factoring
Study PriorityMaster first — these are free pointsFocus here for scores above 25
Question 1 — Linear Equations
If 4(x − 3) + 2 = 22, what is the value of x?

Quadratic Equations and Factoring

Quadratic questions are among the most commonly missed on the ACT, but they're also some of the most predictable. If you know three methods — factoring, the quadratic formula, and recognizing special patterns — you can handle any quadratic the test throws at you.

Factoring Trinomials and Special Patterns

Standard factoring asks you to find two numbers that multiply to the constant term and add to the coefficient of x. For x² − 5x + 6, you need two numbers that multiply to 6 and add to −5: that's −2 and −3, giving you (x − 2)(x − 3). Quick-win patterns to memorize include the difference of squares (a² − b² = (a + b)(a − b)) and perfect square trinomials.

The Quadratic Formula

When factoring doesn't work quickly, the quadratic formula x = (−b ± √(b² − 4ac)) / 2a is your safety net — it solves any quadratic equation. The discriminant (b² − 4ac) tells you how many solutions exist: positive means two real solutions, zero means one repeated solution, and negative means no real solutions. ACT math formulas like this one must be memorized since no formula sheet is provided.

Warning: When factoring seems difficult, go straight to the quadratic formula — it works every time and prevents careless errors under pressure.

Interpreting Parabolas

Some ACT questions don't ask you to solve a quadratic — they ask you to interpret its graph. The vertex form y = a(x − h)² + k tells you the vertex is at (h, k). If a is positive, the parabola opens upward; if negative, it opens downward. The x-intercepts are the solutions to the equation, and the axis of symmetry is x = h.

Worked Example

Problem: Solve x² − 5x + 6 = 0.

  1. Look for two numbers that multiply to 6 and add to −5: those are −2 and −3
  2. Factor: (x − 2)(x − 3) = 0
  3. Set each factor equal to zero: x − 2 = 0 or x − 3 = 0
  4. Solve: x = 2 or x = 3
Solution: The solutions are x = 2 and x = 3. If factoring doesn't click immediately, the quadratic formula always works as a backup.
Quick-reference table of the most important algebra formulas for the ACT — the test does not provide a formula sheet.
Formula/RuleExpressionWhen to Use
Slope Formulam = (y₂ − y₁) / (x₂ − x₁)Finding slope from two points
Slope-Intercept Formy = mx + bGraphing lines, identifying slope and y-intercept
Quadratic Formulax = (−b ± √(b² − 4ac)) / 2aSolving any quadratic equation
FOIL Method(a + b)(c + d) = ac + ad + bc + bdMultiplying two binomials
Difference of Squaresa² − b² = (a + b)(a − b)Quick factoring of squared-term differences
Exponent Product Ruleaᵐ × aⁿ = aᵐ⁺ⁿMultiplying same-base expressions
Exponent Power Rule(aᵐ)ⁿ = aᵐⁿRaising a power to another power
Zero Exponent Rulea⁰ = 1 (a ≠ 0)Simplifying expressions with zero exponents
Question 2 — Quadratics
What are the solutions to x² − 7x + 12 = 0?

Function Notation and Operations

Students typically encounter 3–4 ACT functions questions per exam, and they range from basic evaluation to multi-step compositions. The good news: once you internalize the core pattern — "plug in and compute" — these questions become very manageable.

Evaluating Functions

When you see f(3), it means "replace every x in the function definition with 3 and calculate." The most common mistake is treating f(3) as "f times 3." To avoid this, physically cross out x in the formula and write the input value above it. For f(x) = 2x² − x + 4, evaluating f(3) means 2(3)² − 3 + 4 = 18 − 3 + 4 = 19.

Composite Functions

Composite functions like f(g(x)) seem intimidating, but the rule is simple: work from the inside out. First evaluate g(x) to get a number, then plug that number into f. The ACT tests this concept frequently because it requires careful sequential reasoning — exactly the skill they want to measure.

Worked Example

Problem: If f(x) = 2x + 1 and g(x) = x², what is f(g(3))?

  1. Start with the inner function: g(3) = 3² = 9
  2. Now evaluate the outer function: f(9) = 2(9) + 1 = 19
Final Answer: f(g(3)) = 19. Always work composite functions from the inside out.

Domain, Range, and Graph Interpretation

Domain is the set of all possible inputs (x-values), and range is the set of all possible outputs (y-values). On the ACT, domain questions usually ask you to identify values that would break the function — like dividing by zero or taking the square root of a negative number. For graph-based questions, read the domain from left to right and the range from bottom to top.

Question 3 — Functions
If f(x) = 3x − 5, what is f(f(2))?

Systems of Equations

Systems appear regularly in the ACT intermediate algebra category and can show up as pure algebra or embedded in word problems. You need two tools: substitution and elimination. Knowing when to use each one is the difference between solving in 30 seconds and burning 3 minutes.

Substitution vs. Elimination

Substitution works best when one variable is already isolated or easy to isolate. If the system gives you y = 3x + 2 as one equation, plug that expression directly into the other equation. Elimination is faster when the coefficients align nicely — if one equation has +2y and the other has −2y, adding the equations eliminates y immediately.

Choosing the Fastest Method

Scan both equations before you start solving. If a variable already has a coefficient of 1 or −1, substitution is usually quickest. If the coefficients of one variable are opposites (like +3y and −3y), elimination wins. If neither method jumps out, try elimination by multiplying one equation to match coefficients — this usually takes fewer steps than substitution for messier systems.

Systems in Word Problems

ACT word problems with systems typically involve two unknowns — like the price of two items, two rates, or two quantities. The key is translating English into equations. "A store sells shirts for $15 and hats for $10. You buy 8 items totaling $95" gives you: x + y = 8 and 15x + 10y = 95. From there, pick your method and solve.

Worked Example

Problem: Solve the system: 2x + y = 10 and x − y = 2.

  1. Since the y-coefficients are +1 and −1, use elimination — add the equations directly
  2. Adding: (2x + y) + (x − y) = 10 + 2 → 3x = 12
  3. Solve for x: x = 4
  4. Substitute back: 2(4) + y = 10 → y = 2
Result: The solution is x = 4, y = 2. Elimination was the fastest method here because the y-terms cancelled immediately.
Question 4 — Systems of Equations
If 3x + 2y = 16 and x − y = 2, what is the value of y?

Common Algebra Mistakes and How to Avoid Them

Knowing the math is only half the battle — you also need to avoid the traps that cost ACT algebra practice points. Here are the most frequent errors and specific strategies to prevent each one.

Sign and Distribution Errors

Not distributing negative signs is the single most common algebra error on the ACT. When you see −(3x + 5), students often write −3x + 5 instead of the correct −3x − 5. The fix is simple but requires discipline: rewrite the expression by distributing the negative to every term inside the parentheses before doing anything else.

Reading the Question Carefully

The ACT deliberately designs questions where solving for x is only the first step. If the question asks "What is the value of 2x + 1?" and you stop after finding x = 5, you'll select the wrong answer (5 instead of 11). Before you start solving, circle or underline exactly what the question is asking for. This 3-second habit prevents the most frustrating type of wrong answer — the one where you did all the math correctly.

Strategic Approaches: Plugging In and Backsolving

Sometimes the fastest path isn't algebra at all. Backsolving means plugging answer choices into the problem to see which one works — start with the middle value to maximize efficiency. Plugging in means assigning easy numbers to variables in abstract problems (try x = 2 or x = 3, avoiding 0 and 1). Both strategies can save 30+ seconds per question and reduce errors on problems where the algebraic path is long.

The most frequent algebra errors students make on the ACT with specific prevention strategies.
MistakeWhy It HappensHow to Fix It
Not distributing negativesStudents forget to apply the negative to all terms inside parenthesesRewrite −(a + b) as −a − b before simplifying
Confusing function notationf(3) is read as 'f times 3' instead of 'f of 3'Always substitute: replace every x in the formula with 3
Solving for the wrong valueFinding x when the question asks for 2x + 1Circle what the question actually asks before solving
Flipping inequality incorrectlyForgetting to reverse the sign when multiplying/dividing by a negativeWrite a note: 'flip!' whenever you multiply by a negative
Incomplete factoringStopping at one factoring step when more is neededCheck if each factor can be factored further
Skipping answer verificationTime pressure leads to skipping the check stepPlug your answer back into the original equation
Remember: Before submitting any algebra answer, take 5 seconds to plug it back into the original equation. This single habit catches most careless mistakes.
Question 5 — Exponents
Which expression is equivalent to (2x³)² · x?
ACT Algebra Study Checklist0/9 complete

Frequently Asked Questions

Algebra topics make up roughly one-third of the ACT Math section. In the enhanced format (45 questions), expect about 15 algebra-related questions spanning the Algebra category (12-15%) and portions of the Functions and Number & Quantity categories.

The ACT does not provide a formula sheet. Key formulas include slope formula (rise over run), slope-intercept form (y = mx + b), quadratic formula, FOIL for multiplying binomials, and exponent rules. Focus on linear and quadratic equations, as these appear most frequently.

Yes, calculators are permitted on the entire ACT Math section. Certain models with computer algebra systems (CAS) are prohibited. A graphing calculator like the TI-84 is recommended. Use it to check work and handle complex calculations, but avoid relying on it for every question.

Elementary algebra covers foundational skills like solving linear equations, inequalities, basic ratios, and percentages. Intermediate algebra tackles more advanced topics including quadratic equations, systems of equations, logarithms, polynomial expressions, and absolute value equations.

Focus on high-frequency topics first: linear equations, systems of equations, and basic function evaluation. Practice under timed conditions, learn to recognize common question patterns, and master strategic approaches like plugging in numbers and backsolving rather than relying solely on traditional algebra methods.