There is a formula for the area of a triangle given its co-ordinates using a determinant:
|x1 y1 1|
.5 |x2 y2 1|
|x3 y3 1|
I have written the determinant as clearly as I can given the limitations of this editor.
Alternatively you can use the distance formula to find the length of each side and then use Heron's formula.