Post AcV6o1WcHz4i8B2S80 by richzula@noagendasocial.com
(DIR) More posts by richzula@noagendasocial.com
(DIR) Post #AcUdQEyti7BoFAZeBE by Derr@noagendasocial.com
2023-12-05T07:13:26Z
0 likes, 0 repeats
I have no clue
(DIR) Post #AcUdQFsYNBi11mc5vk by Derr@noagendasocial.com
2023-12-05T07:15:46Z
0 likes, 0 repeats
My best guess is C
(DIR) Post #AcUdQGj1E7fzeV9zhw by AdamAtSea@noagendasocial.com
2023-12-05T08:05:41Z
0 likes, 0 repeats
@Derr e, the patterns go diagonally.
(DIR) Post #AcV6o1WcHz4i8B2S80 by richzula@noagendasocial.com
2023-12-05T13:34:56Z
0 likes, 0 repeats
@Derr I guess C
(DIR) Post #AcVFwg6qBGs1uABS8O by somebodystopme@noagendasocial.com
2023-12-05T15:17:20Z
0 likes, 0 repeats
@richzula @Derr You have some gift of visual pattern recognition that I don't 😮However, I'm good at solving logic puzzles and can back up your observation:
(DIR) Post #AcVG0Yz2cGpUxlO7w8 by somebodystopme@noagendasocial.com
2023-12-05T15:18:02Z
0 likes, 0 repeats
@richzula @Derr There are 5 positions per image (each corner + cntr/circle); each position is either on or off in each img. So if -1 is ON(black) and 0 is OFF, starting from Top Left corner (first position), then Top Right, Bottom Right, Bottom Left, Center; you get:Top Row: -1,-1,0,0,-1 | 0,-1,-1,0,-1 | -1,0,-1,0,0Middle:0,-1,-1,-1,0 | -1,0,0,-1,-1 | -1,-1,-1,0,-1Bottom:-1,0,-1,-1,-1 | -1,-1,-1,-1,0
(DIR) Post #AcVG1nkVChx52yB6Su by somebodystopme@noagendasocial.com
2023-12-05T15:18:16Z
0 likes, 0 repeats
@richzula @Derr Adding each position in the first column img to the corresponding position in second column img predicts the third column img in this way: -1 = ON, else OFF:Top row, third column prediction:-1,-2,-1,0,-2 = matches imgSecond row, third column prediction:-1,-1,-1,-2,-1 = matches imgThird row, third column prediction:-2,-1,-2,-2,-1 = C ----summary:ON + OFF = ONON + ON = OFFOFF + ON = ONOFF + OFF = OFF
(DIR) Post #AcVjZUyIQEJzKH3BEu by richzula@noagendasocial.com
2023-12-05T20:49:18Z
0 likes, 0 repeats
@somebodystopme @Derr I would explain it as a "exclusive or". The component is shown in C on if only shown in A or B.