find the midpoints of points A(-10,9) and B(-2,2)
 
											 
											A(-10, 9) -> x₁ = -10, y₁ = 9
B(-2, 2) -> x₂ = -2, y₂ = 2
Substitute the values:
Midpoint = ((-10 - 2) / 2, (9 + 2) / 2)
Midpoint = (-6, 5)
Therefore, the midpoint between A and B is (-6, 5).