A line is a 1-dimensional linear manifold: in order to specify it, you need two vectors: the first one, call it p, can be any point on the line. The second, call it q, represents the direction of the line (in technical jargon, it forms a basis for the directing space of the manifold). In this case, the line is the set
\{ p + kq \ | \ k \in \mathbb{R} \}
(assuming your vector space is over \mathbb{R}). Alternatively we just say that the line is specified by the equation
v = p + kq
where k is an arbitrary constant (in the appropriate field, here \mathbb{R}).
in this case, you are given that p = (2, \ 4, \ 8) is on the tangent line. You now need to find the direction. This is what your 1i + 2tj + (3t^2)k gives you (it does not matter if the vector is normalized or not, since to make our line we scale take every scalar multiple anyway!). First you need to find the appropriate value for t. You do this by solving r(t) = (2, \ 4, \ 8), since you want the direction to be appropriate to that particular point. As dexter said, you find t=2, so the direction is dexter's \vec{T}_{(2, \ 4, \ 8)}=q.
Now just put this together with what I said at the beginning to get the equation of the line.