Problem 8 of 7
Translate polygon vertices -1, -2; 3, 4; -5, 6 by vector <7,-3>.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
move every vertex by the same vector.
Hidden until you reveal it.
The same vector must be applied to every vertex.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Add the vector's horizontal component to each x-coordinate.
2. Add the vector's vertical component to each y-coordinate.
3. List the translated vertices.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Changing different vertices by different amounts.