Elementary Mathematics — Dorofeev

But our shape after removing a corner has: Color 0: 9 Color 1: 8 Color 2: 7

Now remove the top-left corner (1,1). Its color is (1+1) mod 3 = 2 mod 3 = Color 2? Wait — careful: (1+1)=2, so 2 mod 3 = 2 — yes, Color 2. So after removal: Color 0: 9 Color 1: 8 Color 2: 7 (since we removed one from Color 2) Each 1×3 tromino, no matter how you place it (horizontal or vertical), covers exactly one square of each color . elementary mathematics dorofeev

Proof: Horizontal tromino covers cells (r,c), (r,c+1), (r,c+2). Their (row+col) mod 3 = (r+c) mod 3, (r+c+1) mod 3, (r+c+2) mod 3 → three consecutive integers mod 3 → all different residues 0,1,2. Same for vertical. But our shape after removing a corner has: