Today I solve an interesting recreational math problem which took some time.
First I will briefly explain the situation of the problem. Look above figure.
(1) a,b,c,d,e,f,g,h,i,j are one of 1,2,3,4,5,6,7,8,9,10
(2) the sum of each row and columns are the same. (i.e., a+b+c+d = a+e+g, ...)
Find a,b,c,d,...
I tried to solve this by making equations but for me, that direction was too complicated.
Instead, I noticed that e and f should be big, and putting $x$ be the sum of each row or column and make 4x = 55 + a + b + c + d, hence $x=\frac{55}{4} + \frac{a+b+c+d}{4}$, and from the assumption I have $14\leq x \leq 22$. letting $e=10, f=9$ and solve $x = a+10+g = d+ 9 + j$ with many trials and errors I obtain $x=18$ and $a=2, g=6, d=8, j=1, b=5, c=3, h=4, i=7$.
Is there any simple way to solve this problem? Please let me know the simple strategy.
