asked 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
asked
User JanuszO
by
8.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

answered
User Sakchham
by
7.7k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.