Seth M. answered 04/07/15
Tutor
5.0
(1,891)
Expert help with Python, Java, JavaScript, C++, Philosophy, and Logic
This is the sum of the sides of two triangles. You have been given the hypotenuse and angle, and need to use sine and cosine to arrive at the answers.
So, for the first question, the length of an adjacent side of a right triangle can be found using cos(theta) = a/h. You know the angle and the hypotenuse, so the solution is a = cos(6) x 150 m. Do the same for the second leg of the ride and sum the answers to find the total horizontal distance covered.
The second question is addressed in a similar way, but in this case you are solving for the opposite, so use sine instead.