what I've done so far?
-i've determined the vector between the point (4, 0, 0) and the point P.
(4, 6, 8) - (4, 0, 0)
(0, 6, 8)
-The norm of this vector is the radial distance of the line to point P (the value of “ρ” in the formula)
√(0^2 + 6^2 + 8^2) = 10 -> ρ = 10
-and its unit vector is...