Answer:
Part a)
          The output is: (10,-3)
Part b)
       The output is: (3,-7)
Step-by-step explanation:
The rule which is used to transform is:
       (x,y) → (x + 5, - y)
This means that the x-coordinate is shifted 5 units to the right and the y coordinate is negated.
Part a)
If we give the input as: (5,3)
Then the output will be:
(5,3) → (5+5,-3)
i.e.
(5,3) → (10,-3)
Part b)
Now, again when we input the value as: (-2,7)
Then the output will be:
(-2,7) → ( -2+5,-7)
i.e.
(-2,7) → (3,-7)