29.1k views
0 votes
Help with Geometry?

Find the distance between these given points, using the Pythagorean Theorem.
D( 5,-6)
E (2,3)

User RickardP
by
7.5k points

2 Answers

1 vote

using the distance formula ( Pythagorean identity )

d = √(x₂ - x₁ )² + (y₂ - y₁ )²

with (x₁, y₁ ) = (5, - 6) and (x₂, y₂) = (2, 3 )

d = √ (2 - 5 )² + (3 + 6)² = √(9 + 81 ) = √90 = 3√10 ≈ 9.5 ( 1 dec. place)


User Sobri
by
7.7k points
2 votes

If you plot the points on a graph, you will see that the distance on the x-axis is from 5 to 2 which equals 3 and the distance on the y-axis is from -6 to 3 which equals 9

Pythagorean Theorem:

a² + b² = c² ; where c is the hypotenuse

3² + 9² = c²

9 + 81 = c²

90 = c²

√90 = √c2

3√10 = c

Answer: 3√10 ≈ 9.5

User Hayden Thring
by
7.1k points