The rule for the translation is given as (x, y) → (x + 2, y - 1). This is a shift 2 units in the x-direction (horizontally) and -1 units in the y-direction (vertically)
To find A'(x',y'): x' = x + 2 = -1 + 2 = 1 y' = y - 1 = 4 - 1 = 3
Our goal is to get y by itself We will first add 3x to both sides to get -5y = 3x - 15 We will then divide both sides by -5 to get y by itself which becomes y = -3/5x + 3