Reverse Polish Notation Challenges
Using each number 2, 3, 4, 5 exactly once, and any of the operators + - * \ ^ any number of times:
- What expression yields the largest possible number?
- What expression yields the smallest (most negative) number?
- How close can you get to $e = 2.71828...$?
- What is the smallest positive integer you cannot construct?
Examples (These are not answers!):
2 3 4 5 * * * = 1205 4 3 + - = -24 5 * 3 2 ^ / = 2.2224 2 ^ 3 5 * - = 1