We let be the integer defined as the smallest integer larger than such that the first six digits of are 100000 (i.e. ). If , what is the value of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We want to find N ∈ N such that 1 0 N N N 0 ≤ ≤ ≤ ≤ 2 k k lo g 1 0 2 ( 1 0 1 0 0 + n ) lo g 1 0 2 { { 1 0 1 0 0 lo g 1 0 2 } + n lo g 1 0 2 } < < < < 1 . 0 0 0 0 1 × 1 0 N N + lo g 1 0 1 . 0 0 0 0 1 N + lo g 1 0 1 . 0 0 0 0 1 lo g 1 0 1 . 0 0 0 0 1 where { x } is the fractional part of x . Since (thanks to Mathematica) { 1 0 1 0 0 lo g 1 0 2 } = 0 . 4 0 6 8 4 4 7 7 1 9 . . . , we want to find the smallest n such that 0 ≤ { 0 . 4 0 6 8 4 4 7 7 1 9 + n lo g 1 0 2 } < 4 . 3 4 2 9 2 × 1 0 − 6 . A computer evaluation of F ( n ) = { 0 . 4 0 6 8 4 4 7 7 1 9 + n lo g 1 0 2 } for 1 ≤ n ≤ 1 5 0 0 0 shows that F ( 1 3 9 7 4 ) = 4 . 1 8 × 1 0 − 6 , while the next smallest value of F ( n ) is F ( 6 7 3 ) = 3 . 1 9 × 1 0 − 5 . Thus the answer is n = 1 3 9 7 4 .