The line L in $R^3$ goes through the origin. A direction vector for the line creates the angle $60^o$ against the positive x-axis and and the angle $45^o$ against the positive y-axis. L intersects with the plane $x + \sqrt{2}y-3z=6 $ in the point P. Find P.
So, I'm completely lost here. Don't know what to with the "angle-information", and can't find any good information online, so really basic hints on this would be greatly appreciated.
Hint:
The orienting vector of the line is a unit vector $\vec u=(u_1,u_2,u_3)^T$ such that:
$ u_1^2+u_2^2+u_3^2=1$ ( because it is unitary)
$(u_1,u_2,u_3)\cdot(1,0,0)=\frac{1}{2}$ ( because it form an angle go $60°$ with the $x$ axis)
$(u_1,u_2,u_3)\cdot(0,1,0)=\frac{\sqrt{2}}{2}$ ( because it form an angle go 45° with the y axis)
can you do from this?