Skip to content
Vamshi Jandhyala

Books · Number Puzzles

Chapter 14

Cancelling, and a Cube Trick

  1. A careless student reduces 1664\frac{16}{64} to 14\frac14 by “cancelling the sixes”, and is somehow right. He does the same to 2665\frac{26}{65} and 1995\frac{19}{95}, again correctly. Are there other two-digit fractions, not merely multiples of these, where striking out a shared digit gives the true value?

  2. The same student takes cube roots by adding digits: the cube root of 512512 is 5+1+2=85 + 1 + 2 = 8, and of 49134913 is 4+9+1+3=174 + 9 + 1 + 3 = 17, both correct. Find every number, beyond the trivial 11, that equals the cube of its own digit sum.

Solution

Part 1. Apart from trivialities like 1111\frac{11}{11}, there are exactly four such two-digit fractions: 1664=14,1995=15,2665=25,4998=12,\frac{16}{64} = \frac14, \qquad \frac{19}{95} = \frac15, \qquad \frac{26}{65} = \frac25, \qquad \frac{49}{98} = \frac12, where striking out the repeated digit (the 66, 99, 66, 99 in turn) leaves the correct reduced fraction.

To see there are no others, write such a fraction as 10a+b10b+c\frac{10a + b}{10b + c}, where bb is the shared digit (the units of the top, the tens of the bottom). Wanting the careless cancellation 10a+b10b+c=ac\frac{10a+b}{10b+c} = \frac{a}{c} to be true, cross-multiply: c(10a+b)=a(10b+c),that is9ac=b(10ac).c(10a + b) = a(10b + c), \qquad \text{that is} \qquad 9ac = b(10a - c). Here a,b,ca, b, c are digits from 11 to 99. Running through the few possibilities, this equation holds in exactly four cases, the (a,b,c)(a, b, c) being (1,6,4)(1,6,4), (1,9,5)(1,9,5), (2,6,5)(2,6,5) and (4,9,8)(4,9,8), which are precisely the four fractions above. So the schoolboy’s luck runs out after these.

Part 2. We want numbers equal to the cube of their digit sum. Running through the cubes and checking, the complete list, beyond 13=11^3 = 1, is 83=512,173=4913,183=5832,263=17576,273=19683,\begin{gathered} 8^3 = 512, \quad 17^3 = 4913, \quad 18^3 = 5832,\\ 26^3 = 17576, \quad 27^3 = 19683, \end{gathered} whose digit sums are 8,17,18,26,278, 17, 18, 26, 27 respectively. There are no others: a number with dd digits has digit sum at most 9d9d, which grows far more slowly than its own cube root, so beyond a point a number always overtakes the cube of its digit sum.