Figure 1 - a top view of the pond area that you are trying to fill, the depths of each of the dots are given in the question.
Figure 2 - profile of the river that will be used to fill the pond, each depth is given in the question.
.
Figure 3 - table of the depths, etc of the pond in Figure 1
The project was to find out how long it took for a pond to fill with only rainwater
I was giving the depths of the pond in different points across the pond and with that you use either the Trapezoid rule
Simpson's rule: h/3(y0+4*y1+2*y2+4*y3+2*y4+ . . . +2*y(n-2)+4*y(n-1)+y(n)
Trapezoid rule: h/2(y0+2*y1+2*y2+2*y3+2*y4+ . . . +2*y(n-2)+2*y(n-1)+y(n)
Using either the Simpson's or the Trapezoid rule you can determine the surface area of each of the cross sections of the pond. Then with all those areas