155,569 views
13 votes
13 votes
The point is first rotated clockwise about the origin, translated 6 units to the left, and then reflected across the line .Write a function S to represent the sequence of transformations applied to the point .

User MDF
by
2.8k points

1 Answer

10 votes
10 votes

we have that

First

Rotate 180 degrees clockwise about the origin

the rule is

S(x,y) --------> S'(-x,-y)

Second

translated 6 units to the left

the rule is

S'(-x,-y) -----> S''(-x-6,-y)

Third

Reflect across the line y=x

the rule is

the x-coordinate and y-coordinate change places

S''(-x-6,-y) ------> S''''(-y,-x-6)

therefore

the final answer is (-y,-x-6)

User Howard Grimberg
by
2.3k points