

InterviewSolution
Saved Bookmarks
1. |
If \(\begin{bmatrix}3x & 7 & \\[0.3em]-2& 4 \\[0.3em]\end{bmatrix}\) = \(\begin{bmatrix}8 & 7 \\[0.3em]6& 4 \\[0.3em]\end{bmatrix}\), Write the value of x. |
Answer» Here the determinant is compared so we need to take determinant both sides then find x. 12x +14 = 32 - 42 ⇒ 12x = -10-14 ⇒ 12x = -24 ⇒ x = -2 |
|