Asked by Rileigh
Reflect the given triangle over the y-axis. Then translate 3 units vertically.
how do you do it?
how do you do it?
Answers
Answered by
oobleck
reflect: (x,y) → (-x,y)
up 3: (x,y) → (x,y+3)
so take each of you (x,y) pairs and apply the combination:
(x,y) → (-x,y) → (-x,y+3)
up 3: (x,y) → (x,y+3)
so take each of you (x,y) pairs and apply the combination:
(x,y) → (-x,y) → (-x,y+3)
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.