The question:
Consider the tetrahedron with vertices $(0, 0, 0)$, $(a, 0, 0)$, $(0, b, 0)$, and ($0, 0 ,c)$ and let $S$ be the side of the tetrahedron with vertices $(a, 0, 0)$, $(0, b, 0)$, and $(0, 0, c)$. By finding 2 vectors in $S$, find a unit normal to $S$.
I know how to find a unit normal given two vectors, but I am unsure how to find two vectors in this case.
Hint:
Let: $$ \vec A= (a,0,0)^T \qquad \vec B= (0,b,0)^T \qquad \vec C= (0,0,c)^T $$
take the vectors $\overrightarrow {AB}=\vec B-\vec A$ and $\overrightarrow {AC}=\vec C-\vec A$