| there's a fairly simple mathematical way to find out the middle element. Say you name the squares in order (from left to right, top to bottom) a,b,c...i, with a being the top left square and i the bottom right. Then you have the two diagonals: a+e+i=g+e+c=15, so a+i+g+c+2e=30. But a+g+d=c+f+i=15, so a+g=15-d, c+i=15-f, so 30=a+i+g+c+2e=15-d+15-f+2e, from where you get that d+f=2e. But d+e+f=15, so 3e=15 -> e=5. |