Question:

Study this matrix.
In this game there are two players. The first player can split the matrix vertically into two equal halves and choose one half for further play. The next move on this half is by the other player who will be split it only horizontally and choose one half for further play. The game will continue in this manner. At the end, the last number left is the first player's gain. If you start the game, retain the right half and, again right half after your opponent's move, then how should your opponent play to minimize your gain?
6251
3147
4195
3124

Updated On: Sep 1, 2025
  • Retain upper, retain lower
  • Retain upper, retain upper
  • Retain lower, retain upper
  • Retain lower, retain lower
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To determine the optimal strategy for the opponent to minimize the first player's gain, we analyze the matrix splitting process: 

6251
3147
4195
3124

The starting matrix is 4x4. The first player splits vertically and retains the right half:

51
47
95
24

Now, the opponent splits this horizontally. To minimize the first player's gain, consider the values in each half.

Upper half:

51
47

Summation: 5+1+4+7=17

Lower half:

95
24

Summation: 9+5+2+4=20

The opponent should retain the upper half as its sum is lower.

The resulting matrix is:

51
47

The first player retains the right half again:

Remaining values:

1
7

The last value chosen for the first player would be 7, which is minimized. Intrinsically, the opponent should thus "Retain upper, retain upper" to minimize the first player's gain.

Was this answer helpful?
0
0

Top Questions on Puzzle

View More Questions