How do you solve this question I represented the unknown numbers that add to give 8 and subtract to give 6 by x and y. I solved it and had 7 and 1. But they don't match with the 13 and 8 below the boxes
I'm stuck
$$\begin{array}{ccccc} \Box&+&\Box&=&8\\ +&&+\\ \Box&-&\Box&=&6\\ =&&=\\ 13&&8\end{array}$$
As a linear system, assuming $x_1$ is the lower-left box and proceeding counterclockwise, we have $$\begin{bmatrix} 1&-1&0&0\\ 0&1&1&0\\ 0&0&1&1\\ 1&0&0&1\end{bmatrix}\mathbf x=\begin{bmatrix}6\\8\\8\\13\end{bmatrix}$$ From this we get the unique solution $$\begin{array}{ccccc} 3.5&+&4.5&=&8\\ +&&+\\ 9.5&-&3.5&=&6\\ =&&=\\ 13&&8\end{array}$$