When 30(10) = 1E(16) and 100(10) = 1a(64), what is the result of 199(10) = x(100)?
2026-03-25 12:46:22.1774442782
How would you write a number in base 100?
8.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
To write numbers in base $100$ you need $100$ different "digits", starting with $0$ and ending with whatever represents $99$. I would use the (base $10$) numbers $0, \ldots, 99$ for the digits, so, for example the number $12345$ (in base $10$) is $(1)(23)(45)$ in base $100$. You just group the ordinary digits in pairs, starting from the right.
So $199$ would be $(1)(99)$.