Given is a table of Time(hours)-Distance(miles).
We have points (4, 208), (6, 312), (8, 416), (10, 520).
Finding slope of given points:-

We know general equation of the line is given by y = mx+b.
Using point (4, 208) and slope m = 52 in the equation y = mx+b.
208 = (52)(4) + b
208 = 208 + b
b = 0.
So, the equation is y = 52x.