Concept:The determinant of a matrix is zero if its rows (or columns) are linearly dependent. Here we expand the given determinant and factorise to find the condition that makes the product equal zero.Explanation:Let the determinant be:Δ=​xp+yyp+z0​xyxp+y​yzyp+z​​Expanding along the first row:Δ=(xp+y)(y(yp+z)−z(xp+y))−x((yp+z)(yp+z)−z⋅0)+y((yp+z)(xp+y)−y⋅0)Simplify each term:
First term: (xp+y)(y2p+yz−xzp−yz)=(xp+y)(y2p−xzp)=(xp+y)p(y2−xz)
Second term: −x(yp+z)2
Third term: y(yp+z)(xp+y)
So,Δ=p(xp+y)(y2−xz)−x(yp+z)2+y(yp+z)(xp+y)Group the terms with (yp+z):Δ=p(xp+y)(y2−xz)+(yp+z)[y(xp+y)−x(yp+z)]Simplify the bracket: y(xp+y)−x(yp+z)=xyp+y2−xyp−xz=y2−xz.Thus,Δ=(y2−xz)[p(xp+y)+(yp+z)]=(y2−xz)(xp2+2yp+z)Hence Δ=0 if either y2−xz=0 or xp2+2yp+z=0. The condition y2=xz means that x,y,z are in geometric progression (G.P.).Answer:Option B: x, y, z are in G.P.