Answer:
y = x + 3
Explanation:
Equation of the line can be written as y = mx + b (slope-intercept form)
Let's find the slope (m) and the y-intercept (b)
Slope (m) = change in y/change in x
Using two points on the line, (0, 3) and (1, 4),
Slope (m) = (4 - 3)/(1 - 0) = 1/1
m = 1
y-intercept (b) = 3 (the coordinate of the point where the y-axis is intercepted by ye line)
To write the equation, substitute m = 1 and b = 3 into y = mx + b
y = 1(x) + 3
y = x + 3