199k views
4 votes
What is the distance between points (11, 3) and (4, 3) on a coordinate plane?

2 Answers

7 votes
7 would be the distance between the 2 points.
User Ayorosmage
by
8.0k points
3 votes

Final answer:

The distance between the points (11, 3) and (4, 3) on a coordinate plane is 7 units.

Step-by-step explanation:

To find the distance between two points in a coordinate plane, we can use the distance formula. The distance formula is derived from the Pythagorean theorem and is given by:

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

In this case, the coordinates of the points are (11, 3) and (4, 3). Plugging these values into the formula, we get:

d = sqrt((4 - 11)^2 + (3 - 3)^2) = sqrt((-7)^2 + 0^2) = sqrt(49) = 7

Therefore, the distance between the points (11, 3) and (4, 3) is 7 units.

User Maribell
by
8.5k points