When a point \((x, y)\) is reflected across the x-axis, the y-coordinate changes sign, while the x-coordinate remains the same. Therefore, the reflection of point \((x, y)\) across the x-axis is \((x, -y)\).
Given the coordinates of the original triangle:
- A(-4, -1)
- B(-5, -2)
- C(-10, -1)
We will reflect each point across the x-axis:
-
Point A (-4, -1): \[ A' = (-4, -(-1)) = (-4, 1) \]
-
Point B (-5, -2): \[ B' = (-5, -(-2)) = (-5, 2) \]
-
Point C (-10, -1): \[ C' = (-10, -(-1)) = (-10, 1) \]
Thus, the coordinates of the reflected points are:
- A' = (-4, 1)
- B' = (-5, 2)
- C' = (-10, 1)