vsjjk
contestada

Alicia is writing the program for a videogame. 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.

Respuesta :

The equivalent output if the input coordinates are (-6,0) and (3, 4) are (-9, 4) and (0, 4) respectively

Transformation of coordinates

Coordinate transformations are often used to define often used to define new coordinate systems on the plane.

It is a method of changing the position of an image from one position to another on an xy-plane.

Given the translation rule expressed as x,y) -> (x - 3 , y + 4). If the input is (-6, 0), the equivalent output is expressed as:

Output = (-6-3, 0+4)

Output = (-9, 4)

If the input is (3, 4), the equivalent output is expressed as:

Output = (3-3, 0+4)

Output = (0, 4)

Hence the equivalent output if the input coordinates are (-6,0) and (3, 4) are (-9, 4) and (0, 4) respectively

Learn more on transformation here: https://brainly.com/question/4289712

#SPJ1