find the distance for each segment

F (6, 0) and G (6, -11)

The distance between F and G is 11 units.

To find the distance between two points, we can use the distance formula, which is derived from the Pythagorean Theorem. The distance formula is:

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

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

x1 = 6, y1 = 0 (coordinates of F)
x2 = 6, y2 = -11 (coordinates of G)

Using the distance formula:

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

The distance between points F(6, 0) and G(6, -11) is 11.