0 X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X A X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X X B
Find the value of A + B .
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.
Problem Loading...
Note Loading...
Set Loading...
Let r1 be the common difference among terms in the first row, r2 be the common difference between terms in the second row, etc.
This solution relies on the insight that r1, r2, ..., r7 must themselves form an arithmetic progression, with common difference d. Similarly, if c1, c2, ..., c7 are the common differences between terms in the columns, respectively, then these are also an arithmetic progression and share the same common difference d.
We can then compute the value of any individual cell as a combination of r1, c1, d, and its location in the grid (given as the ith row and jth column, starting with 0), as follows:
i,j = i c1 + j r1 + i j d
So in particular we are told that:
B = 7c1 + 7r1 + 49d >= 2900
A = 7c1 + 2r1 + 14d >= 1200
Also note that cell (3,5) is only three digits, and thus 3c1 + 5r1 + 15d < 1000.
The first row contains 6 two-digit numbers and then becomes a three-digit number in the final column. This is only possible if r1 = 15 or r1 = 16.
Let r1 = 15. Plugging this in and doing a little simplifying to the above inequalities gives us the following:
[1] c1 + 7d >= 400
[2] c1 + 2d >= 168
[3] c1 + 5d <= 308
Considering [1] and [3], we can see that 2d must be at least 400 - 308 = 92, so d >= 46.
Considering [2] and [3], we can see that 3d can be no more than 308 - 168 = 140, so d <= 46.67.
Therefore, d = 46. Plugging this into the above inequalities shows us that 77.3 <= c1 <= 78.3, so c1 = 78.
With r1, c1, and d we can populate the entire grid and confirm that it conforms to all of the conditions of the puzzle:
A = 1 2 2 0 , B = 2 9 0 5 , A + B = 4 1 2 5