.
In video games, images are drawn on the screen using x,y-coordinates.
The origin, (0, 0), is in the lower-left corner of the screen.
An image of an animated character moves from its position at (8, 5)
through a distance of 12 units along a line at an angle of 25 to the horizontal.
What are the new coordinates?
I found one side and used the law of cosines to get 5.31 for the x coordinate,
ut I am not sure how to get the y coordinate. The sides I have are 9.43, 12, and 5.31.
~~~~~~~~~~~~~~~~~~
For x-coordinate: x = 8 + 12*cos(25°).
For y-coordinate: y = 5 + 12*sin(25°).
That's all.
------------
Having these formulas, complete calculations on your own.
Solved.