The coordinates of the vertices are written as X, Y
X is left to right, so moving 3 units right, you would add 3 to very X coordinate.
Y is moving up or down, moving 5 units down, means you would subtract 5 from every Y coordinate.
The new coordinates would be:
A(4,0) B(5,3) and C(5,-5)