135k views
1 vote
2. 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)?
B. What output does the rule give when the input is (3,-4)?

Please show work.

User Raevilman
by
8.6k points

1 Answer

2 votes

Given rule (x,y) ->(x-3,y+4) to move points on the screen.

a) We are given first input (-6,0).

(-6,0) represents x=-6 and y=0.

Plugging values of x and y in given rule (x,y) ->(x-3,y+4), we get

(-6,0) --> (-6-3, 0+4). It would give us (-9,4)

So, first output is (-9,4).

b) We are given second input (3,-4).

(-6,0) represents x=3 and y=-4.

Plugging values of x and y in given rule (x,y) ->(x-3,y+4), we get

(-6,0) --> (3-3, -4+4). It would give us (0,0).

So, second output is (0,0).



User Sertug
by
7.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories