For each number from 1 to 100, build an expression using the digits of 2025.
Your expression may be unique. We will evaluate the expression instead of matching a single stored answer.
- Use the digits 2, 0, 2, 5 exactly once in each expression (you may join digits like 20 or 25).
- Allowed operations:
+,-,*,/,^(power),sqrt()(square root),!(factorial), and!!(double factorial), plus parentheses( ). - Your expression must evaluate exactly to the target number shown in the left column.
Progress: 0 of 100 numbers solved.
#
Your expression
Check
Result