Problem Archive

A positive integer will be called reachable if it can result from an arithmetic expression obeying the following rules:

For example, $42$ is reachable, since $(1 / 23) \times ((4 \times 5) - 6) \times (78 - 9) = 42$.

What is the sum of all positive reachable integers?

Solution
No solution yet. Write yours at solutions/s259.md.
Problems sourced from Project Euler · Non-commercial & educational use only · CC BY-NC-SA 4.0