Figure Matrix - Advanced Level: row progression ADVANCED

Master figure matrix concepts through this hard problem set practice set. Worksheet 26 of 30 contains 20 advanced-level problems. Deep dive into row progression while learning matrix completion, row-column logic, grid completion. Recommended for advanced learners aiming for complex scenarios and multi-step problems.

📝 Worksheet 26 of 30 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Advanced level

What you'll learn in this worksheet:
Your progress through Figure Matrix
Worksheet 26 of 30 (86% complete)

Question 1

Horizontal Pattern Matrix? Identify the pattern in each row and select the missing figure.
Rotation Pattern:
Each subsequent cell rotates by 45° clockwise.
The missing cell should have rotation 0°.

Question 2

Diagonal Pattern Matrix? Identify the diagonal pattern and select the missing figure.
Main diagonal cells are all filled. Missing cell (2,2) should be filled.

Question 3

Operation-Based Matrix? Each row follows an arithmetic/logical operation. Find the missing figure.
XOR operation: element present if exactly one of first two has it

Question 4

Diagonal Pattern Matrix? Identify the diagonal pattern and select the missing figure.
Main diagonal cells are blue, anti-diagonal cells are red. Missing cell (2,2) is on main diagonal, so should be blue.

Question 5

Diagonal Pattern Matrix? Identify the diagonal pattern and select the missing figure.
Anti-diagonal cells all share the same property. Missing cell (0,2) completes the pattern.

Question 6

Operation-Based Matrix? Each row follows an arithmetic/logical operation. Find the missing figure.
Row1 - Row2 = Row3: 4 - 2 = 2 elements

Question 7

Vertical Pattern Matrix? Identify the pattern in each column and select the missing figure.
Column-wise Shape Progression:
- Column 1: Circle → Square → Triangle
- Column 2: Square → Triangle → Diamond
- Column 3: Triangle → Diamond → Pentagon
Each column follows: each shape has one more side than previous

Question 8

Operation-Based Matrix? Each row follows an arithmetic/logical operation. Find the missing figure.
XOR operation: element present if exactly one of first two has it

Question 9

Horizontal Pattern Matrix? Identify the pattern in each row and select the missing figure.
Color Pattern in Matrix:
Each cell's color follows: color_index = (row + col) % 4
The missing cell at (2,2) has color index 0

Question 10

Horizontal Pattern Matrix? Identify the pattern in each row and select the missing figure.
Color Pattern in Matrix:
Each cell's color follows: color_index = (row + col) % 4
The missing cell at (2,2) has color index 0

Question 11

Diagonal Pattern Matrix? Identify the diagonal pattern and select the missing figure.
Anti-diagonal cells all share the same property. Missing cell (0,2) completes the pattern.

Question 12

Vertical Pattern Matrix? Identify the pattern in each column and select the missing figure.
Size Progression Down Each Column:
Each column has sizes: 30 → 40 → 50
The missing cell should have size 50.

Question 13

Operation-Based Matrix? Each row follows an arithmetic/logical operation. Find the missing figure.
Row1 - Row2 = Row3: 3 - 2 = 1 elements

Question 14

Vertical Pattern Matrix? Identify the pattern in each column and select the missing figure.
Size Progression Down Each Column:
Each column has sizes: 30 → 40 → 50
The missing cell should have size 50.

Question 15

Vertical Pattern Matrix? Identify the pattern in each column and select the missing figure.
Fill Opacity Progression:
Each column becomes more opaque going down.
Row 1: 0.3, Row 2: 0.65, Row 3: 1.0
Missing cell should have full opacity (1.0).

Question 16

Vertical Pattern Matrix? Identify the pattern in each column and select the missing figure.
Fill Opacity Progression:
Each column becomes more opaque going down.
Row 1: 0.3, Row 2: 0.65, Row 3: 1.0
Missing cell should have full opacity (1.0).

Question 17

Operation-Based Matrix? Each row follows an arithmetic/logical operation. Find the missing figure.
Row1 + Row2 = Row3: 2 + 1 = 3 elements

Question 18

Operation-Based Matrix? Each row follows an arithmetic/logical operation. Find the missing figure.
Row1 - Row2 = Row3: 4 - 2 = 2 elements

Question 19

Vertical Pattern Matrix? Identify the pattern in each column and select the missing figure.
Fill Opacity Progression:
Each column becomes more opaque going down.
Row 1: 0.3, Row 2: 0.65, Row 3: 1.0
Missing cell should have full opacity (1.0).

Question 20

Operation-Based Matrix? Each row follows an arithmetic/logical operation. Find the missing figure.
XOR operation: element present if exactly one of first two has it
Previous Worksheet Next Worksheet