*same stuff above the horizontal line above here*
One way to go about it would be to look at just the right side and convert the equation from y in terms of x to x in terms of y. This way we can integrate between 0 and d such that we find a value for d that the area under the graph between these points is half that of the area under the graph between 0 and 2 (the full height)
Rearranging we obtain:

So we're looking at this atm
https://www.desmos.com/calculator/yutdassiozNow all we have to do is form an equation to represent the area in the interval [0,d] underneath

being half that of the area in the interval [0,2] underneath

, this is given by;

Putting the following into your calculator should do it.
solve(int(sqrt(9y/8),y,0,d)=1/2*int(sqrt(9y/8),y,0,2),d)This gives the depth as approximately 1.26m
It might be helpful to draw the y axis as the horizontal axis and the x axis as the vertical axis when you convert them around. I've noticed a few students can become confused understanding the situation and integrating with respect to y if they are left in the conventional manner. For example the situation would like more like this
https://www.desmos.com/calculator/0j93yyfjja which is much more familiar with students.
p.s. I'm sorry for the lack of clarity in this post, feel free to ask for a better explanation if you don't understand
