1. Analyzing the Pattern:
In each column, the relationship is:
Numerical Value of Letter+1=The Number in the opposite cell
Let's verify this with the known columns:
-
Column 1: Letter is S. S=19. Bottom value is 20.
-
Column 2: Letter is J. J=10. Top value is 8.
Wait, let's re-examine. If we look at the diagonal or direct mapping:
-
Col 1: Top S(19)→ Bottom 20. (+1)
-
Col 2: Bottom J(10)→ Top 8. (−2)
-
Col 3: Top W(23)→ Bottom 25. (+2)
-
Col 4: Bottom T(20)→ Top 16. (−4)
-
Col 5: Top A(1)→ Bottom 4. (+3)
-
Col 6: Bottom K(11)→ Top 5. (−6)
2. The established pattern is:
-
If the letter is on Top, the Bottom number is Position+Increment.
-
If the letter is on Bottom, the Top number is Position−Decrement.
The increments/decrements follow a sequence: +1,−2,+2,−4,+3,−6…
This splits into two series:
-
Top to Bottom (Increments): +1,+2,+3,+4…
-
Bottom to Top (Decrements): −2,−4,−6,−8…
3. Finding X (Column 8):
The letter L is in the Bottom cell. This is the 4th "Bottom to Top" calculation.
The decrements are −2,−4,−6. The next decrement is −8.
4. Finding Y (Column 9):
The letter A is in the Top cell. This is the 5th "Top to Bottom" calculation.
The increments are +1,+2,+3,+4. The next increment is +5.
Conclusion:
X=4 and Y=6.
Correct Option: (c) X is 4, Y is 6