To find the distance between two points in a coordinate plane, we can use the distance formula. The distance formula is given by:
d = √((x2 - x1)^2 + (y2 - y1)^2)
Given points:
Point 1: (-7, -4)
Point 2: (3, -6)
Using the distance formula, we can calculate the distance as follows:
d = √((3 - (-7))^2 + (-6 - (-4))^2)
= √((3 + 7)^2 + (-6 + 4)^2)
= √((10)^2 + (-2)^2)
= √(100 + 4)
= √104
≈ 10.20
Therefore, the distance between (-7,-4) and (3,-6) rounded to the nearest tenth is approximately 10.2.
find the distance between (-7,-4) and (3,-6) round the answer to the nearest tenth
1 answer