HOME

TheInfoList



OR:

An anomalous cancellation or accidental cancellation is a particular kind of
arithmetic Arithmetic () is an elementary part of mathematics that consists of the study of the properties of the traditional operations on numbers—addition, subtraction, multiplication, division, exponentiation, and extraction of roots. In the 19th c ...
procedural error that gives a numerically correct answer. An attempt is made to reduce a
fraction A fraction (from la, fractus, "broken") represents a part of a whole or, more generally, any number of equal parts. When spoken in everyday English, a fraction describes how many parts of a certain size there are, for example, one-half, eight ...
by cancelling individual
digit Digit may refer to: Mathematics and science * Numerical digit, as used in mathematics or computer science ** Hindu-Arabic numerals, the most common modern representation of numerical digits * Digit (anatomy), the most distal part of a limb, such ...
s in the numerator and
denominator A fraction (from la, fractus, "broken") represents a part of a whole or, more generally, any number of equal parts. When spoken in everyday English, a fraction describes how many parts of a certain size there are, for example, one-half, eight ...
. This is not a legitimate operation, and does not in general give a correct answer, but in some rare cases the result is numerically the same as if a correct procedure had been applied. The trivial cases of cancelling trailing zeros or where all of the digits are equal are ignored. Examples of anomalous cancellations which still produce the correct result include (these and their inverses are all the cases in base 10 with the fraction different from 1 and with two digits): The article by Boas analyzes two-digit cases in bases other than
base 10 The decimal numeral system (also called the base-ten positional numeral system and denary or decanary) is the standard system for denoting integer and non-integer numbers. It is the extension to non-integer numbers of the Hindu–Arabic numeral ...
, e.g., 32/13 = 2/1 and its inverse are the only solutions in base 4 with two digits. The anomalous cancellation happens also with more digits, e.g. 165/462 = 15/42 and those with different numbers of digits (98/392 = 8/32).


Elementary properties

When the base is prime, no two-digit solutions exist. This can be proven by contradiction: suppose a solution exists.
Without loss of generality ''Without loss of generality'' (often abbreviated to WOLOG, WLOG or w.l.o.g.; less commonly stated as ''without any loss of generality'' or ''with no loss of generality'') is a frequently used expression in mathematics. The term is used to indicat ...
, we can say that this solution is :\frac=\frac,\ \ p, where the double vertical line indicates digit concatenation. Thus, we have :\frac=\frac\implies (a-b)cp=b(a-c) But p>a,b,a-c, as they are digits in base p; yet p divides b(a-c), which means that a=c. Therefore. the right hand side is zero, which means the left hand side must also be zero, i.e., a=b, a contradiction by the definition of the problem. (If a=b, the calculation becomes \frac=\frac \implies \frac=\frac=1, which is one of the excluded trivial cases.) Another property is that the numbers of solutions in a base n is odd
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (shortened as "iff") is a biconditional logical connective between statements, where either both statements are true or both are false. The connective is bi ...
n is an even square. This can be proven similarly to the above: suppose that we have a solution :\frac=\frac Then, doing the same manipulation, we get :\frac=\frac\implies (a-b)cn=b(a-c) Suppose that a>b,c. Then note that a,b,c\to a,a-c,a-b is also a solution to the equation. This almost sets up an involution from the set of solutions to itself. But we can also substitute in to get (a-b)^2n=b^2, which only has solutions when n is a square. Let n=k^2. Taking square roots and rearranging yields ak=(k+1)b. Since the
greatest common divisor In mathematics, the greatest common divisor (GCD) of two or more integers, which are not all zero, is the largest positive integer that divides each of the integers. For two integers ''x'', ''y'', the greatest common divisor of ''x'' and ''y'' i ...
of k,(k+1) is one, we know that a=(k+1)x,b=kx. Noting that a,b, this has precisely the solutions x=1,2,3,\ldots,k-1: i.e., it has an odd number of solutions when n=k^2 is an even square. The converse of the statement may be proven by noting that these solutions all satisfy the initial requirements.


See also

* Howler (mathematics) *
Mathematical joke A mathematical joke is a form of humor which relies on aspects of mathematics or a stereotype of mathematicians. The humor may come from a pun, or from a double meaning of a mathematical term, or from a lay person's misunderstanding of a mathem ...


References

{{reflist Arithmetic