Understand the rule first
Compare examples that differ in only one feature. Assign separate code parts to shape, side count, shading, orientation or position, then verify the mapping twice.
Decode which symbol represents each visual feature.
Compare examples that differ in only one feature. Assign separate code parts to shape, side count, shading, orientation or position, then verify the mapping twice.
Treating the whole code as one label instead of separating the features it describes.
Reusable method: Compare examples that differ in only one feature.Count the triangle’s sides.
Answer C: 3
A triangle has 3 sides, so its code begins with 3.
Quick method: Compare examples that differ in only one feature.
A pentagon has five sides and black is B.
Answer D: 5B
The correct code is 5B.
Quick method: Compare examples that differ in only one feature.
Separate the digit’s meaning from the shading letter.
Answer A: a hollow quadrilateral
Four sides give a quadrilateral and H makes it hollow.
Quick method: Compare examples that differ in only one feature.
Decode the position and side count separately.
Answer B: a triangle at bottom-right
BR is bottom-right and 3 sides means a triangle.
Quick method: Compare examples that differ in only one feature.
Six sides identify a hexagon.
Answer C: hollow hexagon
6H represents a hollow six-sided shape: a hollow hexagon.
Quick method: Compare examples that differ in only one feature.
A square has four sides.
Answer C: 4S
Four sides followed by solid gives 4S.
Quick method: Compare examples that differ in only one feature.
Decode position and shade separately.
Answer D: TL-B
Top-left is TL and black is B, so the code is TL-B.
Quick method: Compare examples that differ in only one feature.
Read the shape symbol, then the quantity.
Answer A: three triangles
T denotes triangle and 3 denotes three of them.
Quick method: Compare examples that differ in only one feature.