|
October 2007 Puzzle
Click Here for the Solution
You are equipped with two 2's, three 3's, and the ability to combine them using addition, subtraction, multiplication, division, and exponentiation.
Your job is to create all of the integers from 37 to 67 (inclusive).
You may use any number of parentheses to control the order of operations and need not use all five numbers each time.
For example: 11 = 2^3 + 3 (where 2^3 means 2 to the 3rd power)
|