Casting out nines is any of three arithmetical procedures:[1]

  • Adding the decimal digits of a positive whole number, while optionally ignoring any 9s or digits which sum to a multiple of 9. The result of this procedure is a number which is smaller than the original whenever the original has more than one digit, leaves the same remainder as the original after division by nine, and may be obtained from the original by subtracting a multiple of 9 from it. The name of the procedure derives from this latter property.
  • Repeated application of this procedure to the results obtained from previous applications until a single-digit number is obtained. This single-digit number is called the "digital root" of the original. If a number is divisible by 9, its digital root is 9. Otherwise, its digital root is the remainder it leaves after being divided by 9.
  • A sanity test in which the above-mentioned procedures are used to check for errors in arithmetical calculations. The test is carried out by applying the same sequence of arithmetical operations to the digital roots of the operands as are applied to the operands themselves. If no mistakes are made in the calculations, the digital roots of the two resultants will be the same. If they are different, therefore, one or more mistakes must have been made in the calculations.

Digit sums edit

To "cast out nines" from a single number, its decimal digits can be simply added together to obtain its so-called digit sum. The digit sum of 2946, for example is 2 + 9 + 4 + 6 = 21. Since 21 = 2946 − 325 × 9, the effect of taking the digit sum of 2946 is to "cast out" 325 lots of 9 from it. If the digit 9 is ignored when summing the digits, the effect is to "cast out" one more 9 to give the result 12.

More generally, when casting out nines by summing digits, any set of digits which add up to 9, or a multiple of 9, can be ignored. In the number 3264, for example, the digits 3 and 6 sum to 9. Ignoring these two digits, therefore, and summing the other two, we get 2 + 4 = 6. Since 6 = 3264 − 362 × 9, this computation has resulted in casting out 362 lots of 9 from 3264.

For an arbitrary number,  , normally represented by the sequence of decimal digits,  , the digit sum is  . The difference between the original number and its digit sum is

 

Because numbers of the form   are always divisible by 9 (since  ), replacing the original number by its digit sum has the effect of casting out

 

lots of 9.

Digital roots edit

If the procedure described in the preceding paragraph is repeatedly applied to the result of each previous application, the eventual result will be a single-digit number from which all 9s, with the possible exception of one, have been "cast out". The resulting single-digit number is called the digital root of the original. The exception occurs when the original number has a digital root of 9, whose digit sum is itself, and therefore will not be cast out by taking further digit sums.

The number 12565, for instance, has digit sum 1+2+5+6+5 = 19, which, in turn, has digit sum 1+9=10, which, in its turn has digit sum 1+0=1, a single-digit number. The digital root of 12565 is therefore 1, and its computation has the effect of casting out (12565 - 1)/9 = 1396 lots of 9 from 12565.

Checking calculations by casting out nines edit

To check the result of an arithmetical calculation by casting out nines, each number in the calculation is replaced by its digital root and the same calculations applied to these digital roots. The digital root of the result of this calculation is then compared with that of the result of the original calculation. If no mistake has been made in the calculations, these two digital roots must be the same. Examples in which casting-out-nines has been used to check addition, subtraction, multiplication, and division are given below.

Examples edit

Addition edit

In each addend, cross out all 9s and pairs of digits that total 9, then add together what remains. These new values are called excesses. Add up leftover digits for each addend until one digit is reached. Now process the sum and also the excesses to get a final excess.

      2 and 4 add up to 6.
      8+1=9 and 4+5=9; there are no digits left.
      2, 4, and 6 make 12; 1 and 2 make 3.
      2 and 0 are 2.
    6, 0, 3 and 2 make 11; 1 and 1 add up to 2.
 
      The excess from the sum should equal the final excess from the addends.

Subtraction edit

      First, cross out all 9s and digits that total 9 in both minuend and subtrahend (italicized).
      Add up leftover digits for each value until one digit is reached.
    Now follow the same procedure with the difference, coming to a single digit.
  Because subtracting 2 from zero gives a negative number, borrow a 9 from the minuend.
      The difference between the minuend and the subtrahend excesses should equal the difference excess.

Multiplication edit

      First, cross out all 9s and digits that total 9 in each factor (italicized).
      Add up leftover digits for each multiplicand until one digit is reached.
    Multiply the two excesses, and then add until one digit is reached.
  Do the same with the product, crossing out 9s and getting one digit.
     * The excess from the product should equal the final excess from the factors.

*8 times 8 is 64; 6 and 4 are 10; 1 and 0 are 1.

Division edit

              Cross out all 9s and digits that total 9 in the divisor, quotient, and remainder.
        Add up all uncrossed digits from each value until one digit is reached for each value.
              The dividend excess should equal the final excess from the other values.

In other words, perform the same procedure as in a multiplication, only backwards. 8x4=32 which is 5, 5+3 = 8. And 8=8.

How it works edit

The method works because the original numbers are 'decimal' (base 10), the modulus is chosen to differ by 1, and casting out is equivalent to taking a digit sum. In general any two 'large' integers, x and y, expressed in any smaller modulus as x' and y' (for example, modulo 7) will always have the same sum, difference or product as their originals. This property is also preserved for the 'digit sum' where the base and the modulus differ by 1.

If a calculation was correct before casting out, casting out on both sides will preserve correctness. However, it is possible that two previously unequal integers will be identical modulo 9 (on average, a ninth of the time).

The operation does not work on fractions, since a given fractional number does not have a unique representation.

A variation on the explanation edit

A trick to learn to add with nines is to add ten to the digit and to count back one. Since we are adding 1 to the tens digit and subtracting one from the units digit, the sum of the digits should remain the same. For example, 9 + 2 = 11 with 1 + 1 = 2. When adding 9 to itself, we would thus expect the sum of the digits to be 9 as follows: 9 + 9 = 18, (1 + 8 = 9) and 9 + 9 + 9 = 27, (2 + 7 = 9). Let us look at a simple multiplication: 5 × 7 = 35, (3 + 5 = 8). Now consider (7 + 9) × 5 = 16 × 5 = 80, (8 + 0 = 8) or 7 × (9 + 5) = 7 × 14 = 98, (9 + 8 = 17), (1 + 7 = 8).

Any non-negative integer can be written as 9×n + a, where 'a' is a single digit from 0 to 8, and 'n' is some non-negative integer. Thus, using the distributive rule, (9×n + a)×(9×m + b)= 9×9×n×m + 9(am + bn) + ab. Since the first two factors are multiplied by 9, their sums will end up being 9 or 0, leaving us with 'ab'. In our example, 'a' was 7 and 'b' was 5. We would expect that in any base system, the number before that base would behave just like the nine.

Limitation to casting out nines edit

While extremely useful, casting out nines does not catch all errors made while doing calculations. For example, the casting-out-nines method would not recognize the error in a calculation of 5 × 7 which produced any of the erroneous results 8, 17, 26, etc. (that is, any result congruent to 8 modulo 9). In particular, casting out nines does not catch transposition errors, such as 1324 instead of 1234. In other words, the method only catches erroneous results whose digital root is one of the 8 digits that is different from that of the correct result.

History edit

A form of casting out nines known to ancient Greek mathematicians was described by the Roman bishop Hippolytus (170–235) in The Refutation of all Heresies, and more briefly by the Syrian Neoplatonist philosopher Iamblichus (c.245–c.325) in his commentary on the Introduction to Arithmetic of Nicomachus of Gerasa.[2] Both Hippolytus's and Iamblichus's descriptions, though, were limited to an explanation of how repeated digital sums of Greek numerals were used to compute a unique "root"[3] between 1 and 9. Neither of them displayed any awareness of how the procedure could be used to check the results of arithmetical computations.

The earliest known surviving work which describes how casting out nines can be used to check the results of arithmetical computations is the Mahâsiddhânta, written around 950 by the Indian mathematician and astronomer Aryabhata II (c.920–c.1000).[4] Writing about 1020, the Persian polymath, Ibn Sina (Avicenna) (c.980–1037), also gave full details of what he called the "Hindu method" of checking arithmetical calculations by casting out nines.[5]

The procedure was described by Fibonacci in his Liber Abaci.[6]

Generalization edit

This method can be generalized to determine the remainders of division by certain prime numbers.

Since 3·3 = 9,

 

So we can use the remainder from casting out nines to get the remainder of division by three.

Casting out ninety nines is done by adding groups of two digits instead just one digit.

Since 11·9 = 99,

 

So we can use the remainder from casting out ninety nines to get the remainder of division by eleven. This is called casting out elevens. The same result can also be calculated directly by alternately adding and subtracting the digits that make up  . Eleven divides   if and only if eleven divides that sum.[7]

Casting out nine hundred ninety nines is done by adding groups of three digits.

Since 37·27 = 999,

 

So we can use the remainder from casting out nine hundred ninety nines to get the remainder of division by thirty seven.

Notes edit

  1. ^ Krantz (2010, pp. 67–70)
  2. ^ Heath (1921, pp. 113–117), Hippolytus of Rome (1919, pp. 30–32).
  3. ^ The Greek term used by Hippolytus was "πυθμήν" ("pythmen").
  4. ^ Datta & Singh (1962, pp. 180–184)
  5. ^ Datta & Singh (1962, p. 184)
  6. ^ Wells, D. The Penguin Dictionary of Curious and Interesting Numbers. Middlesex, England: Penguin Books, p. 74, 1986.
  7. ^ Long (1972, p. 83)

References edit

  • Datta, Bibhatibhusan; Singh, Avadhesh Narayan (1962) [1935], History of Hindu Mathematics: A Source Book, Bombay: Asia Publishing House
  • Fuller, R. Buckminster (April 1982), Synergetics: Explorations in the Geometry of Thinking (New ed.), New York, NY: Macmillan Publishing Company, ISBN 0-02-065320-4
  • Heath, Thomas (1921), A History of Greek Mathematics, vol. I: From Thales to Euclid, Oxford: Oxford University Press
  • Hippolytus of Rome (1919) [c.230], The Refutation of all Heresies, translated by MacMahon, J.H., In Roberts & Donaldson (1919, pp. 9–153)
  • Krantz, Steven G. (2010), An Episodic History of Mathematics—Mathematical Culture through Problem Solving, The Mathematical Association of America, ISBN 978-0-88385-766-3, LCCN 2010921168
  • Long, Calvin T. (1972), Elementary Introduction to Number Theory (2nd ed.), Lexington: D. C. Heath and Company, LCCN 77171950
  • Roberts, Alexander; Donaldson, James, eds. (1919), The Ante-Nicene Fathers. Translations of The Writings of the Fathers down to A.D. 325., vol. V, American reprint of the Edinburgh edition, New York, NY: Charles Scribner's Sons

External links edit