What is the area of a triangle whose vertices are D(3,3), E(3,-1), and F(-2,-5)?

There is a formula which employs the use of determinants and which helps us calculate the area of a triangle if the vertices are given as [tex](x_1,y_1),(x_2,y_2),(x_3,y_3)[/tex]. The formula is as shown below:
Area=[tex]\frac{1}{2}\begin{vmatrix}x_1&y_1&1 \\ x_2&y_2&1\\ x_3&y_3&1\end{vmatrix}[/tex]
Now, in our case, we have: [tex](x_1,y_1)=(3,3)[/tex]
[tex](x_2,y_2)=(3,-1)[/tex], and
[tex](x_3,y_3)=(-2,-5)[/tex]
Thus, the area in this case will become:
Area=[tex]\frac{1}{2}\begin{vmatrix}3&3&1 \\ 3&-1&1\\ -2&-5&1\end{vmatrix}[/tex]
Therefore, Area=[tex]\frac{1}{2}\times [[3(-1\times 1-(-5)\times 1]-3[3\times 1-(-2)\times 1]+1[3\times -5-2]]= \frac{1}{2}\times -20=-10[/tex]
We know that area cannot be negative, so the area of the given triangle is 10 squared units.