SOLUTION: solve triangle with A=70 degrees, b= 30, c= 51

Algebra ->  Triangles -> SOLUTION: solve triangle with A=70 degrees, b= 30, c= 51      Log On


   



Question 535168: solve triangle with A=70 degrees, b= 30, c= 51
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A=70 degrees, b= 30, c= 51
----
Use Law of Cosines:
a^2 = b^2 + c^2 -2bc*cos(A)
---
a^2 = 30^2 + 51^2 - 2*30*51*cos(70)
---
a^2 = 2454.42
-----
a = 49.54
----
Now use the Law of sines to find angle B.
sin(B)/b = sin(A)/a
sin(B)/30 = sin(70)/49.54
----
sin(B) = (30/49.54)*sin(70) = 0.5691
---
B = arcsin(0.5691) = 34.68 degrees
=======================================
Then C = 180-(A+B)
====================
Cheers,
Stan H.
====================