84.3k views
3 votes
A polygon on a coordinate grid was transformed using the rule(x,y)>(x-4,y-3).Which of the following describes this transformation

User Twaldron
by
4.4k points

1 Answer

6 votes

Answer:

True

Step-by-step explanation:

Step 1: Find the Coordinates of the Original Triangle

(2, -2)

(6, -3)

(5, 2)

Step 2: Apply the Transformation to the Coordinates

(2-(4),-2+(3)) -> (-2, 5)

(6-(4),-3+(3)) -> (2, 0)

(5-(4),2+(3)) -> (1, 5)

Step 3: Compare the points on the red triangle with the points you got

(-2, 5) = (-2, 5)

(2, 0) = (2, 0)

(1, 5) = (1, 5)

Because the coordinates are the same we can conclude that the triangle was transformed with the rule: (x,y)-> (x-4,y+3)

User Nutlike
by
4.3k points