calendar_today
Mar 22, 2026
chat_bubble
5 comments
border_allMatrixcheck_circleSolved
Just write down your answer.
For example:
if you think answer is
row1: circle circle star star
row2: diamond circle diamond circle
your answer will be 22443232
each shape goes through a cycle of swapping from top to bottom then moving in either direction. Do this for all of them and you get 23141423
henry
@henry38464
star First Correct
3 months ago
23141423
Abjectionovae
@abject
check_circle Correct
3 months ago
23141423
chrstn
@chrstn
1 month ago
Every shape (which I'll represent with numbers) is only placed in the 1st, 2nd, 3rd and 4th position exactly once across all sets in that row:
1243 4132 3421 = 2314
The square(1) is pos 1, pos 2, and pos 4 so in the final set of 4 shapes it must be in pos 3.
repeat the same logic to get the second rows final set of 4.
4312 3241 2134 = 1423
forum Comments (4)
Sign in to leave an answer.
1243 4132 3421 = 2314
The square(1) is pos 1, pos 2, and pos 4 so in the final set of 4 shapes it must be in pos 3.
repeat the same logic to get the second rows final set of 4.
4312 3241 2134 = 1423