Would the rule be (x,y)->(-x,y) or (x,y)->(x,-y)?
 
											 
											Answer:
(x, y) -> (x, -y)
Step-by-step explanation:
you can see the y values in the pre-image are multiplied by -1 to get the ones in the image, and the x values stay the same.