Level 227: Power of Two
Optimal: 4
digits
Target Number
256
Solo Digit: 2
0
Waiting for input
Digits Used: 0
In Level 227, your challenge is to reach the target number 256 using only the solo digit 2. The optimal solution requires exactly 4 digits.
Notice how close 256 is to multiples, factorials, or powers of 2. If direct multiplication or division leaves a remainder, look for ways to generate 2 / 2 = 1 or (2 - 2) = 0 to fine-tune your final total.