ACT Math · Geometry
Pythagorean Theorem & Distance on the ACT: Every Type, Named and Explained
Pythagorean Theorem
a² + b² = c²
Distance Formula (same theorem)
d = √((x₂−x₁)² + (y₂−y₁)²)
Pythagorean Triples — Memorize These for the ACT
Question types covered in this guide
| Question Type | Named Method | Frequency |
|---|---|---|
| Solving for the hypotenuse | The Leg-Leg-Hyp Setup | Very High |
| Solving for a leg — the subtraction form | The Hyp-Minus-Leg Setup | Very High |
| Pythagorean triples and their multiples | The Triple Scan | High |
| Disguised problems — diagonals, ladders, and grids | The Right-Triangle Recognition Rule | Medium |
| Distance formula — Pythagorean theorem on the coordinate plane | The Δx-Δy Method | Low |
Type 1
Solving for the Hypotenuse
Very High FrequencyWhen both legs of a right triangle are known, the hypotenuse is found by squaring each leg, adding the squares, and taking the square root: c = √(a² + b²). The hypotenuse c is always the side opposite the right angle and always the longest side of the triangle. Confirming that c is the longest side before computing is a useful verification step.
On ACT questions, the two legs are usually given directly or can be read from a diagram. The most common execution errors are: computing a + b instead of √(a² + b²), or computing √(a² − b²) by subtracting instead of adding the squared values.
Named Method
The Leg-Leg-Hyp Setup
Step 1 — confirm which side is the hypotenuse: it is opposite the right angle, or equivalently, it is the longest side. Assign that side the variable c. Step 2 — assign the two legs as a and b. Step 3 — substitute into c = √(a² + b²) and compute. Before computing, check whether the given numbers match a Pythagorean triple (see the Triple Scan). If they do, skip the arithmetic and read off the answer directly.
Verify: your computed hypotenuse must be larger than both legs. If c is smaller than either leg, you either assigned c to the wrong side or made a subtraction error in the formula.
✓ Correct — Leg-Leg-Hyp Setup applied
Legs: a=6, b=8 c = √(6²+8²) = √(36+64) = √100 = 10 ✓ (6-8-10 triple: 3-4-5 scaled by 2)
✗ Incorrect — legs added instead of squared
Legs: a=6, b=8 Error: c = 6+8 = 14 ✗ (Must square and add, then take √: c = √(36+64) = √100 = 10)
ACT-style practice question
A right triangle has legs of length 8 and 15. What is the length of the hypotenuse?
Classic Test Prep
Take a mini-diagnostic
Get your projected ACT score in just 15 minutes
Type 2
Solving for a Leg — The Subtraction Form
Very High FrequencyWhen the hypotenuse and one leg are known, the missing leg is found by rearranging the theorem: a = √(c² − b²). This is the subtraction form of the Pythagorean theorem. Students who apply the standard formula without rearranging — adding instead of subtracting — produce a value larger than the hypotenuse, which is impossible. The direction of the operation (subtract, not add) is the one step students most often get wrong on this question type.
The critical setup step: verify which value is c before computing. The hypotenuse is always the longest value given. Assigning c to a leg and then subtracting produces a negative under the radical — an immediate signal that c was assigned incorrectly.
⚠ The Add-vs-Subtract Trap — Solving for a Leg Uses c² − b², Not c² + b²
Named Method
The Hyp-Minus-Leg Setup
Step 1 — identify the hypotenuse (the longest value given, opposite the right angle). That is c. Step 2 — assign the known leg as b. Step 3 — compute: a = √(c² − b²). Before computing, apply the Triple Scan — if c and b match a known triple, read off a directly. After computing, verify: the missing leg must be less than the hypotenuse and greater than 0.
Memory cue: “Hyp minus Leg” — when solving for a leg, you subtract. When solving for the hypotenuse, you add. The direction of the operation changes depending on what you are solving for. Write it explicitly on scratch paper before substituting numbers.
✓ Correct — Hyp-Minus-Leg Setup applied
Hyp c=25, leg b=24 a = √(25²−24²) = √(625−576) = √49 = 7 ✓ (7-24-25 Pythagorean triple)
✗ Incorrect — added instead of subtracted
Hyp c=25, leg b=24 Error: √(25²+24²) = √(625+576) = √1201 ≈ 34.7 ✗ (Result larger than hypotenuse — impossible) Must subtract: c² − b², not c² + b²
ACT-style practice question
In a right triangle, the hypotenuse has length 13 and one leg has length 5. What is the length of the other leg?
Type 3
Pythagorean Triples and Their Multiples
High FrequencyA Pythagorean triple is a set of three integers that satisfy a² + b² = c². The ACT heavily favors right triangle questions with side lengths that are Pythagorean triples or their multiples — because clean integer answers are easier to include in answer choices. The four triples to memorize are 3-4-5, 5-12-13, 8-15-17, and 7-24-25. Every multiple of a triple is also a triple: a 6-8-10 triangle (3-4-5 × 2) and a 9-12-15 triangle (3-4-5 × 3) both satisfy a² + b² = c².
Recognizing a triple or its multiple eliminates all computation. If two sides of a right triangle match two values in a known triple (or a scaled version), the third side is immediately known without algebra or a calculator.
Named Method
The Triple Scan
When two side lengths of a right triangle are given: (1) check whether they could be two members of a known triple. If they have a common factor, divide both by it and check whether the reduced pair matches any base triple. (2) If yes, multiply the third member of the base triple by the same factor to get the missing side. No squaring, no square roots, no calculator.
Example: legs are 15 and 20. Divide by 5: 3 and 4. That is the 3-4-5 triple. The hypotenuse of the base triple is 5. Multiply: 5 × 5 = 25. The hypotenuse is 25. Example 2: hypotenuse is 26, one leg is 10. Divide by 2: hypotenuse 13, leg 5. That is the 5-12-13 triple. Other leg = 12 × 2 = 24.
✓ Correct — Triple Scan applied
Legs: 15 and 20 GCF = 5 → reduced: 3 and 4 Base triple: 3-4-5 Hypotenuse = 5 × 5 = 25 ✓ (no calculation needed)
✗ Incorrect — triple not recognized, arithmetic error
Legs: 15 and 20 Error: 15² + 20² = 225+400 = 625 √625 = … student approximates √625 ≈ 24 ✗ (exact answer: 25) (Triple Scan would have given 25 instantly)
ACT-style practice question
A right triangle has legs of length 9 and 12. What is the length of the hypotenuse?
Classic Test Prep
Take a mini-diagnostic
Get your projected ACT score in just 15 minutes
Type 4
Disguised Problems — Diagonals, Ladders, and Grids
Medium FrequencyMany ACT problems require the Pythagorean theorem without explicitly mentioning a right triangle. The right triangle is hidden inside a geometric context — the diagonal of a rectangle, a ladder leaning against a wall, a path across a grid, or a segment connecting two points on a figure. Recognition — identifying that a right triangle is present — is the primary skill being tested. Once you identify the right triangle and its legs, the calculation is standard.
The right angle is always created by perpendicular lines: the horizontal and vertical of a rectangle, the ground and the wall for a ladder, the row and column of a grid. Any segment connecting the ends of two perpendicular segments is the hypotenuse of a right triangle with those segments as legs.
Rectangle Diagonal
Length and width are legs; diagonal is the hypotenuse.
Ladder / Slant
Wall (vertical) and ground (horizontal) are legs; ladder is hypotenuse.
Grid / Coordinate
Horizontal and vertical grid spans are legs; shortest path is hypotenuse.
Named Method
The Right-Triangle Recognition Rule
When reading any geometry word problem, ask: are there two perpendicular segments in this figure? If yes, you have two legs of a right triangle. The segment (real or implied) connecting their free endpoints is the hypotenuse. Once you identify the three sides, apply either the Leg-Leg-Hyp Setup or the Hyp-Minus-Leg Setup depending on which side is unknown.
Common perpendicular pairs to look for: ground and wall (ladder problems), length and width of a rectangle (diagonal problems), horizontal and vertical movement (grid and map problems), and the altitude of a figure meeting a base at a right angle. Any time a problem mentions “the shortest path,” “the straight-line distance,” or “the direct distance,” it is almost always describing a hypotenuse.
✓ Correct — right triangle identified in rectangle
Rectangle 5×12 Diagonal = hypotenuse a=5, b=12 c = √(25+144) = √169 = 13 ✓ (5-12-13 triple)
✗ Incorrect — perimeter used instead of diagonal
Rectangle 5×12 Error: diagonal = 5+12 = 17 ✗ (Pythagorean theorem required; the diagonal is NOT a+b)
ACT-style practice question
A rectangular garden has a length of 24 feet and a width of 7 feet. What is the length, in feet, of a straight path from one corner of the garden to the opposite corner?
Type 5
Distance Formula — Pythagorean Theorem on the Coordinate Plane
Low FrequencyThe distance between two points on the coordinate plane is the hypotenuse of the right triangle formed by the horizontal and vertical distances between the points. The horizontal distance is |x₂ − x₁| and the vertical distance is |y₂ − y₁|. These are the two legs. The distance formula d = √((x₂−x₁)² + (y₂−y₁)²) is simply the Pythagorean theorem with the differences substituted for a and b.
Students who understand this relationship never need to memorize the distance formula as a separate formula — it is just a² + b² = c² where a = Δx and b = Δy. Drawing the right triangle on scratch paper before computing makes the leg-identification step visual and eliminates setup errors.
Named Method
The Δx-Δy Method
Step 1 — compute Δx = |x₂ − x₁| (the horizontal leg). Step 2 — compute Δy = |y₂ − y₁| (the vertical leg). Step 3 — apply the Pythagorean theorem: d = √(Δx² + Δy²). Apply the Triple Scan to Δx and Δy before computing the square root — if they match a triple’s two legs, the hypotenuse is the third member.
The absolute value bars ensure that Δx and Δy are both positive — it does not matter which point is labeled (x₁, y₁) and which is (x₂, y₂), because squaring eliminates sign differences. Draw the right triangle on scratch paper by plotting both points and connecting them with vertical and horizontal lines — the hypotenuse is visually clear.
✓ Correct — Δx-Δy Method applied
Points: (2,1) and (8,9) Δx = |8−2| = 6 Δy = |9−1| = 8 d = √(36+64) = √100 = 10 ✓ (6-8-10 triple: 3-4-5 × 2)
✗ Incorrect — differences added, not squared
Points: (2,1) and (8,9) Error: d = (8−2) + (9−1) = 6+8 = 14 ✗ (Must square Δx and Δy before adding: d = √(6²+8²) = √100 = 10)
ACT-style practice question
What is the distance between points A(1, 3) and B(7, 11) in the coordinate plane?
Classic Test Prep
Take a mini-diagnostic
Get your projected ACT score in just 15 minutes
Quick-Reference Summary: All 5 ACT Pythagorean Theorem & Distance Types
| Question Type | Named Method | The One Step Students Miss | Frequency |
|---|---|---|---|
| Solving for the hypotenuse | The Leg-Leg-Hyp Setup | Scanning for a triple before computing; simplifying √(perfect square) | Very High |
| Solving for a leg | The Hyp-Minus-Leg Setup | Subtracting, not adding, squared values — and verifying c is the largest side | Very High |
| Pythagorean triples and multiples | The Triple Scan | Finding the GCF of both legs and comparing the reduced pair to base triples | High |
| Disguised problems | The Right-Triangle Recognition Rule | Identifying two perpendicular segments and the diagonal they imply | Medium |
| Distance formula | The Δx-Δy Method | Computing Δx and Δy explicitly before squaring — not adding the raw differences | Low |
How to Approach Pythagorean Theorem & Distance Questions on Test Day
Tip 1 — Run the Triple Scan Before Any Calculation
Before squaring a single number, spend three seconds checking whether the two given values match a Pythagorean triple or its multiple. Look for a common factor between the two given sides; if one exists, divide both by it and compare the reduced pair to the base triples (3-4-5, 5-12-13, 8-15-17, 7-24-25). If there is a match, the third side is immediately known — no calculator, no arithmetic. The ACT uses Pythagorean triples and their multiples in the majority of right triangle problems precisely because clean integer answers fit neatly into multiple choice. Recognizing the triple saves 30–60 seconds per problem.
Tip 2 — Assign c Last, Not First
The most common Pythagorean theorem error is assigning c to the wrong side before reading the problem carefully. The habit that prevents this: always identify the right angle first, then assign c to the side directly opposite it. Do not assign c to the longest number given — assign c to the side opposite the right angle, then verify it is the longest. In coordinate geometry and word problems where no diagram is given, draw one on your scratch paper. Placing the right angle in the diagram forces correct variable assignment before any arithmetic begins.
Tip 3 — Verify Your Answer with a Quick Sanity Check
After computing any Pythagorean theorem result, run a five-second sanity check. For a hypotenuse: your answer must be larger than both legs. For a leg: your answer must be smaller than the hypotenuse and larger than zero. For a distance: your answer must make visual sense relative to the coordinate grid — if the points are close together, a huge distance answer is wrong. These checks catch the add-instead-of-subtract error, the decimal-placement error, and the variable-assignment error before you commit to a wrong answer.
Tip 4 — For Distance Problems, Draw the Right Triangle on Scratch Paper
On coordinate-plane distance questions, do not apply the distance formula abstractly. Plot the two given points on a rough sketch, draw the horizontal line through one point and the vertical line through the other, and label Δx and Δy on the legs you have just drawn. The hypotenuse connecting the two original points is now visually clear — and its length is √(Δx² + Δy²). The sketch takes ten seconds and prevents both the leg-identification error (using the wrong coordinate differences) and the addition error (adding Δx + Δy instead of computing √(Δx² + Δy²)).
Common Questions About ACT Pythagorean Theorem & Distance Problems
They are the same formula — you only need to know one. The distance formula is the Pythagorean theorem with Δx substituted for a and Δy substituted for b. If you understand this, you do not need to memorize a separate formula for distance.
In practice, the Δx-Δy Method is faster because it reduces the distance formula to a two-step process that integrates the Triple Scan. Compute Δx and Δy first. Then check whether they form two legs of a Pythagorean triple. If they do, the distance is the third member of the triple — no radical computation needed. The distance formula written as a single expression makes it harder to apply the Triple Scan because the Δx and Δy values are embedded inside a compound expression.
The recommendation: memorize the Pythagorean theorem (a² + b² = c²) and the connection to the distance formula (Δx and Δy are the legs). Do not memorize the distance formula separately. On test day, compute the leg differences first, check the Triple Scan, and apply the theorem. This is consistently faster than plugging into a memorized formula.
Find the greatest common factor (GCF) of the two given values and divide both by it. If the result matches two members of a base triple, the missing side is the third member of that triple, multiplied by the same GCF.
For 15 and 20: GCF(15, 20) = 5. Divide: 15÷5 = 3 and 20÷5 = 4. The reduced pair (3, 4) matches two legs of the 3-4-5 triple. The missing hypotenuse = 5 × 5 = 25. For 10 and 26: GCF(10, 26) = 2. Divide: 10÷2 = 5 and 26÷2 = 13. The pair (5, 13) matches two values of the 5-12-13 triple. The missing leg = 12 × 2 = 24.
The Triple Scan works on any pair of values from a scaled triple — including when you are given the hypotenuse and one leg (instead of two legs). The check: find the GCF, reduce both values, match to a base triple, scale the third value back. This takes about five seconds and replaces up to a minute of arithmetic under time pressure.
The most reliable wrong answer trap is adding the two given values instead of squaring them, adding the squares, and taking the square root. In problems that ask for the hypotenuse, the ACT always includes a + b as a wrong answer choice alongside the correct √(a² + b²). This trap works because addition is the natural operation when “combining” two things — but the Pythagorean theorem requires squaring, then adding, then rooting.
The second most common trap, on problems that ask for a leg, is adding the squared values when the problem requires subtracting: using √(c² + b²) instead of √(c² − b²). This produces a result larger than the hypotenuse — which is impossible — but the ACT includes it as a choice because it is the result of the single most common algebraic error on this problem type.
Both traps are caught by the sanity check: the hypotenuse must be the largest value; a leg must be smaller than the hypotenuse and positive. Run this check after every computation. If the computed value violates either condition, you have either added when you should have subtracted, or subtracted when you should have added. Re-read the problem, identify which side is c, and recompute.