STUDYANDEXAM

ACT Math Practice Questions with Answers & Step-by-Step Solutions

Question 1: Solving a Linear Equation

Solve for (x): 3x+7=22

A. 3
B. 5
C. 7
D. 9

Correct Answer: B. 5

Step-by-step solution:

Start with: 3x+7=22

Subtract 7 from both sides:

3x=15

Divide both sides by 3:

x=5

Tip: Always undo addition or subtraction first, then multiplication or division.
Question 2: Percent Increase

A shirt originally costs $40. Its price is increased by 25%. What is the new price?

A. $45
B. $48
C. $50
D. $55

Correct Answer: C. $50

Step-by-step solution:

Find 25% of $40:

0.25 × 40 = 10

Add the increase to the original price:

40 + 10 = 50

So the new price is $50.

Tip: A 25% increase means you add one-fourth of the original amount.
Question 3: Substitution

If a = 4 and b = 6, what is the value of 2a + 3b?

A. 20
B. 24
C. 26
D. 30

Correct Answer: C. 26

Step-by-step solution:

Substitute a = 4 and b = 6:

2a + 3b = 2(4) + 3(6)

= 8 + 18

= 26

Tip: Replace the variables carefully before simplifying.
Question 4: Slope of a Line

What is the slope of the line passing through (2,3) and (6,11)?

A. 1
B. 2
C. 3
D. 4

Correct Answer: B. 2

Step-by-step solution:

Use the slope formula:

Slope = (y₂ − y₁) ÷ (x₂ − x₁)

= (11 − 3) ÷ (6 − 2)

= 8 ÷ 4

= 2

So the slope is 2.

Tip: Slope means "rise over run."
Question 5: Area of a Triangle

A triangle has a base of 12 and a height of 5. What is its area?

A. 17
B. 30
C. 60
D. 120

Correct Answer: B. 30

Step-by-step solution:

Use the triangle area formula:

A = ½bh

Where

  • b = base
  • h = height
A=½(12)(5)

A=30

Shortcut: Multiply the base and height first, then divide by 2.

Tip: The area of a triangle is always half the area of a rectangle with the same base and height, so never forget the ½ in the formula.
Question 6: Ratio

The ratio of boys to girls in a class is 3:5. If there are 24 boys, how many girls are there?

A. 30
B. 35
C. 40
D. 45

Correct Answer: C. 40

Step-by-step solution:

The ratio is: 3:5

3 parts represent 24 boys.

One part is:

24 ÷ 3 = 8

Girls are 5 parts:

5 × 8 = 40

So there are 40 girls.

Tip: First find the value of one ratio part.
Question 7: Exponents

Simplify: x³ · x⁴

A. x⁷
B. x¹²
C. 2x⁷
D. x

Correct Answer: A. x⁷

Step-by-step solution:

When multiplying powers with the same base, add the exponents:

x³ · x⁴ = x³⁺⁴

= x⁷

Tip: Multiply same bases → add exponents.
Question 8: Mean

The test scores are 80, 85, 90, and 95. What is the mean score?

A. 85
B. 87.5
C. 90
D. 92.5

Correct Answer: B. 87.5

Step-by-step solution:

Add the scores:

80 + 85 + 90 + 95 = 350

Divide by the number of scores:

350 ÷ 4 = 87.5

So the mean is 87.5.

Tip: Mean means average.
Question 9: Probability

A bag contains 4 red marbles, 3 blue marbles, and 5 green marbles. What is the probability of picking a blue marble?

A. ¼
B. 3/12
C. 5/12
D. 3/5

Correct Answer: B. 3/12

Step-by-step solution:

Total marbles:

4 + 3 + 5 = 12

Blue marbles: 3

Probability = 3/12

This can also simplify to ¼, but the exact matching answer is 3/12.

Tip: Probability = favorable outcomes ÷ total outcomes.
Question 10: Pythagorean Theorem

A right triangle has legs of length 6 and 8. What is the hypotenuse?

A. 10
B. 12
C. 14
D. 16

Correct Answer: A. 10

Step-by-step solution:

For any right triangle, use the Pythagorean Theorem: a²+b²=c²

where:

  • a and b are the legs
  • c is the hypotenuse (the longest side)

So:

a²+b²=c²
6² + 8² = c²
Calculate the squares:
36 + 64 = c²
100 = c²
Take the square root of both sides:
c = √100
c = 10
Therefore:
The hypotenuse is 10 units long.

Shortcut: Recognize the common 3–4–5 triangle pattern.

Since:
3 : 4 : 5
and
6 : 8 : 10 = (3×2) : (4×2) : (5×2)
the hypotenuse must be 10.

Tip: The hypotenuse is always the longest side of a right triangle and is always opposite the right angle. Knowing common Pythagorean triples such as 3-4-5, 5-12-13, and 8-15-17 can help you solve questions quickly without doing calculations.

Question 11: Quadratic Factoring

Factor: x² + 5x + 6

A. (x + 1)(x + 6)
B. (x + 2)(x + 3)
C. (x - 2)(x - 3)
D. (x + 5)(x + 1)

Correct Answer: B. (x + 2)(x + 3)

Step-by-step solution:

Find two numbers that multiply to 6 and add to 5.

Those numbers are 2 and 3.

So:

x² + 5x + 6 = (x + 2)(x + 3)

Tip: For x² + bx + c, look for two numbers that multiply to c and add to b.
Question 12: Solving a System

Solve the system: x + y = 10 and x - y = 2

A. (4,6)
B. (5,5)
C. (6,4)
D. (8,2)

Correct Answer: C. (6,4)

Step-by-step solution:

Add the two equations:

x + y = 10

x - y = 2

Adding gives:

2x = 12

x = 6

Substitute into x + y = 10:

6 + y = 10

y = 4

So the solution is (6,4).

Tip: Adding equations can eliminate a variable.
Question 13: Function Evaluation

If f(x) = 2x² - 3, what is f(4)?

A. 13
B. 21
C. 29
D. 32

Correct Answer: C. 29

Step-by-step solution:

Substitute x = 4:

f(4) = 2(4)² - 3

= 2(16) - 3

= 32 - 3

= 29

Tip: Always square before multiplying unless parentheses say otherwise.
Question 14: Inequality

Solve: 2x - 5 > 9

A. x > 2
B. x > 5
C. x > 7
D. x < 7

Correct Answer: C. x > 7

Step-by-step solution:

Add 5 to both sides:

2x > 14

Divide by 2:

x > 7

Tip: If you multiply or divide an inequality by a negative number, flip the sign.
Question 15: Absolute Value

Solve: |x| = 9

A. x = 9 only
B. x = -9 only
C. x = 0
D. x = 9 or x = -9

Correct Answer: D. x = 9 or x = -9

Step-by-step solution:

Absolute value means distance from 0.

Both 9 and -9 are 9 units away from 0.

So:

x = 9 or x = -9

Tip: Absolute value equations usually have two answers.
Question 16: Circle Area

A circle has radius 7. What is its area?

A. 14π
B. 28π
C. 49π
D. 98π

Correct Answer: C. 49π

Step-by-step solution:

Use:

A = πr²

The radius is 7:

A = π(7)²

A = 49π

Tip: Radius is squared in the area formula.
Question 17: Distance Formula

What is the distance between (1,2) and (4,6)?

A. 3
B. 4
C. 5
D. 7

Correct Answer: C. 5

Step-by-step solution:

Find the change in x:

4 - 1 = 3

Find the change in y:

6 - 2 = 4

Use the Pythagorean Theorem:

3² + 4² = c²

9 + 16 = 25

c = 5

Tip: Points on a coordinate plane often form a right triangle.
Question 18: Linear Function

A line has slope 3 and y-intercept 2. What is its equation?

A. y = 2x + 3
B. y = 3x + 2
C. y = 3x - 2
D. y = x + 2

Correct Answer: B. y = 3x + 2

Step-by-step solution:

Slope-intercept form is:

y = mx + b

where m is the slope and b is the y-intercept.

Here:

m = 3

b = 2

So:

y = 3x + 2

Tip: In y = mx + b, the number beside x is the slope.
Question 19: Simple Interest

A bank account earns simple interest. If $500 is invested at 6% annual interest for 2 years, how much interest is earned?

A. $30
B. $60
C. $90
D. $120

Correct Answer: B. $60

Step-by-step solution:

Use:

I = Prt

Where:
·  I = Interest earned
·  P = Principal (the original amount invested or borrowed)
·  r = Annual interest rate (written as a decimal)
·  t = Time (usually in years)

I = 500(0.06)(2)

I = 60

So the interest earned is $60.

Tip: Convert percent to decimal before multiplying.
Question 20: Median

Find the median of: 3, 8, 10, 15, 20

A. 8
B. 10
C. 11
D. 15

Correct Answer: B. 10

Step-by-step solution:

The numbers are already in order.

The middle number is:

10

So the median is 10.

Tip: Median means middle value.
Question 21: Word Problem with Equation

A number increased by 7 is 19. What is the number?

A. 10
B. 11
C. 12
D. 13

Correct Answer: C. 12

Step-by-step solution:

Let the number be x.

"Increased by 7" means:

x + 7

So:

x + 7 = 19

Subtract 7 from both sides:

x = 12

Tip: Translate words into math slowly.
Question 22: Proportion

Solve: x/6 = 4/3

A. 6
B. 8
C. 10
D. 12

Correct Answer: B. 8

Step-by-step solution:

Cross multiply:

3x = 6 × 4

3x = 24

Divide by 3:

x = 8

Tip: Cross multiplication is useful when two fractions are equal.
Question 23: Scientific Notation

Write 45,000 in scientific notation.

A. 4.5 × 10³
B. 4.5 × 10⁴
C. 45 × 10³
D. 0.45 × 10⁵

Correct Answer: B. 4.5 × 10⁴

Step-by-step solution:

Move the decimal so the number is between 1 and 10:

45,000 = 4.5

The decimal moved 4 places.

So:

45,000 = 4.5 × 10⁴

Tip: Scientific notation should begin with a number from 1 to less than 10.
Question 24: Square Roots

Simplify: √81

A. 8
B. 9
C. 18
D. 40.5

Correct Answer: B. 9

Step-by-step solution:

9 × 9 = 81

So:

√81 = 9

Tip: The square root asks, “What number times itself gives this?”
Question 25: Parallel Lines

Which line is parallel to y = 4x - 1?

A. y = 4x + 3
B. y = -4x + 3
C. y = ¼x + 3
D. y = -¼x + 3

Correct Answer: A. y = 4x + 3

Step-by-step solution:

Parallel lines have the same slope.

The slope of:

y = 4x - 1

is 4.

The equation with slope 4 is:

y = 4x + 3

Tip: Parallel lines have equal slopes.
Question 26: Perimeter of Rectangle

A rectangle has length 9 and width 4. What is its perimeter?

A. 13
B. 18
C. 26
D. 36

Correct Answer: C. 26

Step-by-step solution:

Use:

P = 2l + 2w

P = 2(9) + 2(4)

P = 18 + 8

P = 26

Tip: Perimeter means distance around the outside.
Question 27: Volume of a Rectangular Prism

A box has length 5, width 3, and height 4. What is its volume?

A. 12
B. 20
C. 45
D. 60

Correct Answer: D. 60

Step-by-step solution:

Use:

V = lwh

V = 5 × 3 × 4

V = 60

Tip: Volume measures space inside a 3D object.
Question 28: Angle Sum of Triangle

Two angles of a triangle are 50° and 60°. What is the third angle?

A. 60°
B. 70°
C. 80°
D. 90°

Correct Answer: B. 70°

Step-by-step solution:

The angles in a triangle add to:

180°

Add the known angles:

50 + 60 = 110

Subtract from 180:

180 - 110 = 70

So the third angle is 70°.

Tip: Every triangle has an angle sum of 180°.
Question 29: Trigonometry

In a right triangle, an angle has opposite side 6 and hypotenuse 10. What is sin θ?

A. 3/5
B. 4/5
C. 5/3
D. 5/4

Correct Answer: A. 3/5

Step-by-step solution:

Sine is:

sin θ = opposite ÷ hypotenuse

sin θ = 6/10

Simplify:

6/10 = 3/5

Tip: Remember SOH-CAH-TOA:
SOH → Sine = Opposite ÷ Hypotenuse
CAH → Cosine = Adjacent ÷ Hypotenuse
TOA → Tangent = Opposite ÷ Adjacent
Question 30: Completing the Square Idea

What number should be added to x² + 10x to make it a perfect square trinomial?

A. 10
B. 20
C. 25
D. 100

Correct Answer: C. 25

Step-by-step solution:

Take half of the coefficient of x:

10 ÷ 2 = 5

Square it:

5² = 25

So add 25.

x² + 10x + 25 = (x + 5)²

Tip: For completing the square, use (b/2)².
Question 31: Arithmetic Sequence

What is the next number in the sequence? 4, 9, 14, 19, ___

A. 21
B. 22
C. 24
D. 29

Correct Answer: C. 24

Step-by-step solution:

Find the pattern:

9 - 4 = 5

14 - 9 = 5

19 - 14 = 5

Each term increases by 5.

Next:

19 + 5 = 24

Tip: In arithmetic sequences, the same number is added each time.
Question 32: Geometric Sequence

What is the next number in the sequence? 3, 6, 12, 24, ___

A. 30
B. 36
C. 42
D. 48

Correct Answer: D. 48

Step-by-step solution:

Each term is multiplied by 2:

3 × 2 = 6

6 × 2 = 12

12 × 2 = 24

Next:

24 × 2 = 48

Tip: In geometric sequences, the same number is multiplied each time.
Question 33: Coordinate Midpoint

Find the midpoint of (2,4) and (8,10).

A. (4,6)
B. (5,7)
C. (6,8)
D. (10,14)

Correct Answer: B. (5,7)

Step-by-step solution:

Use the midpoint formula:

((x₁ + x₂)/2, (y₁ + y₂)/2)

Substitute the values:

((2 + 8)/2, (4 + 10)/2)

= (10/2, 14/2)

= (5,7)

Tip: Midpoint means average the x-values and average the y-values.
Question 34: Matrix Addition

Add the matrices:

     [1 3]   +   [5 1]
     [2 4]         [0 6]

A. [6 4]

     [2 10]

B. [5 3]

     [2 24]

C. [4 6]
     [10 2]

D. [6 3]

     [2 6]

Correct Answer: A.

[6 4]
[2 10]

Step-by-step solution:

Add matching positions:

1 + 5 = 6

3 + 1 = 4

2 + 0 = 2

4 + 6 = 10

So:

[6 4]
[2 10]

Tip: In matrix addition, add numbers in the same position.
Question 35: Complex Numbers

Simplify: (3 + 2i) + (4 - 5i)

A. 7 + 7i
B. 7 - 3i
C. -1 - 3i
D. 12 - 10i

Correct Answer: B. 7 - 3i

Step-by-step solution:

Add the real parts:

3 + 4 = 7

Add the imaginary parts:

2i + (-5i) = -3i

So:

(3 + 2i) + (4 - 5i) = 7 - 3i

Tip: Combine real parts with real parts and imaginary parts with imaginary parts.
Question 36: Logarithms

If log₂ 8 = x, what is x?

A. 2
B. 3
C. 4
D. 8

Correct Answer: B. 3

Step-by-step solution:

log₂ 8 = x means:

2x = 8

Since:

2³ = 8

x = 3

Tip: A logarithm asks, “What exponent do I need?”
Question 37: Quadratic Formula

Solve: x² - 5x + 6 = 0

A. x = 1, 6
B. x = 2, 3
C. x = -2, -3
D. x = 0, 6

Correct Answer: B. x = 2, 3

Step-by-step solution:

Factor:

x² - 5x + 6 = (x - 2)(x - 3)

Set each factor equal to 0:

x - 2 = 0

x = 2

x - 3 = 0

x = 3

So:

x = 2, 3

Tip: When a product equals 0, at least one factor must equal 0.
Question 38: Direct Variation

If y varies directly as x, and y = 12 when x = 3, what is y when x = 5?

A. 15
B. 18
C. 20
D. 24

Correct Answer: C. 20

Step-by-step solution:

Direct variation means:

y = kx

Use y = 12 and x = 3:

12 = 3k

k = 4

Now use x = 5:

y = 4(5)

y = 20

Tip: Direct variation keeps the same multiplier.
Question 39: Permutations

How many different ways can 3 students line up in a row?

A. 3
B. 6
C. 9
D. 12

Correct Answer: B. 6

Step-by-step solution:

There are 3 choices for the first position.

After that, 2 choices remain for the second position.

Then 1 choice remains for the last position.

3 × 2 × 1 = 6

So there are 6 ways.

Tip: When order matters, think multiplication.
Question 40: Mixed Word Problem

A taxi charges a flat fee of $4 plus $2 per mile. Which equation gives the total cost (C) for (m) miles?

A. C = 4m + 2
B. C = 2m + 4
C. C = 6m
D. C = 4m - 2

Correct Answer: B. C = 2m + 4

Step-by-step solution:

The taxi charges $2 for each mile, so the mileage cost is:

2m

There is also a flat fee of $4.

Add them:

C = 2m + 4

Tip: A flat fee is a starting amount. The per-mile charge is multiplied by the number of miles.


Disclaimer: This article has been written for informational purposes to help students understand the ACT in a simple and clear way. It is independently developed and is not affiliated with, sponsored by, endorsed by, or associated with ACT, Inc. The ACT name is used solely for reference. Students are encouraged to also refer to the official ACT website for the latest guidelines, as test information may be updated from time to time.