Given data:
The coordinates of the points, A(-4, 2).
Need to calculate: The coordinates of the points A after translating 5 units right and 3 units down.
We can see that 1 block is equal to 1 unit.
If we shift the ABCD 5 unit right, the new coordinates of point A will be (1, 2).
Now just translate the rectangle ABCD 3 units down.
The coordinates of points A will be (1, -1).
Hence the coordinates of point A after 5 units right and 3 units down is (1,-1).