Answer:
distance = sqrt((x2-x1)^2 + (y2-y1))
distance = sqrt((7-13)^2 + (10-2)^2)
distance = sqrt( -6^2 + 8^2)
distance = sqrt(36+64)
distance = 10
Step-by-step explanation:
Answer:
10 units
Step-by-step explanation:
d = [tex]\sqrt{(x2 - x1)^2 + (y2 - y1)^2}[/tex]
d = [tex]\sqrt{(13 - 7)^2 + (2 - 10)^2}[/tex]
d = [tex]\sqrt{(6)^2 + (-8)^2}[/tex]
d = [tex]\sqrt{36 + 64}[/tex]
d = [tex]\sqrt{100}[/tex]
d = 10 units