You have not included the table of values showing the delivery rates, but I can give you the steps and let you apply those to the specific data given with the question:
We are going to calculate the areas of 4 separate trapezoids and sum those areas. This sum will be an approximation of the area under the curve R(t). We interpret this area as the total amount of trash delivered between t = 0 and t = 6.
These trapezoids are adjacent to one another, with their parallel sides (bases) oriented vertically, with each adjacent pair sharing one base. We will use the formula for area of a trapezoid: Atrap = (b1 + b2)/2 · h
Note that because of their orientation, the height, h, will be horizontal, which we calculate by subtracting consecutive time values.
The table should give 5 distinct time values and their corresponding rates. I assume that the first time value given is t = 0 and the last is t = 6. I will refer to the other 3 time values as t1 , t2 , and t3.
A = (R(0) + R(t1))/2 · (t1) + (R(t1) + R(t2))/2 · (t2 - t1) + (R(t2) + R(t3))/2 · (t3 - t2) + (R(t1) + R(6))/2 · (6 - t3)

Josh F.
05/27/21
Dan S.
t (hours) 0 1 3 5 6 R(t) tons/hour 4 2 3 2 1 That's the table. So would the first average point for the trapezoid formula would be (4+2)/2 *1, which would equal 3.05/27/21