Fill the squares above with any of the 1-15 integers. Sum of the integers in each row have to be equal. You cannot use any integer more than once.
Is it possible?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If I explain a little bit about my approach.Then first find the sum of 1 to 15 which is 120.Then divide it by 3 because there is 3 row so we can conclude that each row will have a sum of 40.Try filling with the random number to get the sum of 40 in each row.Fill first two rows then write the remaining number in the third row it will sum up to 40 by default.