find the midpoint of RS

s 3,2
r -5,4

To find the midpoint of two points, we use the midpoint formula:

Midpoint = ((x1 + x2) / 2, (y1 + y2) / 2)

Let's plug in the values for the coordinates of point R and S:
(x1, y1) = (-5, 4)
(x2, y2) = (3, 2)

Midpoint = ((-5 + 3) / 2, (4 + 2) / 2)
Midpoint = (-2 / 2, 6 / 2)
Midpoint = (-1, 3)

Therefore, the midpoint of RS is (-1, 3).