Time Left: 120 seconds
Score: 0
High Score: 0
The goal of the game is to use the four numbers shown and the basic operations (+, -, *, /) to create an expression that equals 24.
Use parentheses to control the order of operations. For example, if the numbers are 3, 4, 6, and 2, a valid solution would be: (3 + 4) * (6 / 2) = 24
Enter your solution in the input box and click "Submit" to check your answer.