7.1k views
4 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.

1 Answer

4 votes

Answer:

The output of (-6,0) is (-9,4)

Explanation:

Given


(x,y) \to (x -3,y+4) --- rule

Required

The output of
(-6,0)


(-6,0) implies that:


(x,y) = (-6,0)

So, we have:


(x,y) \to (x -3,y+4)


(-6,0) \to (-6 -3,0+4)


(-6,0) \to (-9,4)

The output of (-6,0) is (-9,4)

User Prakash Sharma
by
7.4k points