A matrix question gives you a grid — typically 3×3 — filled with numbers, letters, or figures, with one cell replaced by a question mark. Your job is to find the pattern that governs the grid and use it to identify the missing value.
Think of it like a सुडोकू (Sudoku) cousin. In Sudoku, rules constrain each cell. In matrix reasoning, a single hidden rule — multiplication, addition, prime sequences, squares, cubes — governs all cells. Once you spot the rule, the answer writes itself.
Here is the key mental shift: do not look at the matrix globally and panic. Look at the two complete rows (or columns) first. They are your proof — the incomplete row is just the test. The pattern you find in the complete rows must hold in the incomplete one too.
Most matrices in SSC MTS fall into a small cluster of pattern types:
n²), cubes (n³), reading left-to-right or top-to-bottomn(n+1)/2, reading in a specific directionThe analogy that works best: imagine you are reading a song lyric. If the first two stanzas rhyme ABAB, the third stanza almost certainly continues that scheme. You use prior stanzas to predict the next. Matrix questions are exactly this — two complete "stanzas" (rows or columns) give you the scheme; you apply it to the third.
At SSC MTS level, the pattern is always clean and elegant. If your rule is producing messy decimals or prime factorizations that go beyond two digits, you are on the wrong track. Step back and try a different direction — columns instead of rows, or diagonals.
When you see a 3×3 matrix, you have three analytical directions available:
SSC MTS questions generally use one of these three directions. The fastest approach is to check row-wise first (since most questions are designed that way), then column-wise, then global.
Each row is an arithmetic progression with the same or different common differences.
Example structure:
[1, 4, 7]
[2, 5, 8]
[3, 6, ?]
Check Row 1: 4 - 1 = 3, 7 - 4 = 3 → common difference 3.
Check Row 2: 5 - 2 = 3, 8 - 5 = 3 → same difference.
Row 3: 6 - 3 = 3, so ? = 6 + 3 = 9.
But wait — also check columns: Column 1 is 1, 2, 3 (difference 1). Column 2 is 4, 5, 6 (difference 1). Column 3 should be 7, 8, 9. Both directions confirm 9. When two directions agree, you are definitely right.
The row starts with a seed number, and each subsequent element is a fixed multiple.
[2, 6, 18]
[3, 9, 27]
[4, 12, ?]
Row 1: 2 × 3 = 6, 6 × 3 = 18 → multiply by 3.
Row 2: 3 × 3 = 9, 9 × 3 = 27 → same rule.
Row 3: 4 × 3 = 12, 12 × 3 = 36.
A sub-variant: each element is a multiple of the row's "seed."
[6, 12, 18] → 6×1, 6×2, 6×3
[9, 18, 27] → 9×1, 9×2, 9×3
[12, 24, ?] → 12×1, 12×2, 12×3 = 36
Both interpretations (multiply previous by 3, or multiply seed by 1/2/3) give the same answer, which is a good sign.
Here the grid is a continuous sequence read left-to-right, top-to-bottom.
[1, 8, 27]
[64, 125, ?]
[343, 512, 729]
Read globally: 1, 8, 27, 64, 125, ?, 343, 512, 729.
Recognize these as 1³, 2³, 3³, 4³, 5³, 6³, 7³, 8³, 9³. Missing value = 6³ = 216.
This is the pattern type where your "global reading" instinct must activate. The moment you see numbers like 1, 8, 27 or 1, 4, 9, 16 — perfect powers — treat the grid as a continuous sequence immediately.
[11, 13, 17]
[19, 23, 29]
[31, 37, ?]
Read globally: 11, 13, 17, 19, 23, 29, 31, 37, ?
These are consecutive primes. Next prime after 37 is 41.
Train yourself to recognize the first 25 primes: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97. At SSC MTS level, the sequence rarely goes past 50-60.
[45, 36, 28]
[21, 15, 10]
[ 6, 3, ?]
Triangular numbers: T(n) = n(n+1)/2. The sequence is: 1, 3, 6, 10, 15, 21, 28, 36, 45...
Read globally in reverse: 45=T(9), 36=T(8), 28=T(7), 21=T(6), 15=T(5), 10=T(4), 6=T(3), 3=T(2), ?=T(1)=1.
Never guess from a single complete row. Always verify your pattern against at least two complete rows (or columns) before applying it to the missing one. In SSC MTS, if a pattern holds for two rows, it almost certainly is the intended rule.
Before doing any calculation, glance at the three numbers in Row 1. If they go up by addition, test arithmetic. If they jump big (like 2, 6, 18), test multiplication. If they are squares or cubes, test global reading. This pre-scan takes 3 seconds and tells you which of the 5 pattern types to apply — saving you from trying all five. Standard approach (try everything): 90 seconds. This pre-scan + targeted check: 20-25 seconds.
Once you pick an answer, verify it satisfies both a row pattern AND a column pattern. If both directions confirm your answer, you can mark and move on — no need to check the other options. Checking all 4 options: 40 seconds. Two-direction confirmation of your answer: 10 seconds. This works because SSC MTS matrices are always internally consistent — the setter uses one clean rule that works row-wise AND column-wise.
When you see 1, 4, 9 anywhere in the matrix — think squares. When you see 1, 8, 27 — think cubes. When you see 2, 3, 5, 7, 11 — think primes. These are your "trigger numbers." The moment a trigger appears, switch to global reading mode (read all 9 cells as a sequence) instead of row-by-row. This saves 2-3 steps of wrong-direction analysis. Standard row-analysis on a cube matrix: 45 seconds. Trigger recognition + global read: 12 seconds.
For any complete row, divide the second number by the first. If the result is a whole number, divide the third by the second. If both divisions give the same whole number — the row is geometric (constant ratio). Apply that ratio to the incomplete row: seed × ratio = col2, col2 × ratio = col3. This works for multiplication-pattern matrices. Step count with this approach: 3 divisions. Step count without: building the pattern from scratch each time: 6-8 steps.
When stuck, use the units digit of the answer options to eliminate. If your pattern predicts a number ending in 6 (e.g., 36), and two options end in 5 and 0, those can be eliminated in one second each. This narrows four options to one or two before you finish computing. Particularly powerful for multiplication patterns where ×3 always produces units digits cycling as 1→3→9→7→1. Standard verification: 20 seconds. Units-digit elimination: 5 seconds to reduce to 1-2 candidates.
In the exam hall, use this decision tree:
Step 1 — Spot the trigger (3 seconds) Are any numbers perfect squares, cubes, or small primes? If yes, go to Global Reading mode.
Step 2 — Row 1 analysis (10 seconds) Look at the three numbers in Row 1. Is the relationship additive (difference is constant) or multiplicative (ratio is constant)?
Step 3 — Verify on Row 2 (5 seconds) Apply the same rule to Row 2. Does it hold exactly? If yes, proceed. If no, try columns.
Step 4 — Apply to the incomplete row/column (5 seconds)
Use the confirmed rule on the row or column containing the ?. Compute the missing value.
Step 5 — Eliminate + confirm (5 seconds) Check if your answer matches one of the four options. Use units-digit check if needed. Verify via the perpendicular direction (if you solved row-wise, verify column-wise).
Total target time: under 30 seconds per matrix question. If you are past 30 seconds, mark your best guess, flag it, and return later.
Why this question: This is the most common matrix pattern in SSC MTS — seed-multiplied rows. Recognizing the "first element × position = cell" rule instantly closes the question.
Solving path: Row 1: 6, 12, 18 → 6×1, 6×2, 6×3. Row 2: 9, 18, 27 → 9×1, 9×2, 9×3. Both rows confirm the same multiplicative structure. Row 3: 12, 24, ? → 12×3 = 36. Answer: 36.
Why this question: Prime-sequence matrices test your recall of consecutive primes. If you know primes up to 50, this is a 10-second question.
Solving path: Read all given cells globally: 11, 13, 17 | 19, 23, 29 | 31, 37, ?. These are consecutive primes starting from 11. After 37, the next prime is 41 (check: 38=2×19, 39=3×13, 40=2×20, 41 — no factors). Answer: 41.
Why this question: Perfect-cube matrices require the global-reading trigger. Missing this trigger and trying row-wise analysis will waste 45 seconds.
Solving path: Trigger: 1, 8, 27 in Row 1 = 1³, 2³, 3³. Switch to global reading: 1³, 2³, 3³, 4³, 5³, ?, 7³, 8³, 9³. Missing position is 6th → 6³ = 216. Verify: 64=4³, 125=5³, 343=7³, 512=8³, 729=9³. All confirmed. Answer: 216.
Why this question: A geometric (×3) row pattern — the most frequent multiplication-type matrix. This tests whether you distinguish "additive" from "multiplicative" quickly.
Solving path: Row 1: 6÷2=3, 18÷6=3 → ratio 3. Row 2: 9÷3=3, 27÷9=3 → ratio 3 confirmed. Row 3: 12÷4=3 (confirmed), ?=12×3=36. Answer: 36.
Why this question: Triangular-numbers-in-reverse is a pattern SSC MTS setters return to repeatedly. If you do not know T(1) through T(9), you will stare at this for two minutes.
Solving path: Recognize 45, 36, 28, 21, 15, 10, 6, 3 as triangular numbers. T(n)=n(n+1)/2: T(9)=45, T(8)=36, T(7)=28, T(6)=21, T(5)=15, T(4)=10, T(3)=6, T(2)=3, T(1)=1. The grid reads these in descending order; the missing cell = T(1) = 1. Answer: 1.
Checking only rows, ignoring columns. Many students get the wrong rule by analyzing only one direction. Always verify your pattern perpendicular to the direction you used. A rule that works row-wise but not column-wise is almost certainly wrong.
Missing the global-reading trigger. Seeing 1, 8, 27 and trying to find the pattern row-by-row wastes 40+ seconds. Any matrix containing recognizable power sequences (squares, cubes) must be read as a continuous sequence across all 9 cells.
Assuming addition when the pattern is multiplication. When Row 1 numbers jump from 2 to 6 to 18, students sometimes think 2+4=6, 6+12=18 (the differences are doubling). That works, but the simpler rule — multiply by 3 — is harder to misapply on the incomplete row. Always check the ratio before the difference.
Confusing triangular numbers with squares. 1, 3, 6, 10, 15, 21, 28, 36, 45 (triangular) vs. 1, 4, 9, 16, 25, 36, 49, 64, 81 (squares). Both can appear in matrices. The overlap at 36 and 1 causes confusion. When you see 45 or 28, it is triangular — those are not perfect squares. Memorize T(1) through T(9).
Not eliminating options before computing. Students compute the answer fully and then look at options. Instead, narrow options using the units digit of your predicted answer first. If your rule predicts something ending in 6, eliminate options ending in 5, 0, 1, etc. before committing to full arithmetic.
Treating a 3×3 matrix as always row-governed. Some matrices (especially those in SSC MTS figure/non-verbal sections) follow a column rule — the pattern runs top-to-bottom within each column, not left-to-right within each row. If your row-wise analysis finds no clean pattern within 15 seconds, switch to columns immediately rather than forcing a messy row rule.