Find the midpoint of A(5, 3) and B(3, -5). Place your answer in (x, y) notation with NO spaces.

If you have two points (a,b) and (c,d) then the midpoint is

((a+c)/2 , (b+d)/2)

make sure you get (4,-1)

To find the midpoint of two points, we can use the midpoint formula, which states that the midpoint coordinates (x, y) between two points (x₁, y₁) and (x₂, y₂) can be calculated as:

x = (x₁ + x₂) / 2
y = (y₁ + y₂) / 2

Given points A(5, 3) and B(3, -5), we can substitute these values into the formula:

x = (5 + 3) / 2 = 8 / 2 = 4
y = (3 + (-5)) / 2 = -2 / 2 = -1

Therefore, the midpoint of A(5, 3) and B(3, -5) is (4, -1).