175k views
2 votes
Triangle ABC with vertices A(-2, -3), B(5, -1), and C(2, 2) is translated by (x,y) → (x - 1, y + 2). Then the image, triangle A'B'C', is translated by (x, y) + (x + 2, y - 1), resulting in A"B"C".​

Triangle ABC with vertices A(-2, -3), B(5, -1), and C(2, 2) is translated by (x,y-example-1
User Mali Tbt
by
5.0k points

1 Answer

4 votes

Answer:

  • A"(-1, -2)
  • B"(6, 0)
  • C"(3, 3)
  • (x, y) ⇒ (x+1, y+1)

Explanation:

Translation vectors add, and the addition is commutative and associative.

__

The first translation adds (-1, 2) to the original coordinates. The second translation adds (2, -1) to the original coordinates. The two translations together add ...

(-1, 2) +(2, -1) = (-1+2, 2-1) = (1, 1)

to the original coordinates.

The single rule representing this translation is ...

(x, y) ⇒ (x +1, y +1)

Then the doubly-translated coordinates are ...

A(-2, -3) ⇒ A"(-1, -2)

B(5, -1) ⇒ B"(6, 0)

C(2, 2) ⇒ C"(3, 3)

User Vikram Biwal
by
5.6k points