If \begin{bmatrix}x&1&1\end{bmatrix}\begin{bmatrix}1&2&3\\ 4&5&6\\ 7&8&9\end{bmatrix}\begin{bmatrix}1\\ 1\\ x\end{bmatrix}= then which one of the following is a value of x?
- A. -2
- B. -1
- C. 0
- D. 1 ✓
Correct Answer: D. 1
Explanation
Multiply the first two matrices: \begin{bmatrix}x+4+7 & 2x+5+8 & 3x+6+9\end{bmatrix} = \begin{bmatrix}x+11 & 2x+13 & 3x+15\end{bmatrix}. Now multiply by the column vector: (x+11) + (2x+13) + x(3x+15) = 3x^2 + 18x + 24. Equating to 45 gives 3x^2 + 18x - 21 = 0 \implies x^2 + 6x - 7 = 0. The roots are x=1, -7.
Related questions on Matrices & Determinants
- Consider the determinant \Delta=\begin{vmatrix}a_{11}&a_{12}&a_{13}\\ a_{21}&a_{22}&a_{23}\\ a_{31}&a_{32}&a_{33}\end{vmatrix} If $a_{13...
- If A=\begin{pmatrix}1&0&0\\ 0&\cos~\theta&\sin~\theta\\ 0&\sin~\theta&-\cos\theta\end{pmatrix}, then which of the following are correct?...
- If X is a matrix of order 3\times3, Y is a matrix of order 2\times3 and Z is a matrix of order 3\times2, then which of the follo...
- What is the value of a_{11}C_{11}+a_{12}C_{12}+a_{13}C_{13}?
- What is the value of a_{21}C_{11}+a_{22}C_{12}+a_{23}C_{13}?