The 24 game is a game where you have 4 integers between 1 and 10. Your goal is to get to 24 using each of the 4 numbers once. You can only use +, -, ×, and ÷, but you can use each of these operators as many times as you want.
Example problem: 1, 3, 4, 6
Solution: 6 ÷ (1 - (3 ÷ 4)) = 24.