Respuesta :

Answer:

  (3, 3)

Step-by-step explanation:

The translation moves the point to the right 8 units. The reflection over the x-axis changes the sign of the y-coordinate.

__

translation

A translation vector adds its components to the x- and y-coordinates of the point being translated.

  (x, y) ⇒ (x, y) +(8, 0) = (x +8, y) . . . . . translation by <8, 0>

__

reflection

The line y=0 is the x-axis. The y-coordinate of a point is the distance of that point from the x-axis. Reflection in the x-axis changes the sign of the y-coordinate, moving the point to an equal distance on the other side of the x-axis.

  (x, y) ⇒ (x, -y) . . . . . reflection in the x-axis

__

composition of transformations

The net effect of both transformations is ...

  (x, y) ⇒ (x +8, -y)

Then the translated and reflected point A will be ...

  A(-5, -3) ⇒ A'(-5+8, -(-3)) = A'(3, 3) . . . . coordinates of the image point