Expressions is an arithmetic game. You get four numbers and a board of targets from 0 to 31. Your job is to hit as many of those targets as you can, combining all four numbers into one expression with +, −, × or ÷.
There is no single right answer. Some of the 32 targets can't be made from a given day's numbers, and the ones that can usually have several routes to them. Your score is the number of targets you find.
Every attempt uses each of the day's four numbers exactly once.
You only ever combine two numbers at a time. Four become three, then two, then one, and that last number is the result.
For − and ÷, the number you pick first is the one being subtracted from or divided. + and × are associative.
Fractions and negatives are fine along the way, but the last number has to be whole and positive.
Let's find two of the possible target numbers using 4, 10, 12 and 13.
The board shows every possible target from 0 to 31. The four dimmed targets can't be made from these numbers, so 28 targets are in play.
Tap 12, then −, then 10, and the two merge into 2. Tapping 10 first would have made −2 instead.
Combine that 2 with the 4 (using ×) to make 8.
8 + 13 leaves one number, so the round is over and 21 is found!
Press undo to split the numbers you just merged. 21 stays found.
Subtract the 8 from the 13 instead, and the same opening finds a second target: 5.
Tap a number, tap + − × or ÷, then tap a second number. The two collapse into one number holding the result.
You can also drag one number onto another to pick both at once. The one you drag is the first of the two.
If using a keyboard: type 1 to 4 pick the numbers from left to right, + - * and / for the operators, backspace to undo, and escape to drop the current selection.