find the midpoint of the segment with the given endpoints. (1,1) and (5,3)

a. (6,4)
b.(3,3)
c. (2,1)
d. (3,2)

To find the midpoint of a segment with given endpoints, we can use the midpoint formula:

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

Given endpoints: (1,1) and (5,3)

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

Therefore, the midpoint of the segment with the given endpoints is (3, 2).

The correct answer is d. (3, 2)