The problem asks us to translate each point on the coordinate grid by the given vector. Part a) involves translating the point (1, 1) by the vector $\begin{pmatrix} -3 \\ -2 \end{pmatrix}$. Part b) involves translating the point (2, -1) by the vector $\begin{pmatrix} 2 \\ -1 \end{pmatrix}$.
2025/3/11
1. Problem Description
The problem asks us to translate each point on the coordinate grid by the given vector. Part a) involves translating the point (1, 1) by the vector . Part b) involves translating the point (2, -1) by the vector .
2. Solution Steps
a) The original point is (1, 1). The translation vector is . The translated point is obtained by adding the vector to the original point's coordinates.
So the new point is (-2, -1).
b) The original point is (2, -1). The translation vector is .
So the new point is (4, -2).
3. Final Answer
a) The translated point is (-2, -1).
b) The translated point is (4, -2).