The equivalent output if the input coordinates are (-6,0) and (3, 4) are (-9, 4) and (0, 4) respectively
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