Olympiad Maths Prep

Track / Stage 6 / 235 of 400 #1235 of 2000

Problem 1235

National olympiad, first round
Number theory Difficulty 6.4 Find the answer

Let NN be the positive integer with 1998 decimal digits, all of them 1; that is,
N=111111.N=1111\cdots 11.
Find the thousandth digit after the decimal point of N\sqrt N.

Official solution

To find the thousandth digit after the decimal point of N\sqrt{N}, where NN is a number with 1998 digits, all of them being 1, we can proceed as follows:

1. **Express NN in a more manageable form:**
N=111111(1998 digits) N = 111\ldots111 \quad \text{(1998 digits)}
This can be written as:
N=10199819 N = \frac{10^{1998} - 1}{9}

2. **Approximate N\sqrt{N}:**
We need to find N\sqrt{N}. Using the expression for NN:
N=10199819 \sqrt{N} = \sqrt{\frac{10^{1998} - 1}{9}}
For large nn, 102n110n\sqrt{10^{2n} - 1} \approx 10^n. Therefore:
N1019989=109999=109993 \sqrt{N} \approx \sqrt{\frac{10^{1998}}{9}} = \frac{10^{999}}{\sqrt{9}} = \frac{10^{999}}{3}

3. **Decimal expansion of 109993\frac{10^{999}}{3}:**
To find the thousandth digit after the decimal point of 109993\frac{10^{999}}{3}, we need to understand the decimal expansion of 13\frac{1}{3}:
13=0.3 \frac{1}{3} = 0.\overline{3}
Therefore:
109993=109991×103=10998×3.3=3.3×10998 \frac{10^{999}}{3} = 10^{999-1} \times \frac{10}{3} = 10^{998} \times 3.\overline{3} = 3.\overline{3} \times 10^{998}

4. Determine the thousandth digit:
The decimal expansion of 3.3×109983.\overline{3} \times 10^{998} will be:
3.333333998 threes333 3.\underbrace{333\ldots333}_{998 \text{ threes}}333\ldots
The thousandth digit after the decimal point is the 1000th digit in the sequence of threes.

Therefore, the thousandth digit after the decimal point of N\sqrt{N} is 33.

The final answer is 3\boxed{3}

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.