CodalSearch this book — or all of Codal…⌘K
nydus/Elements of arithmeticPublic
Page 204 of 278
Table of Contents

APPENDIX III. ON SCALES OF NOTATION.

number from one scale into another is as follows: Multiply the first digit by the old radix in the new scale, and add the next digit; multiply the result again by the old radix in the new scale, and take in the next digit, and so on to the end, always using the radix of the scale you want to leave, and the notation of the scale you want to end in.

Thus, suppose it required to turn 16687 (duodecimal) into the decimal scale, and 16432 (septenary) into the quaternary scale:

1668716432
Duodecimals into Decimals.Septenaries into Quaternaries.
1 × 12 + 6 = 181 × 7 + 6 = 31
× 12 + 6× 7 + 4
2221133
× 12 + 8× 7 + 3
267222130
× 12 + 7× 7 + 2
Answer 320711021012
204