Question:medium

How many unique patterns are there in the image?

Show Hint

To avoid confusion, scan the image row-by-row and cross out or mark duplicates systematically as you find them.
Updated On: Jun 25, 2026
Show Solution

Correct Answer: 15

Solution and Explanation

Step 1: Group by design.
Scan every tile and cluster ones that are identical (allowing for rotation), setting duplicates aside.
Step 2: Count the clusters.
The number of distinct clusters is the number of unique patterns.
\[ \boxed{\text{Number of distinct pattern groups}} \]
Was this answer helpful?
0