The midpoint of the given line in coordinate form (x, y) is -0.5, 0)
<h3>Midpoint of a line</h3>
The midpoint of a line is the middle of the given line. Given the coordinate points (x1, y1) and (x2, y2), the midpoint of the line is given as:
M(x, y) = {x1+x2/2, y1+y2/2}
Given the coordinate points on the line (-2, 1) and (1, -1)
Substitute the given coordinate points into the formula to have:
M(x, y) = {-2+ 1/2, 1-1/2}
M(x, y) = {-1/2, 0/2}
M(x, y) =(-0.5, 0)
Hence the midpoint of the given line in coordinate form (x, y) is (-0.5, 0)
Learn more on midpoint here: brainly.com/question/5566419
#SPJ1