Sign In
When rewriting a composition as a single transformation, calculate the total steps on the x- and y-axis.
(x,y) → (x+1,y+2)
We will start by writing the instructions as translations. The first instruction is to move the square 2 units to the right and 3 units up. Therefore, the translation could be written as follows.
(x,y) → (x+2,y+3)
x+2-1&=x+1
y+3-1&=y+2
Now we know the transformation for x and y. Together they form (x,y) → (x+1,y+2).