The area of a triangle is determined by the formula: Base x Height * 1/2
You'll need to assign a base to the triangle. Based on the vertices given, the simplest base would be the line segment from (-2,1) to (2,1). The distance between any two numbers is found by just subtracting them. Here, you should subtract the x values to find the distance of this side.
2 - (-2) = 4.
So the distance (aka the length of the base) is 4. The height of the triangle is the distance between the base and the highest point on the triangle which is (3,4). We should subtract the y values this time to find the height/distance.