The question I need help with is
line $D: x = {y-2\over -1} = z$
line $D': {x-2\over2} = {y-3\over1} = {z+5\over-1}$
Find plane $(α)$ for $(α)$ containing $D$ and the angle between $(α)$ and $D' $ is 60 degrees.
This is what I did let $v,v'$ be the vector for line $D,D'$ respectively. I got $v = ( 1, -1, 1)$ ; $v' = ( 2, 1, -1)$, which is perpendicular (got from their dot product) meaning $D$ and $D'$ is perpendicular.
I calculated that $D$ and $D'$ do not intersect.


A unit normal vector $n=(a,b,c)$ to that plane $(\alpha)$ must be orthogonal to $v$ and make an angle $30^\circ$ with $v'.$ The solutions of $$a^2+b^2+c^2=1,\quad a-b+c=0,\quad|2a+b-c|=\|v'\|\cos(30^\circ)$$ are $$n_1=\pm\frac1{\sqrt2}(1,1,0)\quad\text{and}\quad n_2=\pm\frac1{\sqrt2}(1,0,-1).$$ Using that $(0,2,0)\in D\subset(\alpha),$ we find two planes satisfying the constraints:
$$(\alpha_1):\quad x+y-2=0$$ and $$(\alpha_2):\quad x-z=0.$$