193k views
1 vote
On a state map, a cartographer plots Triangletown at coordinates (5, 8) and The Village Square at coordinates (10, 20). How far is it from Triangletown to The Village Square?

2 Answers

3 votes

Answer:

13

Explanation:

User Catcon
by
7.9k points
4 votes
The distance between triangle town to Village square can be calculated using the distance formula. Given the coordinates, P1(5,8) and P2 (10, 20), the distance formula is,
d=sqrt (X2-X1)^2 + (Y2-Y1)^2
d=sqrt (10-5)^2 + (20-8)^2
d=13 units
User Ronquiq
by
8.2k points