Section 3.4: Grid-Based and Matrix Sequences

Key Takeaways

  • Grid sequences arrange numbers spatially (in boxes, triangles, or matrices) rather than in a simple line.
  • Patterns in grids can read horizontally (across rows), vertically (down columns), or diagonally.
  • A common matrix logic involves the outer numbers performing an operation to generate the central number.
  • Always test simple operations first (addition, subtraction) before moving to complex ones (multiplication, squares) when solving grids.
  • Pay attention to directional arrows or bold borders, as they often hint at the direction the sequence flows.
Last updated: July 2026

Grid-Based and Matrix Sequences

While most of the sequences you encounter on the EDPT will be presented in a straight, linear line, you must be prepared for spatial presentations. Grid-based and matrix sequences arrange numbers in two dimensions (like a tic-tac-toe board, a triangle, or intersecting circles).

These problems do not require new mathematical skills; they require spatial reasoning. You must figure out where the sequence begins, which direction it flows, and how the numbers interact across space.

Reading the Grid: Rows, Columns, and Diagonals

When faced with a 3x3 grid of numbers with one missing space (often denoted by a '?'), the underlying logic usually flows in straight lines.

Consider this grid:

248
3927
416?

Step 1: Analyze Horizontally (Rows)

Look at the top row: 2, 4, 8. What is the relationship? It is a geometric progression multiplying by 2, or $2^1, 2^2, 2^3$. Look at the middle row: 3, 9, 27. The relationship is multiplying by 3, or $3^1, 3^2, 3^3$. Look at the bottom row: 4, 16, ?. Following the established logic, this row multiplies by 4, or represents powers of 4 ($4^1, 4^2, 4^3$). Therefore, the missing number is $4^3$ (or $16 * 4$), which equals 64.

Step 2: Analyze Vertically (Columns)

If the horizontal logic fails, immediately check the vertical columns.

5712
8210
3?9

Horizontal analysis (5 to 7 to 12) suggests $5+7=12$. The second row confirms this: $8+2=10$. In this case, the grid reads left-to-right as a math equation: Column 1 + Column 2 = Column 3. For the bottom row: $3 + ? = 9$. The missing number is 6.

However, it could also read vertically. Let's imagine a different grid:

2510
4712
69?

Look at the columns:

  • Column 1: 2, 4, 6 (adds 2)
  • Column 2: 5, 7, 9 (adds 2)
  • Column 3: 10, 12, ? (adds 2). The missing number is 14.

The Global Grid Constant (Magic Square Logic)

A common variation that tricks many EDPT test-takers is the "Global Grid Constant" or "Magic Square" style logic. In these grids, the numbers in individual rows or columns do not follow a progressive mathematical sequence from left to right or top to bottom. Instead, the sum of each row, column, or diagonal is constant.

Consider this grid:

816
357
4?2

If you look for a progressive relationship (e.g., how 8 and 1 make 6, or how 8 and 3 make 4), you will struggle to find a clean operator. However, look at the sums:

  • Row 1: $8 + 1 + 6 = 15$
  • Row 2: $3 + 5 + 7 = 15$
  • Row 3: $4 + ? + 2 = 15$ Thus, the missing number in the third row is $15 - (4 + 2) = 9$. Always calculate the sum of the rows and columns if direct progressive arithmetic is not apparent.

The "Central Number" Matrix

Another very common matrix format features an arrangement where multiple numbers surround a central number. In these puzzles, the outer numbers act as inputs, and the central number is the output. Your job is to figure out the mathematical "machine" that converts the outside to the inside.

Imagine a large triangle with numbers at the three corners, and one number in the middle:

  • Top point: 5
  • Bottom-left point: 3
  • Bottom-right point: 4
  • Center number: 17

How do 5, 3, and 4 create 17? Let's test operations:

  • Addition: $5 + 3 + 4 = 12$ (Too low)
  • Multiplication: $5 * 3 * 4 = 60$ (Too high)
  • Mixed operations: What if we multiply two and add the third?
    • $(5 * 3) + 4 = 15 + 4 = 19$ (Close, but no)
    • $(3 * 4) + 5 = 12 + 5 = 17$ (Match!)

The rule is: Multiply the bottom numbers and add the top number. If given a second triangle to solve with Bottom-left 6, Bottom-right 2, and Top 10, you would calculate: $(6 * 2) + 10 = 12 + 10 = 22$.

Segmented Circles and Wheel Formats

Sometimes, spatial sequences are presented inside circles divided into 4, 6, or 8 segments (slices). These "number wheels" generally follow one of three primary organizational logics:

  1. Clockwise/Counter-Clockwise Progression: The circle is a wrapped linear sequence. It has a starting segment and increases clockwise around the perimeter.
    • Example: A circle with segments 3, 6, 12, 24, 48, ?. The progression is doubling, and the missing number is 96.
  2. Opposite Quadrant Relationships: The numbers opposite each other are paired.
    • Example: A circle divided into 6 slices. The pairs opposite each other are:
      • 2 is opposite 4 (rule: $n \times 2$ or $n^2$)
      • 5 is opposite 10
      • 7 is opposite ? (answer: 14)
  3. Symmetric Halves: The sum or product of the numbers in the left half of the circle equals the sum or product of the numbers in the right half of the circle.

When facing circular puzzles, always begin by checking opposite quadrants first, as these are the easiest to identify and verify.

Cross and Star Configurations

On the EDPT, you may also see cross shapes or star shapes where four numbers are on the outer arms and one number is in the center.

Consider this arrangement:

  • Top Arm: 8
  • Bottom Arm: 4
  • Left Arm: 9
  • Right Arm: 3
  • Center Number: 10

How do these numbers relate?

  • Let's look at opposite arms:
    • Vertical: $8 + 4 = 12$
    • Horizontal: $9 + 3 = 12$
    • This doesn't directly equal the center (10), but notice if we subtract the right arm from the left arm ($9 - 3 = 6$) and add the sum of the vertical arms, it doesn't match.
    • What if we add the vertical arms and subtract the horizontal arms? $(8 + 4) - (9 - 3) = 12 - 6 = 6$ (No).
    • Let's look at pairs: $(8 * 3) / (9 - 4)$? No.
    • What about: $(8 + 9) - (4 + 3) = 17 - 7 = 10$?
    • Yes! The rule is: Sum of the Top and Left arms minus the sum of the Bottom and Right arms equals the Center.
    • Mathematically: $(Top + Left) - (Bottom + Right) = Center$.

Always group the outer arms into logical pairs (e.g., vertical vs. horizontal, or top-left vs. bottom-right) to determine how they interact to calculate the center value.

Step-by-Step Grid and Matrix Diagnostic Strategy

To systematically break down any two-dimensional sequence, follow this sequence of checks:

  1. Check for Linear Wrapping: Read the grid left-to-right, row-by-row, like a page in a book. Does it form a single continuous progression?
  2. Check for Parallel Progression: Do columns or rows progress independently but with the same rule (e.g., Row 1 adds 2, Row 2 adds 2)?
  3. Check for Simple Equations: Test if Column 1 and Column 2 combine (via +, -, *, /) to produce Column 3. Repeat the check for rows (Row 1 + Row 2 = Row 3).
  4. Check for Grid Constants: Add all the numbers in each row and column. If the sums are identical, you have a magic square/constant sum logic.
  5. Check for Center Dependencies: If there is a clear central number or target quadrant, isolate it and treat the surrounding numbers as mathematical inputs.

Strategic Tips for Grid Sequences

  1. Occam's Razor Applies: The simplest mathematical explanation is almost always the correct one. Always test addition and simple differences before you start trying to cube numbers and divide by prime factors.
  2. Look for Output Columns: Often, the final column (rightmost) or final row (bottom) acts as the "equals" side of the equation. If the numbers in the right column are significantly larger than the others, it implies the other columns are being multiplied or added to reach that total.
  3. Symmetry is a Clue: If the numbers in a grid mirror each other, or if opposite corners share a relationship, the puzzle may be geometric rather than purely arithmetic. Look for pairs that sum to the same total.
  4. Ignore the Shape, Find the Line: Sometimes a grid is just a linear sequence folded up to fit in a box. Try reading the grid like a book (left to right, top to bottom). If the grid reads 2, 4, 6 on row one, and 8, 10, 12 on row two, it's just a simple linear arithmetic progression wrapped into a grid format.
Loading diagram...
Grid Sequence Troubleshooting Strategy
Test Your Knowledge

In a 3x3 grid, the first row is [4, 7, 28]. The second row is [5, 6, 30]. The third row is [3, 9, ?]. What is the missing number?

A
B
C
D
Test Your Knowledge

A circle is divided into four quadrants. The top-left is 5, top-right is 15, bottom-right is 45, and bottom-left is '?'. Assuming the pattern flows clockwise starting from the top-left, what is the missing number?

A
B
C
D
Test Your Knowledge

You see a triangle with numbers on the outside edges (3, 4, 5) and a number in the center (60). Another triangle has edges (2, 5, 4) and center (40). A third triangle has edges (6, 2, 3). What is its center number?

A
B
C
D