Given J(1, 1), K(3, 1), L(3, -4), and M(1, -4) and that J'(-1, 5), K'(1, 5), L'(1, 0), and M'(-1, 0). What is the rule that transforms preimage JKLM to
image J'K'L'M' ?


Answer :

dalendrk
(x; y) -> (x - 2; y + 4)

J(1; 1) ⇒ J'(1 - 2; 1 + 4) = (-1; 5)

K(3; 1) ⇒ K'(3 - 2; 1 + 4) = (1; 5)

L(3;-4) ⇒ L'(3 - 2; -4 + 4) = (1; 0)

M(1;-4) ⇒ M'(1 - 2;-4 + 4) = (-1; 0)


Other Questions