Question

located at A (2,2), B (4,2), C (4,4), D (3,5), and E (2,4). moves exactly 4 blocks to the left and 2 blocks down. what is the new point after moving

Answers

Answer
and the other three
Answer
give me the other 3?
Answered by GPT-4o mini
To determine the new position after moving from point A (2, 2) exactly 4 blocks to the left and 2 blocks down, we will adjust the coordinates accordingly.

Starting from point A (2, 2):

1. **Move 4 blocks to the left**:
- Moving to the left decreases the x-coordinate. So:
\[
x_{new} = x_{original} - 4 = 2 - 4 = -2
\]

2. **Move 2 blocks down**:
- Moving down decreases the y-coordinate. So:
\[
y_{new} = y_{original} - 2 = 2 - 2 = 0
\]

So, the new point after moving 4 blocks to the left and 2 blocks down from point A (2, 2) is:
\[
(-2, 0)
\]

Related Questions