find the distance for each segment

show your work
X (3, 4) and Y (9, 4)

To find the distance between X and Y, we can use the formula:

distance = √[(x2 - x1)^2 + (y2 - y1)^2]

Using the given coordinates:

x1 = 3, y1 = 4
x2 = 9, y2 = 4

Substituting these values in the formula:

distance = √[(9 - 3)^2 + (4 - 4)^2]
distance = √[6^2 + 0^2]
distance = √36
distance = 6

Therefore, the distance between X and Y is 6 units.

To find the distance between two points, you can use the distance formula:

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

Given that X has coordinates (3, 4) and Y has coordinates (9, 4), we can substitute the values into the distance formula.

Distance = √((9 - 3)^2 + (4 - 4)^2)
Distance = √((6)^2 + (0)^2)
Distance = √(36 + 0)
Distance = √36
Distance = 6

Therefore, the distance between X (3, 4) and Y (9, 4) is 6 units.