Place the numbers 1 through 9 in the available input boxes so that the results of performing the mathematical operations in any row and column (from left to right and top to bottom) always equals 13.
\begin{bmatrix}\square&+&\square&-&\square\\ -& &+& &\times\\ \square&\times&\square&+&\square\\ +&&-&&+\\ \square&\times&\square&-&\square\\ \end{bmatrix}
It takes me an hour to solve this. Do you have an easy way to solve this? Let's explore.
My eye settled on the middle row and right column, which have the same pattern of operators. There aren't too many ways to make $13$ in that pattern. Looking down the first column, the first multiplicand of the middle row is subtracted, so it wants to be small, and I will assume that the first number in the second row is smaller than the second. This gives the second row as one of $149, 158, 167, 176,185,194,237,245,253,261,341$. These are also the possibilities for the third column, though the first two numbers could be switched. Starting down the list, each of $149,158,167,176$ fail because they require a $1$ in the top of the third column to match one we have used. If it is $185$ the third column needs to be $253$ and the other two numbers in the top row have to sum to $15$ and be $69$ as we have used $8$. They can't be $96$ because the middle bottom would have to be $1$ and $69$ fails because the bottom left needs to be $8$. We go on to $194$ where the right column is $245$. Again the top two need to sum to $15$ but now they must be $78$. The order $78$ doesn't work because of the center bottom, which would have to be $4$, but $87$ works. We are done with $$\begin {array} &8&7&2\\1&9&4\\6&3&5 \end {array}$$