Problem:
A rational number written in base eight is aβbβ.cβdβ, where all digits are nonzero. The same number in base twelve is bβbβ.bβaβ. Find the base-ten number aβbβcβ.
Solution:
The integer parts of the two representations must match, so abβeightβ=bbβtwelveβ. This implies 8a+b=12b+b, from which a=23βb. Because both a and b must be positive integers less than 8, the only two possibilities for the ordered pair (b,a) are (2,3) and (4,6). For b=4 and a=6 the fractional part of the number equals 0.46twelve β=124β+1446β=83β=0.30eight β, so d would be 0. On the other hand if b=2 and a=3, then the fractional part is 0.23twelve β=122β+1443β=163β=0.14eight β, and c=1 and d=4. Indeed, 32.14eight β=22.23twelve β. The requested number is 321β.
The problems on this page are the property of the MAA's American Mathematics Competitions