Thanks, I knew that was a little fishy. But unfortunately I still can't get the right answer.
To get a unit directional vector from those points, this is what I did:
P = (2, -1, 2)
Q = (3, -3, 3)
PQ = (3-2, -3-(-1), 3-2) = <1,-2,1> = v
\frac{<1,-2,1>}{\sqrt{1^2+(-2)^2+1^2}} =...