document.write( "Question 328183: If ABCD is a parallelogram with A(2,1,4), B(1,4,3) and C(1,0,2), find:
\n" );
document.write( "(a) the area of the parallelogram
\n" );
document.write( "(b) the coordinate of D \n" );
document.write( "
Algebra.Com's Answer #235059 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Since A is the point (2,1,4) and B is the point (1,4,3), the vector from A to B\r\n" ); document.write( "is \r\n" ); document.write( "\r\n" ); document.write( "< 1-2, 4-1, 3-4 > or < -1, 3, -1 >\r\n" ); document.write( "\r\n" ); document.write( "Since B is the point (1,4,3) and C is the point (1,0,2), the vector from B to C\r\n" ); document.write( "is \r\n" ); document.write( "\r\n" ); document.write( "< 1-1, 0-4, 2-3 > or < 0, -4, -1 >\r\n" ); document.write( "\r\n" ); document.write( "Since those vectors are adjacent sides of a parallelogram, the\r\n" ); document.write( "area of the parallelogram is the magnitude of their cross\r\n" ); document.write( "product. So we find their cross product:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |