Concept:Two lines are coplanar if the scalar triple product of their direction vectors and the vector joining their points is zero.Explanation:Write each line in symmetric form.First line: x=ay−1=z−2 gives 1x=a1y−a1=1z−2.So point P1=(0,a1,2) and direction d1=(1,a1,1).Second line: x=3y−2=bz−2 gives 1x=31y−32=b1z−b2.So point P2=(0,32,b2) and direction d2=(1,31,b1).For coplanarity, (P2−P1)⋅(d1×d2)=0.Hence determinant:01132−a1a131b2−21b1=0Expanding gives:−(32−a1)(b1−1)+(b2−2)(31−a1)=0Simplifying:−ab1+a1=0⟹a1(1−b1)=0Since ab=0, a=0, so 1−b1=0⇒b=1.Also a can be any non-zero real number.Answer:D. b=1,a∈R−{0}