192k views
1 vote
A triangle has vertices A (1, 5) B(2, 8) and C(2,0). It moves 3 units right and 5 units down.

HELP QUICK PLEASE

1 Answer

1 vote
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)

User Asyncwait
by
7.5k points