Difficulty: Easy
Correct Answer: 9
Explanation:
Introduction / Context:We apply the digit-count formula using given logarithms for 2 and 3. The product's log is the sum of individual logs, scaled by exponents.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
log10 N = 12(0.47712) + 8(0.30103) = 5.72544 + 2.40824 = 8.13368Digits = floor(8.13368) + 1 = 8 + 1 = 9Verification / Alternative check:Since 10^8 < N < 10^9, there must be 9 digits.
Why Other Options Are Wrong:
Final Answer:9
Discussion & Comments