In the $4 \times 4$ array shown below, each cell of the first three columns has either a cross (X) or a number, as per the given rule. Rule: The number in a cell represents the count of crosses around its immediate neighboring cells (left, right, top, bottom, diagonals). As per this rule, the maximum number of crosses possible in the empty column is1 1 2 2 X 3 2 X 4 1 2 X
The question presents a 4x4 array where some cells contain numbers or crosses (X). The structure based on the provided text `112 2X3 2X4 12X` implies the following initial state for the first three columns:
| 1 | 1 | 2 | ? |
| 2 | X | 3 | ? |
| 2 | X | 4 | ? |
| 1 | 2 | X | ? |
The rule states that a number in a cell equals the count of crosses ('X') in its eight immediate neighboring cells (horizontally, vertically, and diagonally).
We need to determine the maximum number of crosses possible in the fourth column. Let $C_{ij}$ denote the cell in row $i$ and column $j$. The cells in the fourth column are $C_{41}, C_{42}, C_{43}, C_{44}$.
Consider the number cells in the third column:
We need to satisfy these three conditions simultaneously while maximizing the number of 'X's in {$C_{41}, C_{42}, C_{43}, C_{44}$}:
Let's test possibilities:
Comparing the two valid cases, the maximum number of crosses possible in the empty fourth column is 2.
The diagram below shows a river system consisting of 7 segments, marked P, Q, R, S, T, U, and V. It splits the land into 5 zones, marked Z1, Z2, Z3, Z4, and Z5. We need to connect these zones using the least number of bridges. Out of the following options, which one is correct?
Note: The figure shown is representative.

In the square grid shown on the left, a person standing at P2 position is required to move to P5 position.
The only movement allowed for a step involves, “two moves along one direction followed by one move in a perpendicular direction”. The permissible directions for movement are shown as dotted arrows in the right.
For example, a person at a given position Y can move only to the positions marked X on the right.
Without occupying any of the shaded squares at the end of each step, the minimum number of steps required to go from P2 to P5 is

In the 4 x 4 array shown below, each cell of the first three rows has either a cross (X) or a number.
| 1 | X | 4 | 3 |
| X | 5 | 5 | 4 |
| 3 | X | 6 | X |
The number in a cell represents the count of the immediate neighboring cells (left, right, top, bottom, diagonals) NOT having a cross (X). Given that the last row has no crosses (X), the sum of the four numbers to be filled in the last row is