Concept:Two lines are coplanar only if the vector joining their fixed points and their two direction vectors are coplanar, so their scalar triple product must be zero.Explanation:The first line passes through A(1,−1,0) and has direction vector d1=(2,λ,2).The second line passes through B(−1,−1,0) and has direction vector d2=(5,2,λ).The vector joining the fixed points is:AB=B−A=(−2,0,0)For coplanarity, the scalar triple product is zero:−2250λ202λ=0Expanding along the first row:−2(λ2−4)=0λ2=4λ=±2For λ=2, the direction vector is (2,2,2).A normal to the plane is d1×AB=(0,−4,4), which gives the plane:y−z+1=0For λ=−2, the direction vector is (2,−2,2).A normal to the plane is (0,−4,−4), which gives the plane:y+z+1=0Combining both cases, the required plane is:y±z+1=0Answer:y±z+1=0, i.e. Option B.