Why longer words pay off

Word length & scoring explainer

Compare linear and length-squared scoring curves for word tiles, see the Word Tile Rush rule in plain terms, and test your own word lengths.

Category: Learning

Bottom line: The explainer shows how points grow with word length using two common formulas — a +2 per-letter bonus and a length-squared curve. It explains the family behind Word Tile Rush's scoring, links to the exact guide formula, and never claims the calculator changes any game.

Compare curves

Points per word length

Choose a word length and read the two formulas. The bars stay proportional; the table gives exact values.

Word lengthLinear (+2/letter)Length squared

The linear demo is n + 2 × (n − 1); the quadratic demo is round(1.5 × n²). Neither is the live Word Tile Rush formula of 10 × n². Compare the worked values below before applying a model to game points.

How it works

The two demo curves use word length n, not letter rarity. The linear model is n + 2 × (n − 1); the quadratic model is round(1.5 × n²). The bars compare those values on the same scale, and the table lists lengths 2 through 10.

Worked example

At four letters, the linear result is 4 + 2 × 3 = 10 points. The quadratic result is round(1.5 × 16) = 24. At five letters they become 13 and 38 respectively. Two three-letter words total 14 in the linear model and 28 in the quadratic model, so the benefit of one longer word depends on the formula.

The playable Word Tile Rush uses a different, exact rule: 10 × n². Its four-letter word is worth 160, its five-letter word 250, and two three-letter words 180. These demo curves illustrate scaling; they are not a prediction of the game's displayed points.

What it cannot do

  • The input is a whole-number length from 2 to 10, not a submitted word. The tool does not check spelling, dictionary membership, adjacency, or whether tiles form a legal game path.
  • The demo accepts length 2, but Word Tile Rush requires at least three letters. The game also has a rising board that this calculation does not simulate.
  • Higher arithmetic reward does not prove that searching for a long word is the best move when the board is nearly full.
  • No points are awarded to a game, saved as a record, or sent to a server by this explainer.

FAQ

What is the Word Tile Rush formula?

The playable game scores an accepted word as 10 × length squared: 3 letters earn 90, 4 earn 160, and 5 earn 250 points. It also requires a valid adjacent path and a word from its bundled list.

Why is the calculator "generic length-squared"?

The quadratic demo uses round(1.5 × length squared), not the game formula. Five letters produce 38 versus 28 for two three-letter words. The linear demo gives 13 versus 14, showing why the chosen formula matters.

Does it affect my game score?

No. The calculator runs in this page and stores nothing. The game itself uses its own scoring function from the running code.

Why show two formulas?

Length bonus (linear: +2 per extra letter) and length-squared (polynomial) behave differently at the top end. Comparing them is the point of the tool.

Embed this tool

<iframe src="https://nocharge.net/tools/word-scoring/" width="400" height="620" title="NoCharge word scoring explainer"></iframe>
<p>Source: <a href="https://nocharge.net/tools/word-scoring/">NoCharge tool</a></p>

Next action

Try it with a game