I have been surprised not being able to solve this:
+---------------------------+
| XXXXXXXXXXXX| |
| XXXXXXXXXX| |
| XXXXXXXX| |
| XXXXXX| |
| XXXX| |
| X| |
+------+--------------------+
| | | |
| | | |
| | | |
+-------------+ |
| |XXXXXX| |
| |XXXXXX| |
| |XXXXXX| |
+---------------------------+
So what I looked here is, the first one is the half, so 1/2. The other is 0/1, the 3rd is 1/4, and the 4th is 0/1.
When I make the count (sum 1/2 + 0/1 + 1/4 + 0/1), I get 3/4, while just looking at the graphic, I can see there is 3/16 of the whole figure painted. What am I doing wrong?