52614312
Consider positive integers written in base \(10\).
a) What do \(\log(n)\) and \(\log(m)\) have in common when \(n\) and \(m\) have the same number of digits? Here \(\log\) denotes the common logarithm.
b) In what interval does \(\log(x)\) lie when \(x\) is any six-digit positive integer? Write the interval in the form \([a, b)\).
Hints
- Relate the number of digits to consecutive powers of \(10\).
- Evaluate common logarithms of powers such as \(10^3\) and \(10^4\).
- Determine which consecutive powers of \(10\) bound a number with a given number of digits.
Solution
1. A positive integer with \(k\) digits satisfies \(10^{k-1} \le n < 10^k\).
2. Taking common logarithms gives \(k - 1 \le \log(n) < k\).
3. Therefore, all positive integers with the same number of digits have common logarithms with the same integer part: \(\lfloor \log(n) \rfloor = k - 1\).
4. A six-digit positive integer satisfies \(10^5 \le x < 10^6\). Thus, \(5 \le \log(x) < 6\), so \(\log(x) \in [5, 6)\).
Answer
a) Their common logarithms have the same integer part.
b) \([5, 6)\)
