This is how I did it. My first instinct was to decompose the problem into the shapes {dots, circles, diamonds, square, +, X} and then plot which cells the shapes appear in. It’s pretty easy to see the rectangles after that. Though, I didn’t make the connection to XOR.
This is how I did it. My first instinct was to decompose the problem into the shapes {dots, circles, diamonds, square, +, X} and then plot which cells the shapes appear in. It’s pretty easy to see the rectangles after that. Though, I didn’t make the connection to XOR.