find the distance for each segment

show your work
F (6, 0) and G (6, -11)

To find the distance between F (6, 0) and G (6, -11), we use the distance formula:

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

In this case, x1 = 6, y1 = 0, x2 = 6, and y2 = -11. Substituting these values, we get:

distance = √[(6 - 6)^2 + (-11 - 0)^2]
distance = √[(0)^2 + (-11)^2]
distance = √(121)
distance = 11

Therefore, the distance between F and G is 11 units.

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

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

Let's calculate the distance between points F (6, 0) and G (6, -11).

x1 = 6 (x-coordinate of F)
y1 = 0 (y-coordinate of F)
x2 = 6 (x-coordinate of G)
y2 = -11 (y-coordinate of G)

Now we can plug these values into the distance formula and calculate:

d = sqrt((6 - 6)^2 + (-11 - 0)^2)
= sqrt(0^2 + (-11)^2)
= sqrt(0 + 121)
= sqrt(121)
= 11

So the distance between points F (6, 0) and G (6, -11) is 11 units.