Question:medium

In a computer game, each move requires pressing a button. When the button is pressed for the first time, as a move, the computer randomly chooses a cell from a 4x4 grid of sixteen cells and puts an "X" mark on that cell. When the button is pressed subsequently, the computer randomly chooses a cell from the remaining unmarked cells and puts an "X" mark on that cell. This goes on till the end of the game. The game ends when either all the cells in any one row, or all the cells in any one column, are marked with "X". What is the maximum possible number of times a player has to press the button to finish the game?

Show Hint

When dealing with grid-based problems, consider the worst-case scenario where the conditions to finish the game are met as late as possible.
Updated On: Nov 26, 2025
  • 16
  • 10
  • 13
  • 04
  • 06

Top Questions on Logical and Analytical Reasoning Skills