Misc puzzles
Last updated: 5 Jan 2024 ·
Posted in wiki#notes
8-grid challenge
Put the numbers 1-8 in the grid such that no two consecutive digits touch each other horizontally, vertically or diagonally.
+---+---+ | | | +---+---+---+---+ | | | | | +---+---+---+---+ | | | +---+---+
Solution
+---+---+ | 3 | 5 | +---+---+---+---+ | 7 | 1 | 8 | 2 | +---+---+---+---+ | 4 | 6 | +---+---+
Three of each digit
For each digit from 0 to 9, use exactly three copies of that digit (and any valid arithmetic operations) to create an expression that evaluates to 6.
Solution