asked 58.3k views
0 votes
Calculate the distance between points (5,6) and (7,8)

1 Answer

3 votes

Apply the distance formula:


D=\sqrt[]{(x2-x1)^2+(y2-y1)^2}

Where;

(x1,y1) = (5,6)

(x2,y2) = (7,8)

Replacing:


D=\sqrt[]{(7-5)^2+(8-6)^2}
D=\sqrt[]{(2)^2+(2)^2}
D=\sqrt[]{4+4}
D=\sqrt[]{8}
D=2.83

answered
User Darryl Morley
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.