document.write( "Question 434161: A(0,5)B(7,1)C(-3,-2) triangle. How would i find the area? \n" ); document.write( "
Algebra.Com's Answer #300862 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
The area is equal to \"%281%2F2%29abs%28det%28A%29%29\", where \"det%28A%29\" is the determinant of the 3x3 matrix formed by using the vertices with a set of 1's. The matrix we are evaluating is equal to\r
\n" ); document.write( "\n" ); document.write( " 0 5 1
\n" ); document.write( " 7 1 1
\n" ); document.write( " -3 -2 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll leave the arithmetic to you.
\n" ); document.write( "
\n" );