Find the algebraic equation of the plane that passes through the origin, is parallel to the line $\mathbf X= (-1, 0, 2) +t(2,-1,1)$, and contains the point $P=(1,2,3)$.
I suspect you can do this with a cross-product, but our professor isn't letting us use that as he hasn't taught it to us yet. Is there a way to get another point on the plane from the parallel line, so you can make a system of equations to solve for an orthogonal vector?
The equation of a plane is usually of the form $ax+by+cz+d=0$. If the origin lies in the plane (as it does in the question), then $d=0$ and one may write the equation as $\langle (a,b,c),(x,y,z)\rangle=0$.
Now, we know $(1,2,3)$ lies in the plane. Moreover, for all $t\in \mathbb{R}$, $t\cdot(2,-1,1)$ also lies in the plane. Hence, $(a,b,c)$ must satisfy
$$a+2b+3c=0\\2a-b+c=0$$
You probably see this is a system of two equations with $3$ unknowns, so the solution is not unique. That's okay, because for any $\alpha \in \mathbb{R}\setminus\{0\}$ the equations $ax+by+cz=0$ and $\alpha\cdot(ax+by+cz)=0$ are the same.