Concept:Find the normal vector of the plane using the cross product of the line’s direction vector and a vector joining a known point on the line to the given point, then use the distance formula.Explanation:The given line isr=(i^−3j^+k^)+λ(2i^−2j^+k^)So one point on the line is A(1,−3,1) and its direction vector isd=2i^−2j^+k^The plane also passes through Q(1,0,−1).Since the plane contains the line and point Q, it contains the vector AQ.AQ=(1−1,0−(−3),−1−1)=(0,3,−2)The normal vector n is perpendicular to both d and AQ, so take their cross product.n=d×AQ=i^20j^−23k^1−2n=i^(4−3)−j^(−4−0)+k^(6−0)=i^+4j^+6k^Thus, the normal vector is (1,4,6) and the plane passes through A(1,−3,1).Equation of the plane is1(x−1)+4(y+3)+6(z−1)=0⇒x−1+4y+12+6z−6=0⇒x+4y+6z+5=0Distance of this plane from the origin is12+42+62∣5∣=535Comparing with 53p, we get p=5.Answer:p=5, which is option C.