document.write( "Question 945160: how i can calculate area of quadrilateral having unequal four side with known diagonal.
\n" ); document.write( "Sides: 33,40,45 & 65 Diagonal:72
\n" ); document.write( "

Algebra.Com's Answer #576522 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
I would use Heron's formula to calculate the area of each of the two triangles split from the quadrilateral by the diagonal.
\n" ); document.write( "Heron's formula says that the area of a triangle with sides lengths \"a\" , \"b\" , and \"c\" is
\n" ); document.write( "\"area=sqrt%28s%2A%28s-a%29%2A%28s-b%29%2A%28s-c%29%29\" where
\n" ); document.write( "\"s=%28a%2Bb%2Bb%29%2F2\" is the \"semiperimeter\".
\n" ); document.write( "I do not know what your quadrilateral looks like, or its area,
\n" ); document.write( "because I do not know what side is next to the side measuring 33 and to the same side of the diagonal.
\n" ); document.write( "
\n" ); document.write( "IF the sides measuring 33 and 40 are to one side of the diagonal,
\n" ); document.write( "and those measuring 45 and 65 are to the other side,
\n" ); document.write( "the quadrilateral (with its diagonal looks like
\n" ); document.write( "this , or this ,
\n" ); document.write( "or maybe a flipped over version of one of those.
\n" ); document.write( "The triangles' semiperimeters are
\n" ); document.write( "\"%2833%2B40%2B72%29%2F2=72.5\" and \"%2845%2B65%2B72%29%2F2=91\" ,
\n" ); document.write( "and their areas are
\n" ); document.write( " (rounded), and
\n" ); document.write( "\"sqrt%2891%2A%2891-33%29%2A%2891-40%29%2A%2891-72%29%29=sqrt%2891%2A46%2A26%2A19%29=1438.0\" (rounded).
\n" ); document.write( "Then, the area of the quadrilateral is
\n" ); document.write( "\"215.7%2B1438.0=1653.7\" .
\n" ); document.write( "
\n" ); document.write( "IF the sides measuring 33 and 45 are to one side of the diagonal,
\n" ); document.write( "I calculate an area of \"1822.5\" .
\n" ); document.write( "
\n" ); document.write( "IF the sides measuring 33 and 65 are to one side of the diagonal,
\n" ); document.write( "I calculate an area of \"1883.2\" .
\n" ); document.write( "
\n" ); document.write( "
\n" );