document.write( "Question 431116: The vertices of a triangle are given below. Use a determinant and the vertices of the triangle to find the area of the triangle.\r
\n" );
document.write( "\n" );
document.write( "(-3,-7.5), (-1.5,6.5), (1.5,-5.5)\r
\n" );
document.write( "\n" );
document.write( "** By the way: I know that the answer is 30, I just don't understand how to get the answer. Thank you \n" );
document.write( "
Algebra.Com's Answer #299297 by richard1234(7193) You can put this solution on YOUR website! We have \n" ); document.write( "\n" ); document.write( "| -3 -7.5 1 | \n" ); document.write( "| -1.5 6.5 1 | \n" ); document.write( "| 1.5 -5.5 1 | (3x3 matrix)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here, \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore, the area is equal to 1/2 of 60, or 30. \n" ); document.write( " |