PUZZLE #4709: Pigeonhole Cipher (diff 2)
8 points in a 7x7 grid. By the pigeonhole principle, two share a row or column. The shared index mod 26 (A=0) is the answer letter.
DATA
| Grid Size |
7
|
| Points |
{'x': 6, 'y': 2}, {'x': 1, 'y': 4}, {'x': 6, 'y': 1}, {'x': 3, 'y': 6}, {'x': 3, 'y': 4}, {'x': 2, 'y': 0}, {'x': 4, 'y': 2}, {'x': 3, 'y': 3}
|
| Principle |
8 points in an 7x7 grid means at least two share a row or column.
|
| Hint |
Pigeonhole principle: 8 points in an 7x7 grid means at least two must share a row or column. Find the shared index, mod 26 (A=0) for answer letter.
|
| Answer Format |
single lowercase letter
|
author's note: Pool fill: pigeonhole diff 2
— website sponsored —
[ ad space ]