The slope of the line can be found using the formula:
slope = (y2 - y1) / (x2 - x1)
where (x1, y1) = (0, 4) and (x2, y2) = (3, 8)
slope = (8 - 4) / (3 - 0) = 4/3
Now we can use the point-slope form of the equation of a line:
y - y1 = m(x - x1)
where m is the slope and (x1, y1) is one of the given points. Choosing (0, 4) as the point, we get:
y - 4 = (4/3)(x - 0)
Simplifying:
y - 4 = (4/3)x
y = 4/3 x + 4
Therefore, the equation of the line is y = 4/3 x + 4.