Respuesta :

the coordinates of the points after the given transformations are applied:

  • A (-1, -3) ⇒  A'(9, 3)
  • B(-4, -1) ⇒ B'(6, 1)
  • C(-6, -4) ⇒  C'(4, 4)

How to get the final coordinates for each point?

Let's assume we start with a random point with coordinates (x, y).

If first we apply a reflection over the x-axis, we just change the sign of the y-component, so at this point we have (x, -y).

Then we apply a shift of 10 units to the right, so the image after the transformation is:

(x + 10, -y)

So we just have the transformation:

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

We need to apply that to the 3 given points:

  • A (-1, -3) ⇒ A'(-1 + 10,  3) = A'(9, 3)
  • B(-4, -1) ⇒ B'(-4 + 10, 1) = B'(6, 1)
  • C(-6, -4) ⇒ C'(-6 + 10, 4) = C'(4, 4)

These are the coordinates of the points after the given transformations are applied

If you want to learn more about transformations:

https://brainly.com/question/4289712

#SPJ1

ACCESS MORE
EDU ACCESS