58.8k views
5 votes
Find the distance between the points given. (2, 2) and (5, 5) 3

User Rogala
by
7.6k points

1 Answer

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}\\(x_ {1}, y_ {1}) :( 2,2)\\(x_ {2}, y_ {2}) :( 5,5)

Substituting the points:


d = \sqrt {(5-2) ^ 2 + (5-2) ^ 2}\\d = \sqrt {(3) ^ 2 + (3) ^ 2}\\d = \sqrt {9 + 9}\\d = \sqrt {18}\\d = 3 \sqrt {2}

ANswer:


d = 3 \sqrt {2}

User ThexBasic
by
8.1k points