Contents

The answer choices are 5.0, 8.5, 10.0, and 12.0 units.
You calculate √68 and get 8.25. That’s close to 8.5, so you circle B.
Except you dropped a negative sign when you set up the formula. You wrote 2 – 4 instead of 2 – (-4). The x-difference should have been 6, not -2. The correct answer is C, and you just missed an easy point because of one sign error in the setup.
That’s the thing about the distance formula. It’s not conceptually difficult—you’re just finding the straight-line distance between two points using √[(x₂ – x₁)² + (y₂ – y₁)²]. But under exam pressure, the subtraction step with negative coordinates is where the setup falls apart.
You either rush because it looks simple and flip a sign without noticing, or you freeze because you can’t remember if the order matters and you waste time second-guessing a formula that doesn’t change.
Neither direction protects you from execution errors.
This guide walks you through a systematic approach that works on any distance formula problem the FE throws at you—from basic two-point setups to problems buried inside larger geometry questions.
You’ll learn the exact structure of the formula, how to plug in coordinates without flipping signs, and how to verify your setup before calculating.
The goal here is to leave you confident that the answer you calculate is the one you’re supposed to circle—every time.
Before we walk through it step by step, watch this short video. It shows you the full process from identifying your two points to setting up the formula correctly to finishing the calculation. You’ll see exactly where students typically lose points on these problems—usually in the sign handling or the order of operations—and how to avoid those traps completely.
What You’ll Learn in This Guide
Here’s what we’re covering and what you’ll walk away knowing.
Core concept: The distance formula calculates the straight-line distance between any two points in a coordinate plane by combining horizontal and vertical separation into one measurement.
Key formula: D = √[(x₂ – x₁)² + (y₂ – y₁)²]
Decision rules:
- The formula structure never changes—it’s always (x₂ – x₁)² + (y₂ – y₁)² under one square root
- Order of points doesn’t matter for the final distance (you’ll get the same result either way)
- Negative coordinates don’t change the process—just substitute them directly into the formula
- The answer is always positive (distance can’t be negative)
What you’ll be able to do: Set up the distance formula correctly on the first try, handle negative coordinates without sign errors, and verify your setup before calculating so you’re confident your answer matches the problem.
What Is the Distance Formula?

The distance formula is a single equation that gives you the straight-line distance between any two points in a coordinate system without having to draw the triangle, measure the legs, and use the Pythagorean theorem separately.
In practical terms: if you know two coordinate pairs, the distance formula tells you how far apart they are in space.
This matters in surveying (distance between survey markers), structural analysis (distance between connection points), civil layout (spacing between design elements), and any time you need to quantify separation in a 2D plane.
Think of it like this: you’re standing at one corner of a rectangular plot of land, and you need to know the diagonal distance to the opposite corner.
You could measure east, then north, then calculate the hypotenuse. Or you could use the distance formula and get the answer in one setup.
It matters because on the FE, you don’t have time to graph every problem, sketch triangles, and work through the Pythagorean theorem step by step. The distance formula collapses that entire process into one equation you can execute in 20 seconds.
On the FE Exam, the distance formula shows up when they give you two coordinate pairs and ask for the distance between them, when a geometry problem requires finding the length of a line segment defined by endpoints, or when you need to verify spacing or positioning in a coordinate-based layout.
The formula isn’t testing whether you understand distance conceptually—it’s testing whether you can substitute coordinates correctly, handle negative values without flipping signs, and execute the arithmetic cleanly under time pressure.
How to Set Up the Distance Formula Every Time

When you see two coordinate pairs and need to find the distance, your instinct is either to trust your memory of the formula and rush through the substitution, or to second-guess the structure and waste time verifying every piece before you start.
Rushing leads to sign errors when you’re subtracting negatives. Second-guessing burns time you don’t have.
The workflow below removes both problems. It’s the same three moves every time: identify the points, set up the formula with coordinates in the right spots, and calculate. Once you’ve done this five times, it becomes automatic.
Let’s lay out the steps.
Step 1: Identify and Label Your Two Points
The first thing we need to do is read through the problem statement and identify the two coordinate pairs.
The problem will either give them to you explicitly as (x₁, y₁) and (x₂, y₂), or it will describe two points in a sentence and you’ll need to extract the coordinates yourself.
Write down the two points clearly. Label one as point 1 and one as point 2.
It doesn’t matter which one you call point 1—the formula gives you the same distance either way because you’re squaring the differences.
Step 2: Set Up the Distance Formula with Your Coordinates
Now that you have your two points labeled, set up the distance formula:
D = √[(x₂ – x₁)² + (y₂ – y₁)²]
Substitute your coordinates directly into this structure.
If point 1 is (-3, 4) and point 2 is (5, -2), then:
x₁ = -3, y₁ = 4, x₂ = 5, y₂ = -2
Plug those into the formula:
D = √[(5 – (-3))² + (-2 – 4)²]
Step 3: Simplify Inside the Parentheses, Then Square, Then Add, Then Take the Square Root
Start by simplifying each subtraction inside the parentheses.
For x-terms: 5 – (-3) = 5 + 3 = 8
For y-terms: -2 – 4 = -6
Now square each result:
8² = 64
(-6)² = 36
Add those together:
64 + 36 = 100
Take the square root:
√100 = 10
So the distance is 10.
Example Problem: The Distance Formula

The workflow handles any distance formula problem the FE gives you, no matter how the coordinates are dressed up or whether they’re integers, decimals, or negatives.
The goal right now is to internalize the structure—set it up the same way every time, handle the signs carefully, and trust the arithmetic.
Let’s put these steps into practice.
This problem states:
A) 5.0 units
B) 8.5 units
C) 10.0 units
D) 12.0 units
Solution: The Distance Formula

When you see two coordinate pairs and a question asking for distance, the instinct is either to rush and plug numbers into the formula without double-checking the signs, or to freeze because you’re not sure if it matters which point you call point 1 versus point 2.
Rushing makes you flip a sign when subtracting negatives. Freezing makes you waste time second-guessing a formula that doesn’t change.
This is exactly why we use a workflow—it removes the guessing and forces you to handle the signs correctly every time.
The workflow turns uncertainty into a clean three-step setup you can trust. Let’s walk it out.
Step 1: Identify and Label Your Two Points
The first thing we need to do is pull the two coordinate pairs out of the problem statement and label them clearly.
Point 1: (-4, 3)
Point 2: (2, -5)
So:
x₁ = -4, y₁ = 3
x₂ = 2, y₂ = -5
Step 2: Set Up the Distance Formula with Your Coordinates
Now we take the distance formula:
D = √[(x₂ – x₁)² + (y₂ – y₁)²]
And substitute our values:
D = √[(2 – (-4))² + (-5 – 3)²]
Before we calculate, let’s verify the setup.
We’re subtracting x₁ from x₂, which means 2 – (-4). Subtracting a negative is the same as adding, so that becomes 2 + 4.
For the y-terms, we have -5 – 3, which is straightforward.
Step 3: Simplify Inside the Parentheses, Then Square, Then Add, Then Take the Square Root
Let’s start with the x-difference:
2 – (-4) = 2 + 4 = 6
Now the y-difference:
-5 – 3 = -8
Square each result:
6² = 36
(-8)² = 64
Add them together:
36 + 64 = 100
Take the square root:
D = √100 = 10
So the final answer to this problem is C) 10.0 units.
This tells us the straight-line distance between the two manholes on the site grid is 10 units, which translates to 100 feet in the actual layout since each unit represents 10 feet.
Where Distance Calculations Break Down

Distance formula problems break at the subtraction step.
Not because the formula is complicated—because negative coordinates create confusion when you’re moving fast, and 2 – (-4) becomes 2 – 4 before you catch it.
These four mistakes account for most wrong answers on distance problems.
Mistake 1: Forgetting to Subtract Negative Coordinates Correctly
When you see a coordinate like (-4) and the formula asks for x₂ – x₁, you write 2 – 4 instead of 2 – (-4). You’re moving fast, and you mentally drop the negative sign because you’re treating the coordinate as if it’s just the number 4.
On the FE, this gives you √[(-2)² + (-8)²] = √[4 + 64] = √68 ≈ 8.25. That’s close to answer choice B, but it’s wrong because you didn’t subtract the negative correctly. Your x-difference is off, which means everything downstream—the square, the sum, the final distance—is off.
Mistake 2: Squaring Before Subtracting
You see the ² symbol and instinctively square the coordinates first, then subtract. You think the formula is √[(x₂² – x₁²) + (y₂² – y₁²)] instead of √[(x₂ – x₁)² + (y₂ – y₁)²].
Using the same problem, you calculate 2² – (-4)² = 4 – 16 = -12, and then (-5)² – 3² = 25 – 9 = 16. You get √[(-12) + 16] = √4 = 2, which doesn’t match any answer choice and tells you immediately something went wrong. The entire formula structure is broken. The distance formula requires you to find the difference first, then square that difference.
Mistake 3: Forgetting to Take the Square Root at the End
After adding the squared terms together, you see a clean number like 100 and circle it as the final answer. You forget that the entire sum is still under a square root symbol.
You calculate (6)² + (-8)² = 36 + 64 = 100, and you write down 100 as your answer. But the problem asks for distance, and the formula is D = √100, not D = 100. Answer choice D might be 100 to catch this exact mistake. You’re off by a factor of 10 in this case, and your answer is way too large. The magnitude check should catch this—if two points are visibly close on a coordinate grid and you’re claiming the distance is 100, something’s wrong.
Mistake 4: Mixing Up Which Point Is Point 1 and Which Is Point 2 Midway Through
You start with one labeling (point 1 is (-4, 3)), then halfway through the calculation you forget which coordinate belongs to which point and accidentally use y₂ where you meant y₁.
You set up D = √[(2 – (-4))² + (3 – (-5))²] instead of D = √[(2 – (-4))² + (-5 – 3)²]. The x-terms are correct, but you flipped the y-terms. You get √[36 + 64] = 10, which happens to match the correct answer in this case, but in other problems this mistake will give you a completely wrong result. If you’re not careful about which coordinate belongs to which point, you’ll get random errors that are hard to diagnose because sometimes they cancel out and sometimes they don’t.
Distance Formula Checkpoints for Exam Day

The workflow gives you the structure. These rules keep you from flipping signs or skipping steps when the clock is running.
- Always write the full subtraction with signs included: When you substitute coordinates into the formula, don’t just write “2 – 4” when you mean “2 – (-4)”. Write the full expression including the negative sign, then simplify. This prevents you from accidentally dropping negatives and getting the wrong difference.
- Subtract first, then square—never the other way around: The parentheses in (x₂ – x₁)² tell you the order of operations. Do the subtraction inside the parentheses first, then square the result. If you square the coordinates before subtracting, you’re solving a different equation and your answer will be completely wrong.
- Squaring always makes the result positive, so don’t worry about negative differences: If you get -6 after subtracting coordinates, that’s fine. When you square it, (-6)² = 36, which is positive. The formula is designed to handle this—you don’t need to take absolute values or worry about sign. Just square the difference as-is.
- The final distance is always positive and should make sense relative to the coordinate spacing: After you take the square root, your answer should be a positive number. If you somehow get a negative distance, you made an error. Also, do a quick sanity check: if your two points are close together on the grid (like 3 units apart horizontally and 4 units apart vertically), and you calculate a distance of 50, you know something went wrong in the arithmetic.
- It doesn’t matter which point you call point 1—the distance is the same either way: Because you’re squaring the differences, (x₂ – x₁)² = (x₁ – x₂)². The order doesn’t affect the final result. So if you’re second-guessing whether you labeled the points correctly, don’t waste time—just pick one labeling and stick with it.
- Write down the formula structure before you substitute numbers: Don’t try to plug values directly into the formula from memory. Write out D = √[(x₂ – x₁)² + (y₂ – y₁)²] first, then substitute. This gives you a visual reference and prevents you from mixing up terms or forgetting the square root.
The workflow handles the setup. These checkpoints protect the execution. Use both, and distance formula problems become points you bank, not points you lose to sign errors.
Final Thoughts | The Distance Formula

The FE doesn’t test whether you understand what distance means—you learned that in middle school.
It tests whether you can extract coordinates from a problem, substitute them into the distance formula without flipping signs, and execute the arithmetic cleanly when you’ve got 2 minutes and three other problems waiting.
Most distance formula problems don’t fail because students don’t know the formula. They fail because students rush the subtraction step, forget to subtract negatives correctly, or skip the square root at the end and circle the sum instead of the distance.
The workflow in this guide removes that uncertainty. It gives you a repeatable three-step process: identify the points, set up the formula with full expressions including signs, and calculate in the correct order.
That structure protects you from the execution errors that turn easy points into misses.
Want more practice? Check out our complete FE problem library here.
Studying alone means picking random practice problems, hoping they’re relevant to what the FE actually tests, and second-guessing whether the hours you’re putting in are even building real confidence.
Studying with Prepineer means a personalized roadmap that tells you exactly what to study and when, targeted practice on the topics that show up most, and real coaching support when you get stuck—so every hour you invest builds competence, not just hope.
Start your free 7-day trial and see what focused prep feels like.








