Step 1: Matrix Multiplication
Execute the matrix multiplication:
\[
\begin{bmatrix} 1 & x \end{bmatrix}
\begin{bmatrix} 4 & 0 \\ -2 & 0 \end{bmatrix}
= \begin{bmatrix} 4 - 2x & 0 \end{bmatrix}.
\] Step 2: Equate Result to Zero
For the equation to be valid, \( 4 - 2x = 0 \).
Step 3: Solve for \( x \)
Rearranging the equation:
\[
4 - 2x = 0 \implies x = \frac{4}{2} = 2.
\] Step 4: Confirm the Solution
The calculated value \( x = 2 \) corresponds to option (C).