Given:
Coordinates for translate
Required:
To match coordinates with description.
Step-by-step explanation:
a. (x,y) goes to (x+3,y) which means value of (x,y) goes from (0,0) to (3,0) which match our statement no ii.
b. (x,y) goes to (2x,2y) which means value of (x,y) goes from (0,0) to (2,2) which match
our statement no iii.
c. (x,y) goes to (x,y+4) which means value of (x,y) goes from (0,0) to (0,4) which match
our statement no i.
d. (x,y) goes to (x,y-4) which means value of (x,y) goes from (0,0) to (0,-4) which match
our statement no iv.
e. (x,y) goes to (x-3,y-5) which means value of (x,y) goes from (0,0) to (-3,-5) which match our statement no v.
Required answer:
a goes to ii
b goes to iii
c goes to i
d goes to iv
e goes to v.