31,417 views
28 votes
28 votes
Use the distance formula to find the distance, to the nearest tenth, between F(10,5) and G(-1,2)

User Kevin Dahl
by
3.0k points

1 Answer

23 votes
23 votes

Explanation:

the distance formula

d = sqrt((x2 - x1)² + (y2 - y1)²)

is simply based on the Pythagoras formula

c² = a² + b²

or

c = sqrt(a² + b²)

because the distance between 2 points is the Hypotenuse of a right-angled triangle with the legs being the x coordinate difference and the y coordinate difference of the 2 points.

so, in our case here

d = sqrt((10 - -1)² + (5 - 2)²) = sqrt(11² + 3²) = sqrt(121 + 9) =

= sqrt(130) = 11.40175425... ≈ 11.4

User Safy
by
2.0k points