asked 77.2k views
4 votes
What is the correct input for determining thedistance between the following two points (7,5) and (-4,7)?

1 Answer

7 votes

The distance between any two points (x_1, y_1) and (x_2, y_2) is


d=\sqrt[]{\mleft(x_1-x_2\mright)^2+\mleft(y_2-y_1\mright)^2}

For our case, the above formula gives


d=\sqrt[]{(7+4_{})^2+(5-7_{})^2}

or if we go in reverse


d=\sqrt[]{(-4-7)^2+(7-5_{})^2}

which is the fourth choice.

answered
User Endre Moen
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.