This problem is from the Columbus State University problem of the week. Link
Problem
Given , find the value of
.
Solution
Note that this string of equalities gives us the following relations.
We will first solve for which will in turn allow us to solve for the other values. Equations (1), (2), and (3) tell us that
,
, and
, respectively. If we substitute these values into equation (4) we find
Thus we can use equations (1), (2), and (3) to find that ,
, and
. Their sum is
Another way to solve this problem is using linear algebra. Note that the string of equalities gives us the following relations:




![A = \left[\begin{array}{cccc}0 & 1 & 1 & 1\\1 & 0 & 1 & 1\\1& 1& 0 & 1\\ 1& 1& 1& 0 \end{array}\right]](https://s0.wp.com/latex.php?latex=A+%3D+%5Cleft%5B%5Cbegin%7Barray%7D%7Bcccc%7D0+%26+1+%26+1+%26+1%5C%5C1+%26+0+%26+1+%26+1%5C%5C1%26+1%26+0+%26+1%5C%5C+1%26+1%26+1%26+0+%5Cend%7Barray%7D%5Cright%5D&bg=ffffff&fg=333333&s=0&c=20201002)
![b = \left[\begin{array}{c}-4 \\ -3 \\ -2 \\ -1\end{array}\right]](https://s0.wp.com/latex.php?latex=b+%3D+%5Cleft%5B%5Cbegin%7Barray%7D%7Bc%7D-4+%5C%5C+-3+%5C%5C+-2+%5C%5C+-1%5Cend%7Barray%7D%5Cright%5D&bg=ffffff&fg=333333&s=0&c=20201002)
![A^{-1}b = \left[\begin{array}{c}2/3 \\ -1/3 \\ -4/3 \\ -7/3\end{array}\right]](https://s0.wp.com/latex.php?latex=A%5E%7B-1%7Db+%3D+%5Cleft%5B%5Cbegin%7Barray%7D%7Bc%7D2%2F3+%5C%5C+-1%2F3+%5C%5C+-4%2F3+%5C%5C+-7%2F3%5Cend%7Barray%7D%5Cright%5D&bg=ffffff&fg=333333&s=0&c=20201002)
.
This allows us to set up two matrices:
and
Then when you compute
you find