Let's define the variables first:
- Let \( x \) be the number of adventure stops.
- Let \( y \) be the total time spent at the zoo in hours.
From the information given:
- Without any stops (when \( x = 0 \)), visitors spend an average of 5 hours, so when \( x = 0 \), \( y = 5 \).
- With 4 stops (when \( x = 4 \)), visitors spend an average of 6 hours, so when \( x = 4 \), \( y = 6 \).
We can use these two points to find the equation of the line:
- The point (0, 5) indicates that the y-intercept is 5.
- The point (4, 6) can help determine the slope.
Calculating the slope \( m \):
\[
m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{6 - 5}{4 - 0} = \frac{1}{4}
\]
Using the point-slope formula \( y - y_1 = m(x - x_1) \), applying the y-intercept (0, 5) gives us: \[ y - 5 = \frac{1}{4}(x - 0) \] \[ y = \frac{1}{4}x + 5 \]
This matches the equation \( y = \frac{1}{4}x + 5 \). So the correct answer is:
\( y = \frac{1}{4}x + 5 \).