Find the midpoint of the line segment with end coordinates of: (1,7) and (3,−2)

Give coordinates as decimals where appropriate.

where is the answer??

To find the midpoint of a line segment with given end coordinates, you can use the midpoint formula. The midpoint formula states that the coordinates of the midpoint of a line segment with endpoint coordinates (x1, y1) and (x2, y2) are given by:

(midpoint_x, midpoint_y) = ((x1 + x2)/2, (y1 + y2)/2)

In this case, the endpoint coordinates are (1, 7) and (3, -2). Let's insert these coordinates into the formula to find the midpoint:

midpoint_x = (1 + 3) / 2 = 4 / 2 = 2
midpoint_y = (7 + (-2)) / 2 = 5 / 2 = 2.5

Therefore, the midpoint of the line segment with end coordinates of (1, 7) and (3, -2) is (2, 2.5).

Find the midpoint of the line segment with end coordinates of:

(

1
,
7
)
and
(
3
,

2
)

Give coordinates as decimals where appropriate

The midpoint ...

take the average of the x's and the average of the y's
that is, add the x values, then divide by 2.
Do the same for the y values