Respuesta :

I would split it like this so you have:
- A rectangle that's 8 x 10
- A square that's 4 x 4
- A triangle with a base = 2 and a height = 4

Area of rectangle: b * h
8 * 10 = *80*

Area of square: b * h
4 * 4 = *16*

Area of triangle: 1/2 * b * h
(1/2)(2)(4) = *8*

Add up the areas:
80 + 16 + 8

104 is your an answer!