
Evan M. answered 05/06/20
Software Engineer with an M.S. in Structural Engineering
I saw an expert answer with video, and his solution was correct. However, I will try to re-explain the same solution here:
When you draw the diagonals, you will see 4 different triangles formed.
We can use the law of cosines twice. Once using angle 114 degrees and side 8", and again using angle 66 degrees and side 6":
Let a represent half of one of the diagonals, and b represent half of the other diagonals. We know that the diagonals of a parallelogram bisect each other.
Law of cosines:
c2 = a2+b2 - 2abcos(C)
So
82 = a2+b2 - 2abcos(114)
62 = a2+b2 - 2abcos(66)
Subtract one equation from the other to get
28 = -2abcos(114) + 2abcos(66)
14 = ab(cos(66) - cos(114))
ab = 14 / (cos(66) - cos(114))
We can simplify the denominator using a sum-to-product trigonometric identity:
cos(x) - cos(y) = -2sin((x+y)/2)*sin((x-y)/2)
So
cos(66) - cos(114) = -2sin((66+114)/2)*sin((66-114)/2)
= -2sin(90)*sin(-24)
= -2sin(-24)
also, sin(-x) = -sin(x)
so
cos(66) - cos(114) = 2sin(24)
We can plug this in to simplify the value of ab:
ab = 14/(2sin(24))
ab = 7/sin(24)
Now we can find the area of each triangle with
A = 1/2*ab*sin(angle) where the angle is between a and b.
Since we solved for ab, we can plug it in. And we have 2 sets of equal triangles, so we calculate the area for each triangle, and then multiply by 2.
Aparallelogram = 2Atriangle1 + 2Atriangle2
Atriangle1 = 1/2*a*b*sin(66)
Atriangle2 = 1/2*a*b*sin(114)
We know a*b is 7/sin(24), so you can do the rest to find the area of the parallelogram.