CAT 2017 Slot 2 — QA Question 1
The numbers 1,2, …, 9 are arranged in a 3 × 3 square grid in a such way that each number occurs once and the entries along each column, each row, and each of the two diagonals add up to the same value.
If the top left and the top right entries of the grid are 6 and 2, respectively, then the bottom middle entry is
Answer & solution
Correct answer: 3
Answer: 3
Easy
This is a magic square using –. The constant sum of every row, column and diagonal is fixed, so once we know it we can fill the missing cells one subtraction at a time.
Find the magic constant. The nine entries are through , and the three rows together cover every entry exactly once.
Top-middle cell. The top row already has and , so the remaining top entry completes the row to .
Centre cell. In a magic square the centre is always the average of all entries, since the two diagonals, the middle row and the middle column all pass through it.
Bottom-middle cell. The middle column is (top, step 2), (centre, step 3) and the unknown bottom entry, summing to .