Concept:Three vectors are coplanar when their scalar triple product is zero.Explanation:Let the three vectors be:A=mi^+mj^​+nk^, B=i^+k^, C=ni^+nj^​+pk^.Since they lie in a plane, A⋅(B×C)=0.This gives the determinant:​m1n​m0n​n1p​​=0.Expanding along the first row:m(0⋅p−1⋅n)−m(1⋅p−1⋅n)+n(1⋅n−0⋅n)=0⇒m(−n)−m(p−n)+n(n)=0⇒−mn−mp+mn+n2=0⇒n2−mp=0⇒n2=mp.Thus, the middle term is the geometric mean of the other two.So m, n, p are in G.P.Answer:Option C — m, n, p are in G.P.