asked 103k views
1 vote
Julie is given two points, (x,y) and (w,z). Which process can she use to find the distance between the points?

asked
User Jarcoal
by
7.9k points

1 Answer

2 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).

answered
User Victor Wong
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.