218k views
0 votes
Find the distance between (-1,0) and (-3,-4)

1 Answer

4 votes
use the distance formula
sqrt((x2-x1)^2+(y2-y1)^2)
sqrt((-3--1)^2+(0--4)^2)
sqrt(4+16)
sqrt(20) is approximately 4.5
User DannyMo
by
7.7k points