171,661 views
21 votes
21 votes
Julie is given two points, (x,y) and (w,z). Which process can she use to find the distance between the points?

User Beothorn
by
2.5k points

1 Answer

21 votes
21 votes

One option is to use the distance formula.

In this case, this is what Julie would be working with:


d = √((x_1-x_2)^2+(y_1-y_2)^2)\\\\d = √((x-w)^2+(y-z)^2)\\\\

If Julie knew the values of x, y, w, and z, then she could find a numeric result for the distance (d).

User Timfaber
by
2.6k points