Source: Extra Practice

Given that log1020.3010\log_{10} 2 \approx 0.3010, find the number of digits in the integer representation of 5205^{20}.

Options

Option A is correct

1414

Option B

1313

Option C

1515

Option D

2020

Explanation

To find the number of digits of a large number NN, we calculate its common logarithm (base 10). The number of digits is given by log10N+1\lfloor \log_{10} N \rfloor + 1 (the characteristic plus 1).

Let N=520N = 5^{20}. Taking the base-10 logarithm: log10N=log10(520)=20log105\log_{10} N = \log_{10} (5^{20}) = 20 \log_{10} 5.

We rewrite log105\log_{10} 5 using the identity 5=1025 = \frac{10}{2}: log105=log10(102)=log1010log102=10.3010=0.6990\log_{10} 5 = \log_{10}\left(\frac{10}{2}\right) = \log_{10} 10 - \log_{10} 2 = 1 - 0.3010 = 0.6990.

Now, substitute this back: log10N=20×0.6990=13.98\log_{10} N = 20 \times 0.6990 = 13.98.

The characteristic of this value is 1313. Thus, the number of digits is 13+1=1413 + 1 = 14.