Adding Numbers Cleverly
A list of numbers does not have to be added in the order it is written. Scan for pairs that make a round number and the arithmetic almost does itself.
A list of numbers does not have to be added in the order it is written. Scan for pairs that make a round number and the arithmetic almost does itself.
A list of numbers does not have to be added in the order it is written. Addition can be rearranged freely, so the first move should always be to scan for pairs that make a round number — then the arithmetic almost does itself.
Because addition can be done in any order, terms may be regrouped to suit you. Take :
Jumping to the first produces a
, and adding to a round number needs no thought. The targets worth hunting for are
,
and
.
Find .
Look at the units digits to find these pairs quickly. Digits that add to — the
with the
, the
with the
— are the giveaway.
Find .
The same trick, scaled up. Adding these six numbers left to right would take real effort; spotting the pairs turns it into counting to three.
Find .
With an odd count of terms one always sits unpaired in the middle. Add it on at the end rather than trying to force it into a pair.
Find .
Here the pairs are not symmetric — you pair whichever results happen to combine neatly. The aim is round numbers, not a tidy pattern.