Question 253662
<pre><font size = 4 color = "indigo"><b>

{{{drawing(300,300,-10,10,-10,10,graph(300,300,-10,10,-10,10),
triangle(2,3,3,8,6,-1), locate(.1,3,"(2,3)"), locate(3.3,8,"(3,8)"), locate(6,-1,"(6,-1)") )}}}


The area of a triangle with vertices (a,b), (c,d), and (e,f) is

{{{Area=abs((1/2)*abs(matrix(3,3,a,b,1,c,d,1,e,f,1)))}}}

{{{Area=abs((1/2)*abs(matrix(3,3,2,3,1,3,8,1,6,-1,1)))}}}

Do you know how to evaluate that determinant?  If not post again
asking how.

{{{Area=abs((1/2)*(-24))=abs(-12)=12}}}

Note that if you take the vertices in counter-clockwise order around
the triangle, the absolute value bars are not necessary, because the
area will come out positive anyway and so sometimes the formula is 
given without the absolute value bars, and they tell you to always
take the vertices in counter-clockwise order; however if you include 
the absolute value bars, then it doesn't matter which order
you take the vertices.  Notice that I took them clock-wise above,
and the absolute value bars were necessary.


Edwin</pre>