Respuesta :
To find distance between points A(xA,yA) and B(xB,yB),
formula:
d(A,B)=√ [(xB−xA)^2+(yB−yA)^2]so distance between the points: (–6, 7) and (–1, –5)
= √ [(−1−(−6))^2 + (−5−7)^2]
= √ (25+144)
= √ 169
= 13
answer
13
To find distance between points A(xA,yA) and B(xB,yB),
formula:
d(A,B)=√ [(xB−xA)^2+(yB−yA)^2]