I think I will try this as classical overlapping set problem.
| F | NF
----------------------
G | x/10 | 33 |
NG | 3x/4 | 0 |
-----------------------------
| 187 | 33 |X = 220
Assume x is the total number here
x/10 + 3x/4 = 187
solving it
x = 220
Now I can put the value back into the grid
There are no category for NG and NF so it goes as 0.
As the question asks for pure Gala so the category is G + NF
So the answer is 33.Though it is not the fastest way to do,it is one way to put it systematically.