Correct Option (3)
The matrix entries follow two distinct patterns: one for the numerical component and another for the alphabetical component.
- Numerical Pattern: In each row, the numerical value of the third entry is the difference between the numerical values of the second and first entries.
- Row 1: 10 - 7 = 3
- Row 2: 9 - 3 = 6
- Row 3: 13 - 10 = 3
- Alphabetical Pattern: The alphabetical components shift cyclically across the rows. Considering the sequence of letters A, B, C, each letter shifts one position forward in the cycle (A → B → C → A) from one row to the next for its respective position.
- Row 1 letters: B, A, C
- Row 2 letters: C, B, A (B from Row 1 shifts to C; A from Row 1 shifts to B; C from Row 1 shifts to A)
- Row 3 letters: A, C, ? (C from Row 2 shifts to A; B from Row 2 shifts to C; A from Row 2 shifts to B)
Combining the numerical part (3) and the alphabetical part (B), the missing entry is 3B.
Incorrect Options:
Options 1 (9B), 2 (3A), and 4 (3C) are incorrect because they do not conform to both the established numerical and alphabetical patterns. Option 9B has an incorrect numerical component. Options 3A and 3C have incorrect alphabetical components based on the cyclic shift pattern.