Updated July 29, 2025

If you’re studying for the ACT, you’re almost guaranteed to run into a good number of geometry questions.

For many students, this can feel overwhelming.

By the time most students take the ACT, it’s been a while since they studied shapes, angles, or circles. For some, geometry was never their strongest subject to begin with.

Fortunately, ACT geometry is much more straightforward than high school geometry. There are no proofs, no constructions, and no theorems to explain. Just formulas, figures, and solving for unknowns.

While ACT geometry makes up a larger portion of the test than it does on the SAT, the concepts are highly repetitive and conquerable with review. Once you review the key concepts, you’ll find that it’s surprisingly manageable.

In this guide, we’ll show you exactly what to focus on: the most tested concepts, the must-know formulas, and the strategies that will help you work through geometry questions with confidence.

Jump to section:

How Much Geometry Is on the ACT?
The 9 Most Important ACT Geometry Topics

  1. Lines and Angles
  2. Triangles
  3. Polygons
  4. Circles
  5. Coordinate Geometry
  6. Area, Perimeter, Volume, and Surface Area
  7. Basic Trigonometry
  8. Transformations and Similarity
  9. Interpreting Diagrams

Next Steps


In the ACT Math section, about 15% of the questions are geometry questions. These questions appear throughout the test, not only in a single section.

On the exam, you’ll see questions on topics like:

  • Lines and angles
  • Triangles and special right triangles
  • Polygons
  • Circles
  • Coordinate geometry
  • 3D geometry
  • Basic trigonometry

Unlike geometry class in school, however, you won’t have to write proofs. The ACT is focused on applying formulas and solving for unknowns.

Let’s break down the core concepts you’ll need to know on test day.

Understanding the relationships between lines and angles is one of the building blocks of ACT geometry. When approaching one of these questions, remember the following key rules:

  • A straight angle is 180°
  • Supplementary angles are angles that sum to 180°
  • Adjacent angles (angles that share a side and a vertex) are supplementary and sum to 180°
Here, the blue and yellow angles are adjacent and supplementary
  • Vertical angles (opposite angles formed by the intersection of two lines) are equal
The yellow angles are equal, and the blue angles are equal

When working with parallel lines, remember:

  • When two parallel lines are cut by a third line, the corresponding angles, exterior angles, interior angles, and alternate angles are all congruent.

    To understand what this means, see the diagram below. The same-colored angles are all congruent.
  • The interior angles on the same side are supplementary, meaning they add to 180°.
The blue and yellow angles are supplementary

The ACT may give you a diagram with lines and expect you to identify one or more of these relationships quickly. Labeling and matching angles visually can help you avoid mistakes.

Practice Question

Two parallel lines are intersected by a transversal line. One angle measures (4x + 10)°, and its vertical angle measures (6x – 30)°. What is the value of x?

A) 10
B) 12.5
C) 20
D) 25

Correct Answer: C

Explanation: Vertical angles are congruent. Therefore, set the two angles equal to each other: 4x + 10 = 6x – 30. Solve to get x = 20

The ACT frequently asks questions about triangles — especially right triangles, which have one angle that is 90°. Here are the key tips to know when dealing with these questions:

  • The interior angles of any triangle add up to 180°
  • In an isosceles triangle, two sides and two angles are equal
  • In an equilateral triangle, all sides and angles are equal (each angle is 60°)
  • In a right triangle, the Pythagorean Theorem tells you that in any right triangle with sides a, b, and c, a2+b2 = c2
  • It’s also important to memorize the properties of two special right triangles, which often show up on the ACT exam: the 45°-45°-90° triangle, and the 30°-60°-90° triangle.

    In the 45°-45°-90° triangle, the two sides are equal to each other (represented by x), and the hypotenuse is equal to x * √2.

    In the 30°-60°-90° triangle, if we represent the side opposite to the 30° angle as x, the side opposite the 60° angle is x√3, and the hypotenuse is 2x.

The ACT often includes questions about polygons, or shapes with straight sides. A “regular polygon” is a polygon where all sides are the same length and all interior angles are equal. Think of a stop sign, which is a regular octagon with 8 equal sides. A trapezoid, on the other hand, is an irregular polygon where not all the sides are the same length.

When working with polygons, remember:

  • If a regular polygon has n sides, the measure of one interior angle in the polygon is ((n – 2) × 180°) / n
  • The sum of the interior angles is equal to (n – 2) × 180°
  • The sum of the exterior angles is 360°

Practice Question

Each interior angle of a regular polygon measures 162°. How many sides does the polygon have?

A) 18
B) 20
C) 22
D) 24

Answer: B. 

Explanation: The interior angle of a polygon with n sides is equal to ((n-2)×180)/n. Set that equal to 162 and solve for n: ((n-2)×180)/n = 162 ->  (n-2)×180 = 162n -> 180n – 360 = 162n ->  18n = 360 -> n = 20 

The ACT will often ask for the area, perimeter, and other properties of a circle. The following are the key rules to remember when encountering those questions. If you have a circle with a radius r and diameter d

  • Circumference (the perimeter of the circle): c =2r or c=d 
  • Area: a =r2

Things can get a little more complicated if you’re trying to calculate information about a slice (called a “sector”) of a circle. In this case, if you draw an arc with length s

  • Arc length: arc length = 360* 2r
  • Sector area: area = (θ/360°)*r^2
  • A tangent is a line that’s perpendicular to the radius at the point of contact

Practice Question

In a circle of radius 10, a central angle of θ radians cuts an arc of length 5π. What is the value of θ in radians?

A) π/2
B) π
C) 3π/2
D) 2π

Answer: A. 

Explanation: The arc length is equal to rθ. Set that equal to 5π: 5π = 10θ → θ = π/2.

Coordinate geometry questions ask you to analyze shapes on the xy-plane. Be ready to use the slope, distance, and midpoint formulas in order to answer questions:

  • Slope = (y2 – y1) / (x2 – x1)
  • Distance formula: √[(x2 – x1)^2 + (y2 – y1)^2]
  • Midpoint formula: ((x1 + x2)/2 , (y1 + y2)/2)
  • Parallel lines have the same slope
  • Perpendicular lines have slopes that are negative reciprocals

For circles plotted on a graph, remember the following rules:

  • Equation: (x-h)2+(y-k)2 = r2
    where (h, k) = center of the circle, r = radius

Practice Question

Triangle ABC has vertices A(1, 2), B(7, 2), and C(7, 6). What is the length of the altitude from point C to side AB?

A) 3
B) 4
C) 5
D) 6

Answer: B.

Explanation: AB is a horizontal line, so the height is the vertical distance from C to line AB: 6 – 2 = 4

If you need more help solving this question, or you want individualized guidance to help you in achieving a top score on the ACT, reach out to us for one-on-one support!

You should also expect to see questions about the area, perimeter of rectangles, triangles, and trapezoids, as well as the volume, and surface area of three-dimensional shapes. Surface area formulas are rarely tested but may appear occasionally. 

Memorizing a few simple formulas is all it takes to solve these efficiently:

You should also know how to find the volume and surface area of a sphere:

Practice Question

A cube has a surface area of 384 square inches. What is the volume of the cube?

A) 512 in³
B) 576 in³
C) 729 in³
D) 864 in³

Answer: A. 

Explanation: The surface area of a cube with side length s is 6s². This is because each side’s area is s², and there are six sides in total. Set that equal to 384: 6s² = 384 → s² = 64 → s = 8. Then, find the volume of the cube, which is equal to s^3. Volume = 8³ = 512.

On the ACT, all trigonometry questions involve right triangles and simple ratios like sine, cosine, and tangent. For right triangles with an angle θ, where the side opposite the angle is o and the side adjacent to the angle is a:

You can use the acronym “SOHCAHTOA” to remember these rules.

Additionally, know the following reciprocals of sine, cosine, and tangent:

  • csc(θ) = hypotenuse/opposite 
  • sec(θ) = hypotenuse/adjacent
  • cot(θ) = adjacent/opposite 

It’s also useful to know the following simple identities and cofunctions:

  • sin(x) = cos(90-x)
    cos(x) = sin(90-x)
  • sec(x) = csc(90-x)
    csc(x) = sec(90-x)
  • tan(x) = cot(90-x)
    cot(x) = tan(90-x) 

Also, it’s important to know how the trigonometric functions are plotted on a graph. Take note of these graphs’ horizontal lengths (the period) and the vertical distances between each peak (the amplitude):

Practice Question

In triangle ABC, angle C is a right angle. If sin(A) = 3/5, and the length of side AC = 12, what is the length of side AB (the hypotenuse)?

A) 15
B) 16
C) 18
D) 20

Answer: D 

Explanation: sin(A) = opposite/hypotenuse = 3/5. This means that the ratio of the opposite to the hypotenuse is ⅗. If side AC (“opposite”) = 12, then we can find hypotenuse h by setting 12/h = ⅗ → 12 ÷ (3/5) = h → h = 20

You’ll also see questions that focus on how shapes move, resize, and relate to each other. Know your transformation terms and how to compare sides and angles:

  • Reflection: mirror image
  • Rotation: turn around a point
  • Translation: slide
  • Dilation: scale up/down
  • Similar figures: same shape, angles equal, sides proportional
  • Congruent figures: same shape and size

Practice Question

Triangle DEF is similar to triangle XYZ. The sides of triangle DEF are 5, 12, and 13. If the shortest side of triangle XYZ is 15, what is the perimeter of triangle XYZ?

A) 39
B) 60
C) 78
D) 90

Answer: D. 

Explanation: Pick two sides to first determine the scale factor. If we find the ratio of the two shortest sides, 15 in XYZ and 5 in DEF, we see that the scale factor is 15/5 = 3. In other words, the sides of XYZ are 3 times larger than those in DEF. Then, we can use this to directly calculate the perimeter: 3 × (5+12+13) = 3 × 30 = 90.

Lastly, the ACT often tests how well you interpret diagrams and apply basic reasoning. These tips will help you think through these diagrams and answer the questions correctly:

  • Don’t assume lines are parallel or angles are equal without labels or statements
  • Pay attention to phrases like “figure not drawn to scale”
  • Sometimes diagrams are intentionally misleading or incomplete. If necessary, verify them independently with your own calculations

ACT geometry is one of the most formula-driven parts of the exam. Memorize the essentials, practice applying them, and stay alert to traps. With the right preparation, geometry can become one of your highest-scoring areas on the ACT Math section.

Need more support? Reach out to us to get tailored, one-on-one tutoring to target your weak areas.

Related ACT Posts