When a point is reflected across the x-axis, the x-coordinate remains the same while the y-coordinate is inverted (multiplied by -1).
Applying this to the coordinates of triangle ABC:
-
For point A(-4, -1):
- A' = (-4, 1)
-
For point B(-5, -2):
- B' = (-5, 2)
-
For point C(-10, -1):
- C' = (-10, 1)
Thus, the coordinates after reflection are:
- A'(-4, 1)
- B'(-5, 2)
- C'(-10, 1)