asked 22.5k views
0 votes
Find the distance between points P and Q represented on the coordinate

Find the distance between points P and Q represented on the coordinate-example-1
asked
User RPFeltz
by
8.3k points

2 Answers

5 votes

Answer:

√65

Explanation:

Coordinate of point P : (2,1)

Coordinate of point Q : (6,8)

Distance between P and Q,

√((8-1)^2+(6-2)^2)

=√(7*7+4*4)

=√(49+16)

=√65

answered
User TheOni
by
8.3k points
3 votes

For this case we have that by definition, the distance between two points is given by:


d = \sqrt {(x_ {2} -x_ {1}) ^ 2+ (y_ {2} -y_ {1}) ^ 2}

For this case we have the following points:


(x_ {1}, y_ {1}): (2,1)\\(x_ {2}, y_ {2}): (6,8)

Substituting in the equation:


d = \sqrt {(6-2) ^ 2 + (8-1) ^ 2}\\d = \sqrt {(4) ^ 2 + (7) ^ 2}\\d = \sqrt {16 + 49}\\d = \sqrt {65}

Answer:

Option D

answered
User Stalso
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.