Answer:
(0,4)
(1/2,7)
(2.25,7)
(3,4)
Explanation:
you want to take each point and subtract five from the 'x' value and add two to the 'y' value
(5,2) → (5-5, 2+2) → (0,4)
(5.5,5) → (5.5-5, 5+2) → (0.5,7)
(7.25,5) → (7.25-5, 5+2) → (2.25,7)
(8,2) → (8-5, 2+2) → (3,4)