I will use an ordered triplet ( , , ) notation to describe vectors. The direction of line l is specified by
(1 , - 1, 2) and the direction of line my by ( 1 , 2, -2)
A direction perpendicular to both of these is the cross product
( 1 , -1, 2 ) x (1 ,2, -2 ) = ( -2 , 4, 3 ) This is the direction of the normal to the desired plane
Thus the equation of the desired plane is -2 x + 4 y+ 3 z = λ , for some value of λ.
To find the value of λ, one need only select a single point on the line m to work with.
Selecting μ = 0 gives the point (0, 2 ,6). Substituting x = 0 , y = 2 , z = 6 into the equation for the plane
results in λ = 26.