Question:medium

If $$ A = \begin{pmatrix} 2 & 3 \\ 1 & k \end{pmatrix} $$ and $\det(A) = 7$, find the value of $ k $.

Show Hint

Tip: Carefully apply determinant formula and check arithmetic to avoid mistakes.
Updated On: Nov 26, 2025
  • \(1\)
  • \(2\)
  • \(5\)
  • \(4\)
Hide Solution

The Correct Option is C

Solution and Explanation

The determinant of matrix \(A\) is calculated using the formula: \(\det(A) = ad - bc\).

For the matrix \( A = \begin{pmatrix} 2 & 3 \\ 1 & k \end{pmatrix} \), the elements are \( a = 2 \), \( b = 3 \), \( c = 1 \), and \( d = k \).

Substituting these values into the determinant formula yields: \(\det(A) = (2)(k) - (3)(1) = 2k - 3\).

Given that \(\det(A) = 7\), we set up the equation: \( 2k - 3 = 7 \).

To solve for \( k \), we first add 3 to both sides of the equation: \( 2k = 10 \).

Finally, we divide both sides by 2: \( k = 5 \).

The resulting value for \( k \) is 5.

Was this answer helpful?
0