$A(2,3,-2)$, $B(3,0,-5)$, $C(1,2,4)$ and $D(-1,1,6)$ form a tetrahedron. How do I find the equation of the height $DH$? In previous points of the same problem I've found the equation of the base plane
$$ABC: 21x + 3y + 4z - 43 = 0$$
but I don't know if there is a way to use it here. I can't think of a way to find coordinates of $H$ either.
Hint:
$\vec{HD}$ must be parallel to $\begin{bmatrix} 21 \\ 3 \\ 4 \end{bmatrix}$
Furthermore, $\vec{HD}$ must passed through $D$.
Hence for some $k \in \mathbb{R}$,
$$\vec{OH}-\vec{OD}=k\begin{bmatrix} 21 \\ 3 \\ 4 \end{bmatrix}$$
$$\vec{OH}=\vec{OD}+k\begin{bmatrix} 21 \\ 3 \\ 4 \end{bmatrix}$$
Using the info that $H$ lies on the plane $ABC$, you should be able to solve for $k$ and hence know the coordinate of $H$.