To determine the equation of the line of fit, we can identify two points that the line passes through and use the slope-intercept form \( y = mx + b \).
From the plot description, we have the points:
- (0, 50)
- (2, 70)
First, we calculate the slope \( m \) of the line using the formula:
\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
Substituting our points (0, 50) and (2, 70):
\[ m = \frac{70 - 50}{2 - 0} = \frac{20}{2} = 10 \]
Now that we have the slope \( m = 10 \), we can use one of the points to find the y-intercept \( b \). Using the point (0, 50):
\[ y = mx + b \implies 50 = 10(0) + b \implies b = 50 \]
Thus, the equation of the line of fit is:
\[ y = 10x + 50 \]
So, the correct answer is:
y = 10x + 50