edited by
1,101 views

1 Answer

Best answer
2 votes
2 votes
I think 9 would be the answer.

$\begin{bmatrix} a & b & c\\ p & q & r\\ s & t & u \end{bmatrix} * \begin{bmatrix} 0 &1 & 1\\ 1 & -1& 1\\ 0& 0& 1 \end{bmatrix} = \begin{bmatrix} -1 & 1& 1\\ 2 & 1& 1\\ 3 & -1& 12 \end{bmatrix}$

Let's call above equation $M * X = B$

We only want to solve for $a$, $q$ and $u$.

To find $q$ multiply 2nd row of M with first column of X to get $q = 2$.

To find $u$.

     Third row * first column gives $t = 3$
     Third row * second column gives $s - t = -1$. So $s = 2$.
     Third row * third column gives $s + t + u = 12$. So $u = 7$.

To find $a$

     First row * first column gives $b = -1$.
     First row * second column gives $a - b = 1$. So $a = 0$.

Thus answer $7 + 2 = 9$.
selected by

Related questions

2 votes
2 votes
2 answers
1
sh!va asked Mar 8, 2017
1,141 views
Tha matrix $ \begin{bmatrix} 0 & -4 &1 \\ 4& 0 &-5 \\ -1&5 &0 \end{bmatrix} $is (a) Orthogonal Matrix(b) Skew Symmetric(c) Symmetric(d) Idempotent
2 votes
2 votes
2 answers
2
sh!va asked Mar 8, 2017
1,868 views
If A is Square Matrix of order 3, then product of A and its transpose is(a) Unit Matrix(b) Zero Matrix(c) Identity Matrix(d) Symmetric Matrix
1 votes
1 votes
1 answer
3
sh!va asked Mar 7, 2017
807 views
What is the value ofa) 2 $a^2$ $b^2$ $c^2$b) 4 $a^2$ $b^2$ $c^2$c) 8 $a^2$ $b^2$ $c^2$d) 0
0 votes
0 votes
1 answer
4
sh!va asked Mar 7, 2017
438 views
Let A= $\begin{bmatrix} 0 &0 & -1\\ 0& -1 & 0\\ -1 &0 & 0 \end{bmatrix}$The only correct statement about the matrix A is(a) A is a ZERO matrix(b) A2=I(c) A-1 does not ex...