I'm having a little difficulty getting this problem down. I've been trying to follow my notes, but I guess I'm not doing it correctly. Anyone know how to properly answer this question?
Let $\vec{y}$ = $ \left[ {\begin{array}{cc} 8 \\ 5 \\ -5 \\ \end{array} } \right]$ and $\vec{u}$ = $ \left[ {\begin{array}{cc} 4 \\ 4 \\ 4 \\ \end{array} } \right]$. Compute the distance $d$ from $\vec{y}$ to the line through $\vec{u}$ and the origin.
The squared distance from $(8,5,-5)$ to a point $(4t,4t,4t)$ on the line is $$(8-4t)^2+(5-4t)^2+(-5-4t)^2=48t^2-64t+114.\tag{1}$$ This is minimal at $t=64/96=2/3$ so that the nearest point on the line is $(8/3,8/3,8/3).$ Or since you only need the distance, plug $t=2/3$ into (1) and get $278/3$, and the distance is the squareroot of that.
NOTE: The line could be more simply $(t,t,t)$ which would make for smaller coefficients in (1).