After reflection across
, the triangle's vertices (4, 3) and (2, 4) move left of
becoming (-2, 3) and (0, 4), respectively, while (1, 2) remains unchanged.
Given the triangle with vertices at (4, 3), (2, 4), and (1, 2), we want to reflect it across the line
to find the new coordinates.
To reflect a point across a vertical line like
:
Points to the left of
will move to the right side by the same distance.
Points to the right of
will move to the left side by the same distance.
Points on the line itself
will remain unchanged.
Let's find the new coordinates for each point of the triangle.
(4, 3) is to the right of
. To find its reflection:
The distance between the point and the line
is 3 units.
So, the same distance to the left side of
will be the new x-coordinate:
.
The y-coordinate remains unchanged.
Therefore, the reflection of (4, 3) across
is (-2, 3).
(2, 4) is also to the right of
. Its reflection:
- The distance from (2, 4) to
is 1 unit.
- The same distance to the left side of
will be the new x-coordinate:
.
- The y-coordinate remains unchanged.
Hence, the reflection of (2, 4) across
is (0, 4).
(1, 2) lies on the line and thus will remain unchanged after the reflection.
So, after reflecting the triangle across the line
, the new coordinates are (-2, 3), (0, 4), and (1, 2).
complete the question
A triangle has vertices at (4, 3), (2, 4), and (1, 2). What are the new coordinates of the triangle's vertices when it is reflected across the line \(x = 1\)?