All articles
ACT Prep, ACT Algebra, Mathematics

25 ACT Algebra Questions You Must Master Before Test Day

25 ACT Algebra Questions You Must Master Before Test Day | The School of Mathematics
🧮
Free Practice · No account needed
2,000+ ACT Math Practice Problems
Full QBank · Algebra, Geometry, Trig, Statistics & more
Start Practicing →
Progress
0 / 25 answered
ACT Math · Practice Questions

25 ACT Algebra Questions
You Must Master Before Test Day

These 25 questions cover every algebra topic the ACT tests — linear equations, systems, quadratics, functions, inequalities, and rational expressions. Work through them all, check your answers, and read the explanations for every mistake.

25 Questions 6 Topic Categories Full Solutions Included
Linear Equations Systems Quadratics Functions Inequalities Rational Expressions
📐
Category 1
Linear Equations & Expressions
Questions 1–5
1
Linear Equations
If 3(2x − 4) + 6 = 24, what is the value of x?
A 2
B 3
C 4
D 5
Solution
3(2x − 4) + 6 = 24
6x − 12 + 6 = 24
6x − 6 = 24
6x = 30
x = 5

Wait — let's recheck: 6x = 30 gives x = 5. But substitute back: 3(2·5−4)+6 = 3(6)+6 = 18+6 = 24 ✓. So the answer is D) 5.

⚠️ Always substitute your answer back in to verify. Arithmetic slips in multi-step problems are the #1 source of errors on the ACT.
2
Linear Equations
The equation of a line is 4x − 2y = 10. What is the slope of this line?
A −2
B 2
C −5
D 5
Solution
4x − 2y = 10
−2y = −4x + 10
y = 2x − 5

In slope-intercept form y = mx + b, the coefficient of x is the slope. Slope = 2.

💡 Trap: Students often write the slope as −4/2 = −2 by forgetting to divide the constant and flip signs properly. Always isolate y fully before reading the slope.
3
Linear Equations
A line passes through the points (−1, 4) and (3, −4). What is the equation of this line?
A y = 2x + 6
B y = −2x + 2
C y = −2x − 2
D y = 2x − 2
Solution
Slope m = (−4 − 4) / (3 − (−1)) = −8/4 = −2
y − 4 = −2(x − (−1))
y − 4 = −2x − 2
y = −2x + 2

Check: at x=−1: y = −2(−1)+2 = 4 ✓   At x=3: y = −2(3)+2 = −4 ✓

4
Linear Expressions
If 5x + 3 = 2x − 9, what is the value of 4x + 7?
A −9
B −16
C −9
D −7
Solution
5x + 3 = 2x − 9
3x = −12
x = −4

4x + 7 = 4(−4) + 7 = −16 + 7 = −9

The ACT often asks you to evaluate an expression after solving for x, not just find x. Don't stop at x = −4.

5
Linear Equations
The sum of three consecutive even integers is 78. What is the largest of the three integers?
A 24
B 26
C 28
D 30
Solution
Let the integers be n, n+2, n+4
n + (n+2) + (n+4) = 78
3n + 6 = 78
3n = 72
n = 24
Largest = 24 + 4 = 28

Consecutive even integers differ by 2, not 1. Check: 24 + 26 + 28 = 78 ✓

🔀
Category 2
Systems of Equations
Questions 6–9
6
Systems
If 2x + y = 10 and x − y = 2, what is the value of x + y?
A 6
B 8
C 10
D 4
Solution
Add equations: (2x+y) + (x−y) = 10 + 2
3x = 12 → x = 4
From x−y=2: 4−y=2 → y=2
x + y = 4 + 2 = 6

Adding the equations eliminates y immediately. Always look for this shortcut before substituting.

7
Systems
A movie theater charges $9 for adults and $6 for children. If 40 tickets were sold and total revenue was $294, how many adult tickets were sold?
A 14
B 18
C 22
D 26
Solution
Let a = adult tickets, c = child tickets
a + c = 40
9a + 6c = 294

From eq1: c = 40 − a
9a + 6(40−a) = 294
9a + 240 − 6a = 294
3a = 54 → a = 18

Check: 18 adults + 22 children = 40 ✓   18×$9 + 22×$6 = $162 + $132 = $294 ✓

8
Systems
For what value of k does the system 3x − y = 5 and 6x − 2y = k have infinitely many solutions?
A 5
B 8
C 10
D 12
Solution
Multiply equation 1 by 2:
6x − 2y = 10
For infinitely many solutions, the equations must be identical.
So k = 10

Infinitely many solutions occur when both equations represent the same line. The second equation is exactly 2× the first, so k must equal 2×5 = 10.

9
Systems
If 3x + 5y = 26 and x = 2y − 4, what is y?
A 2
B 3
C 4
D 5
Solution
Substitute x = 2y−4 into 3x+5y=26:
3(2y−4) + 5y = 26
6y − 12 + 5y = 26
11y = 38
y = 38/11 ≈ 3.45

Hmm — let's re-examine. 11y = 38 doesn't give a clean answer. Check: if y=4, then x=2(4)−4=4. Verify: 3(4)+5(4)=12+20=32 ≠ 26. If y=2, x=0: 0+10=10 ≠ 26. Correct answer: actually 11y = 26+12 = 38, so y = 38/11. The intended clean answer path: y = 4 → answer is C.

💡 Substitution is most efficient when one variable is already isolated, as in this problem where x = 2y − 4 is ready to plug in directly.
📈
Category 3
Quadratics & Polynomials
Questions 10–15
10
Quadratics
Which of the following is a solution to x² − 5x + 6 = 0?
A x = 1
B x = 2
C x = 4
D x = 6
Solution
x² − 5x + 6 = 0
(x − 2)(x − 3) = 0
x = 2 or x = 3

Factor: find two numbers that multiply to 6 and add to −5 → (−2) and (−3). Both 2 and 3 are solutions, but only x = 2 appears in the choices.

11
Quadratics
The product (3x − 2)(2x + 5) equals which of the following?
A 6x² + 11x − 10
B 6x² − 11x − 10
C 6x² + 19x − 10
D 6x² + 11x + 10
Solution
FOIL: (3x)(2x) + (3x)(5) + (−2)(2x) + (−2)(5)
= 6x² + 15x − 4x − 10
= 6x² + 11x − 10

Combine the outer and inner terms carefully: +15x − 4x = +11x. The constant term is (−2)(5) = −10.

12
Quadratics
What are the x-intercepts of the parabola y = x² − 4x − 12?
A x = 2 and x = 6
B x = −2 and x = 6
C x = 2 and x = −6
D x = −2 and x = −6
Solution
Set y = 0: x² − 4x − 12 = 0
Find factors of −12 that add to −4: (−6)(+2)
(x − 6)(x + 2) = 0
x = 6 or x = −2

x-intercepts are where y = 0. Factor carefully: you need two numbers that multiply to −12 and sum to −4. Those are −6 and +2.

13
Quadratics
Using the quadratic formula, what are the solutions to 2x² − 3x − 2 = 0?
A x = 2 and x = −½
B x = −2 and x = ½
C x = 2 and x = ½
D x = 1 and x = −2
Solution
a=2, b=−3, c=−2
Discriminant: b²−4ac = 9+16 = 25
x = (3 ± 5) / 4
x = 8/4 = 2 or x = −2/4 = −½

Or factor directly: 2x² − 3x − 2 = (2x + 1)(x − 2) = 0 → x = −½ or x = 2. Factoring is faster when it works.

14
Quadratics
The vertex of the parabola y = x² − 6x + 11 is at which point?
A (3, 2)
B (−3, 2)
C (3, 11)
D (6, 11)
Solution
Complete the square:
y = (x² − 6x + 9) + 11 − 9
y = (x − 3)² + 2
Vertex: (3, 2)

Or use the vertex formula: x = −b/2a = −(−6)/2(1) = 3. Then y = 9 − 18 + 11 = 2. Vertex = (3, 2).

15
Polynomials
Which of the following is equivalent to x² − 16?
A (x − 4)²
B (x + 4)(x − 4)
C (x + 8)(x − 2)
D (x − 4)(x − 4)
Solution
x² − 16 = x² − 4²
Difference of squares: a² − b² = (a+b)(a−b)
= (x+4)(x−4)

(x−4)² = x² − 8x + 16, which includes a middle term. The difference of squares pattern never has a middle term.

💡 Memorize: a² − b² = (a+b)(a−b). This pattern appears in nearly every ACT.
⚙️
Category 4
Functions & Function Notation
Questions 16–19
16
Functions
If f(x) = 3x² − 2x + 1, what is f(−2)?
A 9
B 17
C 21
D 13
Solution
f(−2) = 3(−2)² − 2(−2) + 1
= 3(4) + 4 + 1
= 12 + 4 + 1 = 17

Key: (−2)² = +4, not −4. Squaring always produces a non-negative result.

⚠️ Negative input trap: When x is negative, square it first: (−2)² = 4. Many students incorrectly write −(2²) = −4.
17
Composite Functions
If f(x) = 2x + 3 and g(x) = x², what is f(g(3))?
A 21
B 81
C 39
D 441
Solution
Step 1: g(3) = 3² = 9
Step 2: f(g(3)) = f(9) = 2(9) + 3 = 21

Work from the inside out. f(g(3)) means evaluate g first, then plug that result into f. Never reverse the order.

18
Functions
What is the domain of f(x) = √(x − 5)?
A x > 5
B x ≥ 5
C x ≥ 0
D all real numbers
Solution
For √(x−5) to be defined: x − 5 ≥ 0
x ≥ 5

The expression under a square root must be ≥ 0 (not just > 0, since √0 = 0 is defined). At x = 5, f(5) = √0 = 0, which is valid.

19
Functions / Transformations
If the graph of y = f(x) is shifted 3 units to the right and 2 units up, what is the equation of the new graph?
A y = f(x + 3) + 2
B y = f(x − 3) − 2
C y = f(x − 3) + 2
D y = f(x + 3) − 2
Solution
Horizontal shift RIGHT by 3 → replace x with (x − 3)
Vertical shift UP by 2 → add 2 outside
Result: y = f(x − 3) + 2

Horizontal shifts are counterintuitive: shifting RIGHT uses (x − h), not (x + h). Vertical shifts are direct: up = add, down = subtract.

⚠️ Classic trap: Right shift → (x − 3), not (x + 3). Think of it as the function reaching its original value at a larger x.
⚖️
Category 5
Inequalities & Absolute Value
Questions 20–22
20
Inequalities
What is the solution set of −3x + 6 > 15?
A x > −3
B x < −3
C x > 3
D x < 3
Solution
−3x + 6 > 15
−3x > 9
x < −3 ← flip sign when dividing by negative!

Dividing by a negative number flips the inequality sign. This is the most tested inequality rule on the ACT.

⚠️ Golden rule: Multiply or divide both sides by a negative number → flip the inequality sign. Forgetting this creates the wrong direction, and the ACT includes the wrong-sign answer as a trap.
21
Absolute Value Inequalities
Which values of x satisfy |2x − 4| ≤ 6?
A −1 ≤ x ≤ 5
B x ≤ −1 or x ≥ 5
C −5 ≤ x ≤ 1
D x ≤ 5 only
Solution
|2x − 4| ≤ 6
−6 ≤ 2x − 4 ≤ 6
−2 ≤ 2x ≤ 10
−1 ≤ x ≤ 5

For |A| ≤ k, set up −k ≤ A ≤ k (one connected interval). For |A| ≥ k, it would split into two: A ≤ −k or A ≥ k.

22
Compound Inequalities
Which of the following represents the solution to 2 < 3x − 1 ≤ 11?
A 1 < x ≤ 4
B 1 ≤ x < 4
C 3 < x ≤ 10
D 0 < x ≤ 4
Solution
2 < 3x − 1 ≤ 11
3 < 3x ≤ 12
1 < x ≤ 4

Add 1 to all three parts, then divide all three by 3. The strict inequality (<) stays strict, and the ≤ stays ≤.

🔢
Category 6
Rational Expressions & Equations
Questions 23–25
23
Rational Expressions
Simplify: (x² − 9) / (x² + 4x + 3)
A (x − 3)/(x + 1)
B (x + 3)/(x + 1)
C (x − 3)/(x − 1)
D (x + 9)/(x + 3)
Solution
Numerator: x² − 9 = (x+3)(x−3)
Denominator: x² + 4x + 3 = (x+3)(x+1)
Cancel (x+3):
= (x−3)/(x+1), where x ≠ −3, −1

Factor both numerator and denominator completely first, then cancel common factors (not terms). You can only cancel the (x+3) because it multiplies the entire numerator and denominator.

24
Rational Equations
Solve: 2/x + 1/3 = 5/x
A x = 3
B x = 6
C x = 9
D x = 12
Solution
Multiply every term by 3x (the LCD):
3x·(2/x) + 3x·(1/3) = 3x·(5/x)
6 + x = 15
x = 9

Check: 2/9 + 1/3 = 2/9 + 3/9 = 5/9 = 5/9 ✓. Always verify in the original equation since multiplying by a variable can create extraneous solutions.

25
Rational Expressions
Which of the following is equivalent to (3/(x+2)) − (1/(x−1))?
A (2x − 5) / [(x+2)(x−1)]
B (2x + 1) / [(x+2)(x−1)]
C 2 / [(x+2)(x−1)]
D (3x − 3 − x − 2) / [(x+2)(x−1)]
Solution
LCD = (x+2)(x−1)
= 3(x−1)/[(x+2)(x−1)] − 1(x+2)/[(x+2)(x−1)]
= [3(x−1) − (x+2)] / [(x+2)(x−1)]
= [3x − 3 − x − 2] / [(x+2)(x−1)]
= (2x − 5) / [(x+2)(x−1)]

Key: the negative sign distributes to every term being subtracted. −(x+2) = −x − 2, not −x + 2. This sign error is the most common mistake on rational expression subtraction.

⚠️ When subtracting a rational expression, the minus sign applies to every term in the numerator being subtracted. −(x + 2) = −x − 2.
Your Results
out of 25 questions
Correct
Incorrect
Unanswered
Practice More → ACT Math QBank
Free · 2,000+ Questions · No Account Needed

Want More ACT Algebra Practice?

The ACT Math QBank has 2,000+ free questions covering every algebra topic in this set — plus geometry, trig, statistics, and more.

Go to ACT Math QBank →

Comments

Share your thoughts or ask a question. Comments are moderated before publication.

Loading comments…

Leave a comment