Skip to main content
Mathdle

Tips & strategy

Mathdle rewards two very different skills: finding the obvious expressions quickly, and constructing the deep ones that nobody else spots. This page is everything that helps with the second part.

Start with the cheapest hits

Before you go hunting for clever constructions, sweep up the small stuff. The two expressions worth the fewest points are also the easiest to miss when you skip past them looking for pangrams.

Work backwards from the target

Forward search (“what can I build?”) is exhausting because the branching factor explodes. Backwards search (“what equals the target?”) is bounded by the target itself. Factor it. If the target is 72, you immediately know that any pair of tiles whose product is 72 — or whose product divides into it cleanly — is a candidate skeleton.

Factoring also tells you when to bring in division. Mathdle accepts division only when the result is exact: ÷ is real-rational, not integer division. If the target is 7 and you have an 8 and a 56, then 56 ÷ 8 = 7 is a clean construction. If you have a 6 instead, 56 ÷ 6isn't rational over the tile values you need, and the engine will reject it.

Distribution is where the volume lives

Mathdle treats 2 × (3 + 4) and 2 × 3 + 2 × 4 as different expressions, even though they evaluate to the same value. This is the single biggest mechanic to internalise, because every multiplicative expression you find has a distributed cousin waiting to be submitted.

The reverse — factoring a sum back into a product — is just as good. 14 + 21 and 7 × (2 + 3) are two points instead of one. On Hard and Impossible boards, factor and distribute every product you discover. You will roughly double your score with no new ideas.

What does not count as a new expression:

Hunting the pangram

A pangram uses all seven tiles in one expression and earns a +7 bonus on top of its tile points. There is almost always at least one pangram per puzzle; on most boards there are several.

Pangram hunting strategies that consistently work:

Impossible mode: the four extra operators

Impossible adds mod, , ^, and !. Each one opens up a different family of constructions; if you ignore them you cap out well below Euler.

Tier strategy

Ranks rise through eight tiers: Start, Warming Up, Good, Solid, Nice, Amazing, Genius, Euler. Genius is awarded at a fixed point threshold (roughly 70% of the catalogued total). Euler requires finding every catalogued expression — including the awkward ones nobody intuits, which is why it's rare.

Practical tier targets:

Habits that compound

For the exact rules the engine uses to canonicalise expressions, see the math behind Mathdle. For definitions of pangram, tier, identity, and friends, see the glossary.