find the coordinate of the midpoint (7,3) (-1,-3)

x: (7-1)/2 = 3

y: (3-3)/2 = 0

so, the midpoint is (3,0)

To find the coordinate of the midpoint between two points, we can use the midpoint formula, which states that the midpoint coordinates (x, y) between two points (x1, y1) and (x2, y2) can be calculated as follows:

x = (x1 + x2) / 2
y = (y1 + y2) / 2

In your case, the two points are (7, 3) and (-1, -3). Let's plug in these values into the formula:

x = (7 + -1) / 2 = 6 / 2 = 3
y = (3 + -3) / 2 = 0 / 2 = 0

Therefore, the coordinate of the midpoint between (7, 3) and (-1, -3) is (3, 0).