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