From Statement I: Knowing the duration of each stopover (sum of $i^2$ for $i=1$ to $10$ minutes) gives total stoppage time, but we have no travel time without speed data. Hence, insufficient.
From Statement II: Knowing average speed between stopovers gives travel time but not stoppage time, so we cannot find the total journey time. Hence, insufficient.
Combining both: We can compute total stoppage time from I: $1^2 + 2^2 + ... + 10^2 = \frac{10(10+1)(2 10 + 1)}{6} = 385$ minutes. Travel time from II: total distance $5000$ km at $66$ kmph = $\frac{5000}{66}$ hours. Adding stoppage time (converted to hours: $385/60$) to travel time yields total journey time. Hence, both statements are needed.