213k views
2 votes
I start at (3,2). You move down 1 unit and left 3 units. Where do u end

User Hezy Ziv
by
7.8k points

1 Answer

2 votes

Given the initial coordinate: (3,2)

Moving down 1 unit means a negative displacement of 1 unit to the y-axis.

Moving left 3 units means a negative displacement of 3 units to the x-axis.

We get,


(x^(\prime),y^(\prime))\text{ = (x + A,y + B) = (3 - 3, 2 - 1) = (0, 1)}

Therefore, after moving down 1 unit and left 3 units, you end at coordinate 0,1.

User Zichen Ma
by
7.6k points