Use a² + b² = c² for a 3-4-5 triangle and
the distance formula for points (1,2) and (4,6).
Example
Use squares and square roots for a triangle and coordinate distance.
highlighted = computed this step
Step 1 — Triangle legs
Set up the given values.
a=3b=4
Step 2 — Square the legs
Square the legs: 3^2 = 9, 4^2 = 16; 9+16=25.
32+42=9+16=25
Step 3 — Take the square root
Take the square root: sqrt(25) = 5.
c=25=5
Step 4 — Distance points
Set up the given values.
(1,2)→(4,6)
Step 5 — Coordinate changes
Find changes: 4 - 1 = 3 and 6 - 2 = 4.
dx=4−1=3dy=6−2=4
Step 6 — Distance formula
Use distance: sqrt(3^2+4^2) = sqrt(25) = 5.
d=25=5
Step 7 — Result
Read the final result.
c=5d=5
pythagorean-and-distanceThe Pythagorean theorem: a² + b² = c² - a and b are the two legs. - c is the hypotenuse (longest side). Distance between (x₁,y₁) and (x₂,y₂): - d = √((x₂-x₁)² + (y₂-y₁)²).