7.1k views
4 votes
Find the distance, c, between (4, 7) and (11, –1) on the coordinate plane. Round to the nearest tenth if necessary.

2 Answers

3 votes

To find the distance between two points on a coordinate plane, we can use the distance formula:

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

where (x1, y1) and (x2, y2) are the coordinates of the two points, and d is the distance between them.

In this case, the two points are (4, 7) and (11, -1) , so we have:

d = √((11 - 4)^2 + (-1 - 7)^2)

d = √((7)^2 + (-8)^2)

d = √(49 + 64)

d = √113

Therefore, the distance between the two points on the coordinate plane is c = √113 (approximately 10.6)

You can round to the nearest tenth, so the distance c = 10.6.

User Grwlf
by
7.6k points
5 votes

Answer:

  • c = 10.6 units

-------------------------------------

Use the distance formula to find the distance between the given points:


  • c = √((x_2-x_1)^2+(y_2-y_1)^2)

Substitute coordinates and calculate:


  • c = √((11-4)^2+(-1-7)^2) =√(7^2+(-8)^2) =√(49+64) =√(113) =10.6
User Holmes Conan
by
7.4k points