For n = 4, divide [0, 2] into 4 equal subintervals: [0, 0.5], [0.5, 1], [1, 1.5], and [1.5, 2]. The width of each subinterval is \( \Delta t = \frac{2 - 0}{4} = 0.5 \) hour. Find the midpoints: 0.25, 0.75, 1.25, and 1.75, and use the corresponding velocities from the table. Then calculate the sum \( \Delta t \times [v(0.25) + v(0.75) + v(1.25) + v(1.75)] \) to approximate the displacement.