Concept:Find the determinant of the given 3×3 matrix, set it to zero, and solve for x.Explanation:x101x101x=0Expanding along the first row:xx11x−1101x=0x(x2−1)−1(x)=0x3−x−x=0x3−2x=0x(x2−2)=0So x=0 or x2=2.The non-zero positive value is x=2.Answer:2 (Option C).