NNAT Matrix Reasoning 1 — Questions and Answers
Question 1: In a 3x3 matrix with one cell missing, what is the first step?
- Analyze patterns across rows and down columns (Correct answer)
- Look only at neighbors
- Choose the most colorful option
- Start with answer choices
Correct answer: Analyze patterns across rows and down columns
Matrix problems require identifying rules in both row and column directions.
Question 2: A row starts with triangle, then square. What should the missing third cell contain?
- Pentagon (5 sides) (Correct answer)
- Circle
- Triangle
- Hexagon
Correct answer: Pentagon (5 sides)
The row adds one side: 3, 4, 5.
Question 3: A row has large and small shapes. What size should the missing shape be?
- Medium (Correct answer)
- Large
- Small
- Any unused size
Correct answer: Medium
Each row contains all three sizes; medium completes the set.
Question 4: Each column uses a different color. The missing cell is in column 3. How determine its color?
- Match the color used by other shapes in column 3 (Correct answer)
- Match adjacent cells
- Use a color not seen anywhere
- Choose the most common color
Correct answer: Match the color used by other shapes in column 3
Column consistency means the missing cell matches its column color.
Question 5: What makes advanced matrix problems harder?
- Multiple rules operating simultaneously across rows and columns (Correct answer)
- Fewer cells
- Brighter colors
- Larger matrices
Correct answer: Multiple rules operating simultaneously across rows and columns
Advanced matrices require tracking multiple simultaneous rules.
Question 6: Shapes rotate across rows and change color down columns. What must the answer have?
- Correct rotation for its row AND correct color for its column (Correct answer)
- Only correct rotation
- Only correct color
- Only the shape type matters
Correct answer: Correct rotation for its row AND correct color for its column
The answer must satisfy all rules simultaneously.
In a 3x3 matrix with one cell missing, what is the first step?