Respuesta :
We want to find the image of a point after a given translation.
The image of the point (-5, 2) under the translation T(3, -4) is the point (-2, -2)
First, we can define how a general translation T(a, b) affects a general point (x, y).
It will add a units to the x-value and b units to the y-value, then we have:
T(a,b)[(x, y)] = (x + a, y + b).
Now we just need to apply the translation:
T(3, -4) to the point (-5, 2)
It gives:
T(3, -4)[(-5, 2)] = (-5 + 3, 2 + (-4)) = (-2, -2)
So the image of the point (-5, 2) under the translation T(3, -4) is the point (-2, -2)
If you want to learn more, you can read:
https://brainly.com/question/16874971