1. No two odd or even numbers are next to each other.
2. The second number from the left is exactly half of the left-most number.
3. The middle number is exactly twice the right-most number.
Which is the second number from the right?
The problem requires arranging the numbers {10, 7, 5, 4, 2} into a sequence $N_1, N_2, N_3, N_4, N_5$ based on three rules.
We test possible pairs for ($N_1, N_2$) from the set {10, 7, 5, 4, 2} that fit the E O pattern:
Therefore, the sequence must start with 10, 5. Sequence: 10, 5, _, _, _.
The sequence pattern is E O E O E. We have $N_1=10$ and $N_2=5$. The remaining numbers are {7, 4, 2}. The positions $N_3$ and $N_5$ must be filled by the remaining even numbers {4, 2}, and $N_4$ must be the odd number {7}.
We need to check Rule 3 ($N_3 = 2 \times N_5$) using the available even numbers {4, 2} for $N_3$ and $N_5$:
Thus, $N_3 = 4$ and $N_5 = 2$. The only remaining number, 7, must be $N_4$. Sequence: 10, 5, 4, 7, 2.
The complete sequence is 10, 5, 4, 7, 2.
The question asks for the second number from the right. Counting from the right:
The second number from the right is 7.
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 $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.
| 1 | 1 | 2 | |
| 2 | X | 3 | |
| 2 | X | 4 | |
| 1 | 2 | X |
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 is
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