

InterviewSolution
Saved Bookmarks
1. |
If \(\begin{bmatrix}2{\text{x}} & {\text{x}} +3 \\[0.3em]2({\text{x}} +1) & {\text{x}} +1\end{bmatrix}\) = \(\begin{bmatrix}1 & 5 \\[0.3em]3 & 3\end{bmatrix}\), Write the value of x. |
Answer» Simply by equating both sides we can get the value of x. 2x2+2x - 2(x2+4x+3)= -12 ⇒ -6x -6 = -12 ⇒ -6x = -6 ⇒ x = 1 |
|