213k views
2 votes
Alicia is writing the program for a video game. For one part of the game, she uses the rule (x,y) -> (x - 3, y + 4) to move points on the screen.

(a) What output does the rule give when the input is (-6,0)? Show your work.



(b) What output does the rule give when the input is (3,-4)? Show your work.

1 Answer

3 votes

A) (-6,0) = -6-3, 0+4 so it moves to (-9,4)

B) (3,-4) = 3-3, -4+4 so it moves to (0,0)

User Henrik Gering
by
7.7k points

No related questions found