ROSECODE 545
Pandigital representation of a number
Using the 9 digits in that order and the 5 operations
For instance, we have:
• 38706 = -12+3^4*(567-89)
Can you find this representation for ? (The solution is unique)
Answer format : as in the above example, without spaces and the minimum parentheses
+ - * / ^ (digits can be concatened too) it is possible to express some integers.For instance, we have:
• 38706 = -12+3^4*(567-89)
Can you find this representation for
Answer format : as in the above example, without spaces and the minimum parentheses