Concept:A plane given in parametric form has normal vector equal to the cross product of its two direction vectors.Distance from origin is a2+b2+c2∣d∣ for plane ax+by+cz+d=0.Explanation:The plane passes through the point (1,−1,0).Its direction vectors are i^+j^+k^ and i^−2j^+3k^.Normal vector to the plane is their cross product:n=i^11j^1−2k^13=5i^−2j^−3k^Using point (1,−1,0), the plane equation is:5(x−1)−2(y+1)−3z=0⇒5x−2y−3z=7Distance from origin (0,0,0):d=52+(−2)2+(−3)2∣5(0)−2(0)−3(0)−7∣=387Answer:387 units, i.e. option A.