18.2k views
4 votes
You start at (6,8). you move left 5 units

User Karenn
by
8.1k points

1 Answer

1 vote

To move a point a units to the left means that you subtract a units to the x-coordinate of the point, just as follow:

T(x,y) => (x-a,y)

Then, if the point (6,8) is moved 5 units to the left, you have:

T(6,8) => (6-5,8) = (1,8)

Hence, the new point is (1,8)

User Grouchal
by
6.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.