Question

What is the distance between (3, -4) and (6, 9)?

Answers

GPT 3.5
The distance formula between two points (x1, y1) and (x2, y2) is given by:

√[(x2 - x1)^2 + (y2 - y1)^2]

Using this formula, we can find the distance between (3, -4) and (6, 9):

√[(6 - 3)^2 + (9 - (-4))^2]
= √[3^2 + 13^2]
= √(9 + 169)
= √178

Therefore, the distance between (3, -4) and (6, 9) is √178 units.