Can you place the numbers 1 to 8 on the outer squares of a 3x3 grid, so on every side the middle number is the sum of the corners next to it?
Can you manage to place the same numbers so the middle number of each side is the average of the corners next to it?
<TABLE borderColor=#06cf00 cellSpacing=3 cellPadding=2 width=346 border=1>
<TBODY>
<TR>
<TD width="33%" height=52>
6
</TD>
<TD width="33%" height=52>
8
</TD>
<TD width="33%" height=52>
2
</TD></TR>
<TR>
<TD width="33%" height=52>
7
</TD>
<TD width="33%" height=52>
Ù
</TD>
<TD width="33%" height=52>
5
</TD></TR>
<TR>
<TD width="33%" height=52>
1
</TD>
<TD width="33%" height=52>
4
</TD>
<TD width="33%" height=52>
3
</TD></TR></TBODY></TABLE>Ù