Given two points of a line (x1, y1) and (x2, y2), the equation of the line is:
[tex]\begin{equation*} y-y_1=\frac{y_2-y_1}{x_2-x_1}(x-x_1) \end{equation*}[/tex]We are given the points (0, 3) and (4, 5). Plugging in these values:
[tex]y-3=\frac{5-3}{4-0}(x-0)[/tex]Operating and simplifying:
[tex]\begin{gathered} y-3=\frac{2}{4}x \\ \\ y=\frac{1}{2}x+3 \end{gathered}[/tex]