The the ellipsoid is a level surface of the function
$$F(x,y,z)=x^2+2y^2+3z^2 $$
so the normal vector at a point $(x_0,y_0,z_0)$ is equal to the gradient
$$ \nabla F(x_0,y_0,z_0)=2x_0\mathbf{i}+4y_0\mathbf{j}+6z_0\mathbf{k} $$.
which must be parallel to the normal vector of the plane, so we have
$$ 2x_0\mathbf{i}+4y_0\mathbf{j}+6z_0\mathbf{k}=2t\mathbf{i}+4t\mathbf{j}+6t\mathbf{k} $$
for some $t$. Substituting $x_0=\frac{t}{2}$, $y_0=t$, $z_0=t$ into the equation of the ellipsoid and solving for $t$ yields $t=\pm2$.
So there are two points of tangency where the tangent plane is perpendicular to the line $x+4y+6z=0$, $(1,2,2)$ and $(-1,-1,-2)$.
\begin{eqnarray}
2(x-1)+4(y-2)+6(z-2)&=&0\\
2(x+1)+4(y+2)+6(z+2)&=&0\\
\end{eqnarray}
which resolve to
\begin{equation}
x+4y+6x\pm21=0
\end{equation}
I do understand our asistant for puting these in our exams as they are trivial in a way. But not really part of the current semester at all and ends up confusing more than helping really.
– Katpton Liamfuppinshire Nov 23 '16 at 23:57