| Doubling | Halving | Odd? |
| 14 | 23 | yes |
| 28 | 11 | yes |
| 56 | 5 | yes |
| 112 | 2 | |
| 224 | 1 | yes |
We now add the numbers in the doubling column that correspond to odd values in the halving column, and this gives us the answer we're looking for (14 + 28 + 56 + 224 = 322). This method, which is much simpler than long multiplication, for example, remains the basis for multiplication in computers. In fact, it is no coincidence (given today's understanding of mathematics) that the "Odd?" column actually gives us the binary expansion of 23. Treat each yes as a 1, and each no as a 0. Reading up the column then gives 10111, which is the decimal number 23 written in binary.