Level 89: Divide and Conquer
Optimal: 2 digits
Target Number

1

Solo Digit: 2
Waiting for input
Digits Used: 0

Level 89 Overview & Strategy

Easy

In Level 89, your challenge is to reach the target number 1 using only the solo digit 2. The optimal solution requires exactly 2 digits.

Solo Digit: 2
Target Goal: 1
Optimal Length: 2 digits
Allowed Operations: + − × ÷ ^ ! √ ( )

Solving Tip

Notice how close 1 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.