Question
Find the distance between the points (3, 4) and (0, 0).
Solution — Step by Step
For two points and , the distance between them is:
This comes directly from the Pythagorean theorem — the distance is the hypotenuse of a right triangle formed by the horizontal and vertical gaps.
Here, and .
We’re measuring from the origin, which simplifies things — but use the full formula anyway to build the habit.
The distance between (3, 4) and the origin is 5 units.
Why This Works
The distance formula is just Pythagoras in disguise. If we plot (3, 4) and (0, 0) on a grid, we can draw a right triangle: one leg runs 3 units along the x-axis, the other runs 4 units up the y-axis. The distance between the two points is the hypotenuse.
By Pythagoras: . This is the classic 3-4-5 right triangle, one of the most important Pythagorean triplets in board exams.
Recognising (3, 4, 5) as a triplet saves time in MCQs — you don’t even need to compute if you spot it early.
Pythagorean Triplets to memorise: (3, 4, 5), (5, 12, 13), (8, 15, 17), (7, 24, 25). When you see two points whose differences match a triplet, the distance is the third number — no calculator needed.
Alternative Method — Using the Origin Shortcut
When one point is the origin (0, 0), the formula collapses to:
For (3, 4): .
This is worth knowing for speed, but only works when one endpoint is the origin. In every other case, we must subtract the coordinates first.
Common Mistake
Forgetting to subtract before squaring. Many students write instead of . These are NOT the same. For example, with points (5, 0) and (3, 0), the correct distance is , but the wrong formula gives . Always subtract first, then square.