Let's use the trapezoid method.
First, see that the leftside triangle is a 3-4-5 right triangle.
The area is then:
1/2 * b * h
1/3 * 4 * 3 = 6
Second, see that the rightside triangle is also a 3-4-5 right triangle.
The area is then:
1/2 * b * h
1/3 * 3 * 4 = 6
Third, see that the overall quadrilateral is a trapezoid.
The area of a trapezoid is
[(b1 + b2)/2] * h
Where
b1: left side from (0,0) to (0,3); length = 3
b2: right side from (7,0) to (7,4); length = 4
h: bottom from (0,0) to (7,0); length = 7
So
[(3 + 4)/2]*7 = 49/2 = 24.5
Area of the triangle we want:
(Area of trapeziod) - (Area of leftside triangle) - (Area of rightside triangle)
24.5 - 6 - 6 = 12.5