How do you find the distance between two points that have the same y-coordinate and lie in the same quadrant? Write a few sentences to explain.

Respuesta :

If the two points have the same y-coordinate, finding the distance is the same as finding the difference between the x-coordinates. Say you wanted to find the distance between (8,3) and (3,3). The y-coordinates are the same and the difference between the x-coordinates is 5, so the distance would be 5.

Hope this helps!

The distance between the two points will be given by

[tex]distance=|x_2-x_1|[/tex]

The two points have the same y-coordinates, so the distance can be obtained just from the x-coordinates.

Since the two points lie in the same quadrants, the distance will be given by the absolute value of the difference between the x-coordinates. That is,[tex]distance=|x_2-x_1|[/tex]

Learn more here: https://brainly.com/question/21835739