To find the midpoint of two points, we can use the formula:
Midpoint = ((x1 + x2) / 2, (y1 + y2) / 2)
Using this formula, we can find the midpoint of points W(-4, 3) and X(1, 5):
Midpoint WX = ((-4 + 1) / 2, (3 + 5) / 2)
Midpoint WX = (-3 / 2, 8 / 2)
Midpoint WX = (-1.5, 4)
Similarly, we can find the midpoint of points Y(3, 1) and Z(-2, -2):
Midpoint YZ = ((3 - 2) / 2, (1 - 2) / 2)
Midpoint YZ = (1 / 2, -1 / 2)
Midpoint YZ = (0.5, -0.5)
Therefore, the midpoint of WX is (-1.5, 4) and the midpoint of YZ is (0.5, -0.5).