Question:medium

Given that \[ \begin{bmatrix} 1 & x \end{bmatrix} \begin{bmatrix} 4 & 0 \\ -2 & 0 \end{bmatrix} = 0 \] then the value of \( x \) is:

Show Hint

For matrix equations, ensure each resulting element matches the given condition.
Updated On: Feb 25, 2026
  • \( -4 \)
  • \( -2 \)
  • \( 2 \)
  • \( 4 \)
Show Solution

The Correct Option is C

Solution and Explanation

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).
Was this answer helpful?
0