To find the equation of the linear function that models the relationship between x and y given the points (11, 58) and (20, 103), we first need to determine the slope (m) of the line. The slope is calculated using the formula:
\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
Here, we can assign:
- \( (x_1, y_1) = (11, 58) \)
- \( (x_2, y_2) = (20, 103) \)
Now, substituting the values into the slope formula:
\[ m = \frac{103 - 58}{20 - 11} = \frac{45}{9} = 5 \]
Now that we have the slope \( m = 5 \), we can use the point-slope form of a linear equation to find the y-intercept (b). We can use either of the two points; let's use the point (11, 58):
The point-slope form is:
\[ y - y_1 = m(x - x_1) \]
Substituting the values into this equation:
\[ y - 58 = 5(x - 11) \]
Now we solve for \(y\):
\[ y - 58 = 5x - 55 \] \[ y = 5x - 55 + 58 \] \[ y = 5x + 3 \]
Thus, the equation of the linear function in \(y = mx + b\) form is:
\[ \boxed{y = 5x + 3} \]