What is the distance between (1,5) and (8,7)?

1 Answer
Mar 4, 2016

The distance =15

Explanation:

The coordinates are:
(1,5)=x1,y1
(8,7)=x2,y2

The distance is calculated using formula:
distance =(x2x1)2+(y2y1)2

=(8(1))2+(7(5))2

=(8+1)2+(7+5)2

=(9)2+`(12)2

=(81+`144)

=225

=15