Matrix Reasoning for SSC MTS — Crack Missing Cell Questions Fast

intermediate 18 min read

Concept

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:

The 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.


Deep Dive

The Three Directions You Must Always Check

When you see a 3×3 matrix, you have three analytical directions available:

  1. Row-wise — look at how numbers change across a single row
  2. Column-wise — look at how numbers change down a single column
  3. Global reading — read all 9 cells left-to-right, top-to-bottom, as a single sequence

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.

Pattern Type 1: Arithmetic Row Pattern

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.

Pattern Type 2: Multiplicative / Multiple Pattern

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.

Pattern Type 3: Power Sequence (Global Reading)

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.

Pattern Type 4: Prime / Special Number Sequences

[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.

Pattern Type 5: Triangular Numbers (Reverse Sequence)

[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.

The "Two Complete Rows" Rule

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.


Memory Tricks & Shortcuts

patternThe 3-Second Direction Scan

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.

eliminationVerify in Two Directions

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.

patternGlobal Reading Trigger

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.

patternSeed-Multiplication Check

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.

eliminationElimination by Units Digit

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.


Fast-Solving Framework

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.


Solved PYQs

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the number matrix: [6, 12, 18] [9, 18, 27] [12, 24, ?]
नीचे दी गई नंबर मैट्रिक्स को पूरा कीजिए: [6, 12, 18] [9, 18, 27] [12, 24, ?]
  1. 30
  2. 36
  3. 42
  4. 48
  1. 30
  2. 36
  3. 42
  4. 48
Solutionसमाधान
Each row contains multiples of the first number in that row. Third row: 12, 24 (12×2), 36 (12×3).
प्रत्येक पंक्ति में उस पंक्ति की पहली संख्या के गुणज होते हैं। तीसरी पंक्ति: 12, 24 (12×2), 36 (12×3)।

Solving path: Row 1: 6, 12, 186×1, 6×2, 6×3. Row 2: 9, 18, 279×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.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the missing number in the pattern: [11, 13, 17] [19, 23, 29] [31, 37, ?]
नीचे दिए गए पैटर्न में लापता संख्या ज्ञात कीजिए: [11, 13, 17] [19, 23, 29] [31, 37, ?]
  1. 41
  2. 43
  3. 47
  4. 49
  1. 41
  2. 43
  3. 47
  4. 49
Solutionसमाधान
All numbers in the matrix are prime numbers in sequence. The sequence continues: 11, 13, 17, 19, 23, 29, 31, 37, 41.
मैट्रिक्स की सभी संख्याएं अनुक्रम में अभाज्य संख्याएं हैं। अनुक्रम जारी रहता है: 11, 13, 17, 19, 23, 29, 31, 37, 41।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Find the missing value: [1, 8, 27] [64, 125, ?] [343, 512, 729]
नीचे दी गई सारणी में लापता मान ज्ञात कीजिए: [1, 8, 27] [64, 125, ?] [343, 512, 729]
  1. 216
  2. 243
  3. 256
  4. 289
  1. 216
  2. 243
  3. 256
  4. 289
Solutionसमाधान
The matrix contains perfect cubes. First row: 1³, 2³, 3³. Second row: 4³, 5³, 6³. Third row: 7³, 8³, 9³. Missing number is 6³ = 216.
मैट्रिक्स में पूर्ण घन हैं। पहली पंक्ति: 1³, 2³, 3³। दूसरी पंक्ति: 4³, 5³, 6³। तीसरी पंक्ति: 7³, 8³, 9³। लापता संख्या 6³ = 216 है।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the matrix: [2, 6, 18] [3, 9, 27] [4, 12, ?]
नीचे दी गई मैट्रिक्स को पूरा कीजिए: [2, 6, 18] [3, 9, 27] [4, 12, ?]
  1. 36
  2. 40
  3. 44
  4. 48
  1. 36
  2. 40
  3. 44
  4. 48
Solutionसमाधान
Pattern: first number × 3 = second number, second number × 3 = third number. For third row: 4 × 3 = 12, 12 × 3 = 36.
पैटर्न: पहली संख्या × 3 = दूसरी संख्या, दूसरी संख्या × 3 = तीसरी संख्या। तीसरी पंक्ति के लिए: 4 × 3 = 12, 12 × 3 = 36।

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.

Previous Year Questionपिछले वर्ष का प्रश्न
Complete the matrix: [45, 36, 28] [21, 15, 10] [6, 3, ?]
मैट्रिक्स को पूरा कीजिए: [45, 36, 28] [21, 15, 10] [6, 3, ?]
  1. 1
  2. 2
  3. 0
  4. -1
  1. 1
  2. 2
  3. 0
  4. -1
Solutionसमाधान
The pattern shows triangular numbers in reverse: 45(9th), 36(8th), 28(7th), 21(6th), 15(5th), 10(4th), 6(3rd), 3(2nd), 1(1st).
पैटर्न त्रिकोणीय संख्याओं को उल्टे क्रम में दिखाता है: 45(9वीं), 36(8वीं), 28(7वीं), 21(6वीं), 15(5वीं), 10(4वीं), 6(3री), 3(2री), 1(1ली)।

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.


Common Mistakes


Related Topics


Practice on SarkariRise

Sign up + get 3 free mocks →