Number Matrix Puzzles: How to Find the Missing Number
Pattern Puzzles guide · 5 min read
Number matrix puzzles give you a grid of numbers, usually 3×3, with one cell left blank. Your task is to find the missing number by working out how the numbers in the grid relate to each other. These are the puzzles you see on IQ and aptitude tests, and they feel hard until you realize the difficulty isn't the arithmetic, it's figuring out which relationship the grid uses. This guide gives you an ordered set of checks to find the missing number every time, with worked 3×3 examples. For the wider family of pattern puzzles, start with how to solve pattern puzzles.
The key idea: the grid hides one consistent rule
In a number matrix, the same relationship holds across every row (or every column, or both). Your job is to discover that one rule by examining the rows and columns that are complete, then apply it to the row or column with the gap. Because you have two or three filled rows to learn from, the rule is always discoverable, no guessing required.
The checklist: test relationships in order
Work through these checks. The first one that holds for every complete row or column is the rule.
1. Across each row: add or multiply
The most common rule. Check whether the third cell equals the first two combined.
- Addition: does first + second = third?
- Multiplication: does first × second = third?
- Subtraction: does first − second = third?
For example, in the rows (2, 3, 6), (4, 2, 8), (5, 3, ?), the third cell is the first times the second in both complete rows (2×3=6, 4×2=8). So the missing number is 5×3 = 15.
2. Down each column: the same checks, vertically
If rows don't reveal a rule, run the identical add/multiply/subtract checks down the columns. Some matrices encode their pattern vertically rather than horizontally.
3. Equal sums or products
Check whether every row (or column, or diagonal) adds up to the same total. If two complete rows both sum to 15, the row with the gap must also sum to 15, which gives you the missing number directly. The same works for equal products.
4. Diagonals and shared operations
If rows and columns both fail, look at the diagonals, or check whether each row applies a different operation to a common starting number. Harder matrices sometimes use the position of a cell, or relate the outer cells to a center value.
A worked example
Find the missing number:
3 5 8
6 1 7
4 9 ?
- Try addition across rows: 3 + 5 = 8 (first row works). 6 + 1 = 7 (second row works). So the rule is first + second = third.
- Apply it: 4 + 9 = 13. That's the missing number.
Two complete rows confirmed the rule before we applied it to the third, which is exactly the safe way to solve these. Never apply a rule you've only seen work once.
A trickier example: multiplication with a twist
2 4 8
3 3 9
5 2 ?
- Addition across rows? 2 + 4 = 6, not 8, so no.
- Multiplication across rows? 2 × 4 = 8 (works), 3 × 3 = 9 (works). The rule is first × second = third.
- Apply it: 5 × 2 = 10.
The lesson: when addition fails, multiplication is your next check. Cycling through the operations in order is faster than staring at the grid hoping the pattern jumps out.
Tips for harder matrices
- Always confirm with two rows. A rule that fits only one complete row is a coincidence, not the pattern.
- Switch direction. If horizontal checks fail, go vertical before trying anything exotic.
- Watch for mixed operations. Some grids use "multiply then subtract" or relate cells to the grid's center.
- Use round-number sanity checks. If the missing cell should be a whole number and your rule produces a fraction, the rule is probably wrong.
These techniques power our Einstein-level pattern puzzles, which are built around 3×3 matrix reasoning with multiple possible relationships to test.
Practice the checklist
Matrix puzzles reward a systematic approach more than flashes of insight. Run the same checklist every time, rows, columns, sums, diagonals, and you'll find the missing number far faster than by trial and error. Try a few on our pattern puzzles, working up to the Einstein matrices, and the checklist will become second nature.
Frequently asked questions
How do you find the missing number in a matrix?
Look at the complete rows and columns to discover the rule, then apply it to the row or column with the gap. Test whether the third cell is the sum, product, or difference of the first two, check for equal row or column totals, and only trust a rule once it holds for at least two complete lines.
What is matrix reasoning?
Matrix reasoning is the skill of finding the relationship that connects the numbers (or shapes) in a grid so you can fill in a missing cell. It's a staple of IQ and aptitude tests because it measures pattern recognition without relying on prior knowledge.
What should I check first in a number matrix puzzle?
Start with addition across each row (does first + second = third?), then multiplication. These two rules solve most matrix puzzles. If both fail, repeat the checks down the columns, then look at row sums and diagonals.