Squaring Numbers in Mathness: Fast Squares from 11 to 99

Illustration for Squaring Numbers in Mathness: Fast Squares from 11 to 99

Squaring a two-digit number looks slow until you stop multiplying digit by digit. Four shortcuts turn most squares into a one-second move, and three of them work on any number from 11 to 99. In Mathness rounds where the target sits near a square, recognizing the shape first cuts the round from twelve seconds to four. This post walks the four methods, the numbers each one owns, and the drill that locks the reflex.

The (a-b)(a+b) plus b² method

Any square breaks into a difference of squares plus a remainder. For 27², pick the nearest round number 30 and the gap 3. The square equals 30 times 24 plus 9, which gives 720 plus 9, then 729. The same shape handles 48² as 50 times 46 plus 4, giving 2300 plus 4 and 2304. The trick works because (a-b)(a+b) equals a² minus b², so adding b² back rebuilds the square. Pick b so one factor lands on a multiple of 10, and the multiplication collapses to a doubling or halving move covered in doubling and halving.

Pick b carefully. For 23² you have two paths: b equals 3 against base 20 gives 20 times 26 plus 9, which is 529. Base 25 gives 25 times 21 plus 4, also 529. The base-25 path wins because the times-25 step doubles to times 100 then halves. Test both bases on the first six squares you face, and your default pick gets sharper.

Squaring numbers ending in 5

Every number ending in 5 has a one-step square. Take the tens digit, multiply by the next integer, and append 25. For 35², three times four equals twelve, append 25, so 1225. For 85², eight times nine equals 72, append 25, giving 7225. The pattern holds from 15² at 225 all the way to 95² at 9025. In Mathness rounds, any target ending in 25 should pull this check first because the source number is the only candidate worth scanning.

The base-100 trick for 91 to 109

For any number near 100, square it through its distance from 100. For 97², the gap is 3, so subtract 3 from 97 to get 94, then append the square of 3 as 09, producing 9409. For 103², add 3 to get 106, then append 09, giving 10609. The shortcut works because (100-b)² expands to 10000 minus 200b plus b², which simplifies to (100-2b) times 100 plus b². Use this on any source number from 91 to 109, and the answer arrives faster than a calculator entry. The same logic extends to base 50 for the 41 to 59 range with a small adjustment.

When a square is hiding in the target

Some Mathness targets are squares in disguise, and spotting the shape first saves the operation count. Targets like 144, 169, 196, 225, 256, 289, 324, and 361 are all squares of 12 through 19. Targets like 400, 441, 484, 529, 576, 625, 676, 729, 784, 841, 900, and 961 cover 20 through 31. If you see one of these and the board has the source number on it, the round becomes a single multiplication move. The same logic applies to cubes for 8, 27, 64, 125, 216, 343, 512, 729, and 1000, though cubes show up far less often. Pair this scan with the decomposing-the-target habit, and most target-first rounds collapse fast.

  • (a-b)(a+b) plus b²: pick the nearest round number, multiply across, add the gap squared.
  • Ends-in-5 rule: tens digit times next integer, append 25.
  • Base-100 distance: source minus gap, append gap squared as two digits.
  • Anchor-square scan: memorize 12² through 31² and check the target first.

The five-day drill that locks the reflex

The four methods stick after a focused drill more than after random play. On day one, write the squares of 11 through 25 on a single page and close it after one read. On day two, write the squares of 26 through 40 and add the four ends-in-5 numbers. On day three, square every number from 91 to 109 using the base-100 trick on paper. On day four, run thirty timed Mathness rounds on /daily and tag every round where a square shortcut applied. On day five, repeat the same thirty-round set and compare round times by tag.

After the five days, the reflex sits in the background and surfaces only when the board offers it. The same drill structure works for any technique in this series, including the check covered in parity logic. Track which method saved each round in a notebook for two weeks, and the pattern of board shapes you face becomes clear. From there, pick the technique with the lowest hit count and run a second drill against it.

Common mistakes that cancel the shortcut

The base-100 trick fails when the gap squared crosses 10, since the carry corrupts the appended digits. For 88², the gap is 12, so 12² equals 144, and the append step needs a 1 carried into the (100 minus 2b) part. The fix is to add 1 to 76 before appending 44, giving 7744. The ends-in-5 rule never breaks, but a tens digit beyond 9 needs a different anchor. The (a-b)(a+b) plus b² method saves time only when b is small, so picking a b larger than 5 loses to the base-100 approach. Run a quick check at /menu for any round that ended past eight seconds, and most of them trace back to a wrong-method pick.

Memorize 12² through 31² cold. That single block of 20 numbers covers more Mathness target hits than any other technique on this list.

← All posts