Question:medium

The value of the determinant $\begin{vmatrix} 1 & 2 \\ 3 & 4 \end{vmatrix}$ is:

Show Hint

Think of it as "Main diagonal product minus the off-diagonal product." Always be careful with negative signs if the numbers inside are negative!
Updated On: Apr 2, 2026
  • 10
  • -2
  • 2
  • 0
Show Solution

The Correct Option is B

Solution and Explanation

To find the value of the determinant of a 2x2 matrix, we use the formula:

\(\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc\)

For the given matrix, we have:

12
34
  1. Identify the elements \(a = 1\)\(b = 2\)\(c = 3\), and \(d = 4\).
  2. Substitute these into the determinant formula: \(ad - bc\).
  3. Calculate: \(1 \times 4 - 2 \times 3 = 4 - 6 = -2\).

Therefore, the value of the determinant is \(-2\).

This matches the given correct answer.

Was this answer helpful?
0