document.write( "Question 644277: How do you find the area of a diamond figure?
\n" );
document.write( "The coordinates I have are the following:
\n" );
document.write( "Q (-1,-5) U (4,5)
\n" );
document.write( "A (0,2) D (4,0)\r
\n" );
document.write( "\n" );
document.write( "Another Question:
\n" );
document.write( "How can I prove or disprove if a shape given is a square? (This relates to finding area because I must do so after the proving or disproving of the figure).
\n" );
document.write( "The coordinates are the following:
\n" );
document.write( "(0,9) (6,2)
\n" );
document.write( "(-1,-4) (-7,3) \n" );
document.write( "
Algebra.Com's Answer #404947 by Alan3354(69443) You can put this solution on YOUR website! How do you find the area of a diamond figure? \n" ); document.write( "The coordinates I have are the following: \n" ); document.write( "Q (-1,-5) U (4,5) \n" ); document.write( "A (0,2) D (4,0) \n" ); document.write( "----------------- \n" ); document.write( "Q...A...U...D...Q \n" ); document.write( "-1 +0 +4 +4 -1 \n" ); document.write( "-5 +2 +5 +0 -5 \n" ); document.write( "------ \n" ); document.write( "Add the diagonal products starting at the upper left \n" ); document.write( "-1*2 + 0 + 0 - 4*-5 = -2 - 20 = -22 \n" ); document.write( "----- \n" ); document.write( "Add the diagonal products starting at the lower left \n" ); document.write( "0 + 2*4 + 5*4 0 = 28 \n" ); document.write( "========== \n" ); document.write( "ABS of the difference = 50 \n" ); document.write( "Area = 50/2 = 25 sq units \n" ); document.write( " \n" ); document.write( " |