document.write( "Question 1027639: ABCD is a quadrilateral with A(1,1) B(9,25) C(15,23) D (0,-22). Find the exact area of ABCD.\r
\n" );
document.write( "\n" );
document.write( "How to find area of quadrilateral with uneven sides? Thanks \n" );
document.write( "
Algebra.Com's Answer #642880 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Use Co-ordinate geometry formula \n" ); document.write( "draw the diagonal for the quadrilateral\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if (x1,y1),(x2,y2),(x3,y3) \n" ); document.write( " are the vertices of a triangle then its area is given by\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "|1/2(x1(y2−y3)+x2(y3−y1)+x3(y1−y2))|\r \n" ); document.write( "\n" ); document.write( "A(1,1) B(9,25) C(15,23)\r \n" ); document.write( "\n" ); document.write( "(x1,y1),(x2,y2),(x3,y3)\r \n" ); document.write( "\n" ); document.write( "A=|(1/2)(1(23-25)+15(25-1)+9(1-23)|=80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A(1,1) C(15,23) D (0,-22). \r \n" ); document.write( "\n" ); document.write( "A= |(1/2)(1(-22-23)+15(1--22)+0)|=150\r \n" ); document.write( "\n" ); document.write( "Calculate and add\r \n" ); document.write( "\n" ); document.write( "to get the area of quadrilateral \n" ); document.write( " |