Find the distance of each segment

C(-10.5, 7.25) and D(18.5, 7.25)

The distance between C and D can be found using the distance formula:

d = √[(x₂ - x₁)² + (y₂ - y₁)²]

Where C is (x₁, y₁) and D is (x₂, y₂)

Plugging in the values, we get:

d = √[(18.5 - (-10.5))² + (7.25 - 7.25)²]

d = √[29² + 0²]

d = √841

d = 29

Therefore, the distance between C and D is 29 units.

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

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

Given the coordinates C(-10.5, 7.25) and D(18.5, 7.25), we can substitute these values into the formula:

Distance = √((18.5 - (-10.5))^2 + (7.25 - 7.25)^2)

Simplifying the expression:
Distance = √((29)^2 + (0)^2)
Distance = √(841 + 0)
Distance = √841
Distance = 29

Therefore, the distance between points C(-10.5, 7.25) and D(18.5, 7.25) is 29 units.