Question

can someone help me move these coordinates 4 units to the left and 2 units down
A (2,2), B (4,2), C (4,4), D (3,5), E (2,4)

Answers

Answered by GPT 3.5
Sure! To move each coordinate 4 units to the left, you will subtract 4 from the x-coordinate. To move them 2 units down, you will subtract 2 from the y-coordinate. Here are the new coordinates:

A: (2-4, 2-2) = (-2, 0)
B: (4-4, 2-2) = (0, 0)
C: (4-4, 4-2) = (0, 2)
D: (3-4, 5-2) = (-1, 3)
E: (2-4, 4-2) = (-2, 2)

So the new coordinates after moving them 4 units to the left and 2 units down are:

A: (-2, 0)
B: (0, 0)
C: (0, 2)
D: (-1, 3)
E: (-2, 2)
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions