Is it possible complete a $3\times3$ magic square such that the constant is equal to $(-22)$ and the initial form is : $$ \left[ \begin{array} {ccc} b& (+2) & a \\ d & c & (-34) \\ e & f & (+8) \end{array} \right]$$ I found different possibilities for $a,\ b, \ c, \ d, \ e, \ f$ so it seems that this magic square is not solvable.
What would be interesting to change ?
Thanks in advance !
\begin{bmatrix}4 &9 & 2\\3 & 5& 7\\8 & 1& 6 \end{bmatrix}is a magic matrix, add unknoun to the matrix to find what you want. \begin{bmatrix}4+x &9+x & 2+x\\3+x & 5+x& 7+x\\8+x & 1+x & 6+x \end{bmatrix} so $$(4+x)+(5+x)+(6+x)=-22\\15+3x=-22 \to 3x=-15-22\\3x=-37\\x=-\frac{37}{3}$$so initial value is $1+x=1-\frac{37}{3}$ there is not an integer solution for the table.
but if $-22$ was for example $-21$ then $$3x=-15-21=-36\\\to 1+x=-11 $$