The OA is absolutely crisp. However, I am adding an alternative way to solve this.
By identifying the bottlenecks. If you take a overall look, there is really one bottleneck at H. Why? Because 700 limit is quite high and you can add you the requirements before this without any problem.
So, this problems reduces to "what happens to before and after H?"
Outflow at H -> 190+150=340
This should be divided among EH and GH but how?
Lets see how much AC and AB handle without supplying to H. We have 150+180+170(from upper part) + 120+240+200(from lower part)
-> ie 500(from upper part) + 560(from lower part)
We have a 700 limit for each AC as well as AB, but you need to divide 340 into (from upper part) and (from lower part)
The max upper can handle is 200 more and lower can handle is 140 more. But this is indeed the requirement at H.
So they have to both work at full capacity to allow this. So, EH=200 and GH=140