61.6k views
1 vote
You start at (-3, 0). You move up 3 units and right 8 units. Where do you end?

1 Answer

3 votes

Answer:

  • You end at (5, 3)

====================

Start point coordinates:

  • x = - 3, y = 0

Move up 3 units, add this to the y- coordinate:

  • y = 0 + 3 = 3

Move right 8 units, add this to the x- coordinate:

  • x = - 3 + 8 = 5

The end point is (5, 3).

User BigFwoosh
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.