document.write( "Question 1071016: Find the area of a parallelogram with vertices (0, 0), (3, 3), (4, 6), and (7, 9) using the formula which relates the area to the absolute value of the determinant of the matrix. \r
\n" ); document.write( "\n" ); document.write( "What are the steps involved in solving this? I greatly appreciate any and all assistance. Thank you!
\n" ); document.write( "

Algebra.Com's Answer #685977 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "To find out what order to taken the vertices, we plot\r\n" );
document.write( "the parallelogram:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To get the positive value of the area, take the coordinates \r\n" );
document.write( "going counter-clockwise around the polygon. Put the first\r\n" );
document.write( "pair of coordinate (0,0) again at the bottom:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To evaluate that determinant, add all the NW to SE diagonal\r\n" );
document.write( "products and subtract all the NE to SW diagonal products.\r\n" );
document.write( "\r\n" );
document.write( "(0×3)+(3×9)+(7×6)+(4×0)-(0×3)-(3×7)-(9×4)-(6×0) =\r\n" );
document.write( "\r\n" );
document.write( "  0  +  27 +  42 +   0 -   0 -  21 -  36 -   0  =\r\n" );
document.write( "\r\n" );
document.write( " 12.  \r\n" );
document.write( "\r\n" );
document.write( "Multiply by \"1%2F2\":\r\n" );
document.write( "\r\n" );
document.write( "So \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );