Question:

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: May 28, 2025
  • \(1\)
  • \(2\)
  • \(5\)
  • \(4\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Recall determinant formula 
\[ \det(A) = ad - bc \] For \[ A = \begin{pmatrix} 2 & 3 \\ 1 & k \end{pmatrix}, \] we have \(a=2\), \(b=3\), \(c=1\), and \(d=k\).

Step 2: Write determinant equation 
\[ \det(A) = 2 \times k - 3 \times 1 = 2k - 3 \]

Step 3: Use given determinant value 
\[ 2k - 3 = 7 \implies 2k = 10 \implies k = 5 \]

Was this answer helpful?
0
0