which rule describes the translation WXYZ ->W’X’Y’Z’
A. (x,y) -> (x-5, y+3)
B. (x,y) -> (x+3,y-5)
C. (x,y) -> (x+3, y-2)
D. (x,y) -> (x-5,y-2)
