document.write( "Question 1081654: One side of a parallelogram is 10 meters and its diagonals are 16 and 24 meters respectively. Its area is? \n" ); document.write( "
Algebra.Com's Answer #695786 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
We can get the angle of intersection of the diagonals using Law of Cosines
\n" ); document.write( "using 10 as a side
\n" ); document.write( "10^2=8^2+12^2-2*8*12 cos C, using the facts the diagonals bisect each other.
\n" ); document.write( "100=64+144-192 cos C
\n" ); document.write( "-108=-192 cos C
\n" ); document.write( "cos C=108/192
\n" ); document.write( "arc cos both sides and C=55.77 deg
\n" ); document.write( "Vertical angles and supplementary angles makes for 2 triangles of 8-10-12
\n" ); document.write( "The other two have a missing side, but the angle is 124.23
\n" ); document.write( "therefore, c^2=64+144-2*8*12 cos 124.23, and the cosine is -.5625
\n" ); document.write( "c^2=208+108=316
\n" ); document.write( "c=17.78 m,
\n" ); document.write( "using Heron's formula, area of the smaller triangle has s=15 (half the perimeter)
\n" ); document.write( "and A=sqrt (s(s-a)(s-b)(s-c))= sqrt (15*7*3*5)=39.69. Two of these have area 79.37 (rounding at the end)
\n" ); document.write( "The area of the larger triangle has s=37.78/2=18.89
\n" ); document.write( "sqrt(18.89*(1.11)*10.89*6.89)=39.66, and two of these are 79.32
\n" ); document.write( "The total area is 158.69 m^2.
\n" ); document.write( "Can check using A=(1/2)pq sin theta, using 55.77 as theta, and p, q are diagonal lengths.
\n" ); document.write( "A=(1/2)384*sin 55.77=158.74 m^2.
\n" ); document.write( "
\n" );