25.6k views
1 vote
What is the distance from 3, 5) to 4.-12)?​

What is the distance from 3, 5) to 4.-12)?​-example-1
User JanuszO
by
4.5k points

1 Answer

6 votes

Answer:

Explanation:

P1 = (3.5,5) in the form (x1,y1)

P2 = (3.5,-12) in the form (x2,y2)

dist = sqrt[ (x2 - x1)^2 + (y2-y1)^2 ]

dist = sqrt[ (3.5-3.5)^2 + (-12-5)^2 ]

dist = sqrt [ 0 -17^2]

dist = 17

User Sakchham
by
4.2k points