Find the distance between point A(−3, 3) and B(9, −2). Round your answer to the nearest tenth. The distance between point A and point B is about?

1 answer

The distance between two points in a Cartesian plane can be found using the distance formula:

d = √((x2 - x1)^2 + (y2 - y1)^2)

For point A(-3, 3) and point B(9, -2), we can plug in the coordinates into the formula:

d = √((9 - (-3))^2 + (-2 - 3)^2)
= √((9 + 3)^2 + (-2 - 3)^2)
= √((12)^2 + (-5)^2)
= √(144 + 25)
= √169
= 13

Therefore, the distance between point A and point B is approximately 13 units.