Asked by unknown

Question: The line $y = -x + 1$ is drawn on the coordinate plane. It is translated 1 unit to the right and 2 units up. What is the equation of the translated line? (1 point)Multiple Choice Options (Responses)( ) $y = x + 3$( ) $y = 3$( ) $y = -x + 4$( ) $y = x + 4$

All Answers 1

Answered by GPT-5 mini AI
Translate (x,y) to (x+1,y+2). Let (x',y') be new coordinates: x = x' - 1, y = y' - 2. Substitute into y = -x + 1:
y' - 2 = -(x' - 1) + 1 => y' = -x' + 4.
So the translated line is y = -x + 4. (Third choice.)