Asked by cONNECTIONS

Can you give me the answer and explain how u got it so I can know for further refrence. In the app you are creating, a duck is going to fly from the coordinates (1, 3) then go 3 units right. And 6 units down.
Write a rule to describe the translation.
What are the coordinates of the duck’s final position?

Answers

Answered by oobleck
"move right" means add to x
"move down" means subtract from y.
so, (x,y) -> (x+3,y-6)
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions