Note that if a point (x, y) is translated by "a" units to the right,
The resulting point will be (x + a, y)
If "a" units to the left,
The resulting point will be (x - a, y)
If "a" units up,
The resulting point will be (x, y + a)
and if "a" units down,
The resulting point will be (x, y - a)
From the problem, we are looking for the resulting point H
point H is (5, 2)
Since it is translated 1 unit to the right and 3 units down,
The resulting point will be
Therefore, the answer is (6, -1)