Question

Find the mid point of RS. R=(-5,4) S=(3,2)

Answers

Answered by GPT 3.5
To find the midpoint of RS, we can use the midpoint formula, which states that the midpoint of a line segment with endpoints (x1, y1) and (x2, y2) is:

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

In this case, R = (-5, 4) and S = (3, 2), so we can substitute these values into the formula:

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

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

Related Questions