Given the triangle ABC with points:

A - (1, 3)
B - (-2, 2)
C - (4, 0)
Rotate ABC 180 degrees clockwise about the origin and then translate the resulting triangle five units down. Determine the ordered pairs for A', B', and C'.

Respuesta :

Rotating and translating the triangle are illustrations of transformations

The ordered pairs for A', B' and C' are (-1, -8), (2, -7) and (-4, -5)

How to transform the triangle

The coordinates of the pre-image of the triangle are:

A = (1, 3)

B = (-2, 2)

C = (4, 0)

When the triangle is rotated 180 degrees, the rule of transformation is:

(x,y)→(−x,−y)

So, we have:

A' = (-1, -3)

B' = (2, -2)

C' = (-4, 0)

When the triangle is translated 5 units down, the rule is:

(x,y)→(x,y-5)

So, we have:

A' = (-1, -8)

B' = (2, -7)

C' = (-4, -5)

Hence, the ordered pairs for A', B' and C' are (-1, -8), (2, -7) and (-4, -5)

Read more about transformation at:

https://brainly.com/question/4289712