11.1k views
1 vote
A bug starts at position (-3, -3) on the floor. It crawls along the vector (2, 6). What is the the final position of the bug on the floor? How far and in what direction did it crawl to get there?

1 Answer

1 vote

Explanation:

the final position = (-3+2 , -3+6) => (-1, 3)

the distance from the origin point =

√(2²+6²) = √(4+36) = √40 units or 6.3 units

the direction = tan~¹ 6/2 = 71.6°

User Koji
by
7.6k points