Concept:Expanding a determinant along a row or column with zeros simplifies the calculation. Here, the third column has two zeros, so expansion along it is efficient.Explanation:We have the determinant equation:​2x−422​4x−12​010​​=0Expand along the third column (elements: 0, 1, 0). The cofactor of 1 (second row, third column) is (−1)2+3=−1 times the minor obtained by deleting row 2 and column 3. The minors of the two zeros are multiplied by zero, so they contribute nothing. Thus the expansion gives:0−1⋅((2x−4)⋅2−2⋅4)+0=0Simplify inside parentheses:(2x−4)⋅2=4x−8and2⋅4=8So the expression becomes:−(4x−8−8)=0⇒−(4x−16)=0Multiplying both sides by −1: 4x−16=0.Thus 4x=16, giving x=4.Answer:x=4, which corresponds to option A.