If the direction ratios of two lines \(L_1\) and \(L_2\) are \((1,-2,2)\) and \((-2,3,-6)\) respectively, then the direction ratios of the line which is perpendicular to both \(L_1\) and \(L_2\) are?
Show Hint
Use cross product of direction ratios to find a vector perpendicular to both lines.
Direction ratios of line perpendicular to both lines is the cross product of their direction ratios:
\[
(1,-2,2) \times (-2,3,-6) = ( (-2)(-6) - 2(3),\ 2(-2) - 1(-6),\ 1 . 3 - (-2)(-2) ) = (12 - 6, -4 + 6, 3 - 4) = (6, 2, -1).
\]