125k views
3 votes
Amy is writing the program for a video game. For one part of the game she uses the rule (x, y) - (x+2, y-3) to move points on the screen.(a) What output does the rule give when the input is (-5, 2)? Show your work.(b) What output does the rule give when the input is (3, -4)? Show your work.

User Jena
by
4.4k points

1 Answer

5 votes

Since the transformation rule in this case is (x+2, y-3), we have to substitute the input value in te rule:

a. (-5+2, 2-3)=(-3, -1)

b. (3+2, -4-3)=(5, -7)

User JF Simon
by
4.3k points