54
1) Examining that shape, we can see that there is a triangle and a quadrilateral making up that shape.
2) Let's write down the coordinates of each vertex:
A(5,6)
B(11, 3)
C (11,-3)
D (4, -3)
E (5,3)
F (1,3)
2.2) Since this is an irregular polygon, then we can use the Gauss formula(a.ka. Shoelace formula) to find the Area writing matrices:

Notice that we have repeated x_1 and y_1 in the last row. We can make our "shoelace" by multiplying the diagonals this way:

2.4) Now, we can calculate the absolute difference between these two products:
And finally, multiply by 1/2 we got:

3) Thus the area is 54 square units