Rules of the Year Game

  • Rules of the Year Game


    Use the digits in the year 2024 and the operations +, −, x, ÷, sqrt (square root), ^ (raise to a power), ! (factorial), and !! (double factorial) along with grouping symbols, to write expressions for the counting numbers 1 through 100.

    1. All four digits must be used in the expression.

    2. Only the digits 2, 0, 2, 4 may be used.

    3. Multi-digit numbers such as 20, 220, or 0.24 will be accepted this year.  

    4. The square function may NOT be used. Nor may the cube, raise to a fourth power, or any other function that raises a number to a specific power. For example,
      (2 + 0)4 − 2! is an acceptable way to write 14, because ^ is an acceptable operation and it uses exactly the digits 2, 0, 2, and 4. But 22 + 0! + 2 + 4! is not an acceptable way to write 31, because "^2" is not an acceptable operation, and there are not three 2's available. Similarly, 2− 0! − 2 + 4! would not be an acceptable way to write 37 since "^4" is not an acceptable operation and 4 is used twice.

    5. Multi-factorials other than the double factorials may NOT be used this year. Although explored in previous years, many people felt they took away some of the challenge, and they were very hard to read. 

    6. The integer function may NOT be used. Nor may the round, floor, ceiling, or truncate functions.

    7. Remember that 0! by definition is equal to 1. 

    8. Depending on the context where 00 occurs, it can be 1, indeterminate, or undefined/nonexistent. For this game we will accept the value 00=1. 

    The four digits can be used in any order, but we encourage you to challenge yourself to use the digits in the order 2, 0, 2, 4. We also encourage solutions using only the single digit numbers 2, 0, 2, and 4 rather than double digits like 0.2 or 24.