s = 1 + 2 1 + 3 1 + 4 1 + ⋯ + 1 0 0 1 .
How much is ⌊ s ⌋ ?
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.
Genius!!!!!!
Ah, I remember that day, PRE RMO 2016 WB Region, :D .
We know the exact values of 1 / 4 , 1 / 9 , etc. The neighboring terms have similar values. Divide them into "chunks": 3 1 + 4 1 + 5 1 + 6 1 ≈ 2 4 = 2 ; 7 1 + 8 1 + 9 1 + 1 0 1 + 1 1 1 + 1 2 1 ≈ 3 6 = 2 ⋮ 7 3 1 + ⋯ + 9 0 1 ≈ 9 1 8 = 2 9 1 1 + ⋯ + 1 0 0 1 ≈ 1 0 1 0 = 1 The sums of each of these 9 terms is approximately equal to 17. Add the first two terms, 1 + 1 / 2 ≈ 1 + 2 3 to conclude that the sum is close to 1 8 2 1 .
We begin by knowing the fact that f ( x ) = x 1 is decreasing and also by drawing some rectangles to estimate the integral we have,
s − 1 ≤ ∫ 1 1 0 0 x 1 d x ≤ s
So,
1 8 ≤ s ≤ 1 8 . 1 7 and therefore,
⌊ s ⌋ = 1 8
The same way I did it!
Problem Loading...
Note Loading...
Set Loading...
S We have, x + x 2 ⟹ x 1 ⟹ 1 + x = 2 ∑ 1 0 0 x 1 ⟹ x = 1 ∑ 1 0 0 x 1 ⟹ x = 1 ∑ 1 0 0 x 1 Similarly, x + x 2 ⟹ x 1 ⟹ x = 1 ∑ 1 0 0 x 1 ⟹ x = 1 ∑ 1 0 0 x 1 ⟹ x = 1 ∑ 1 0 0 x 1 From ( 1 ) and ( 2 ) , 1 8 ⟹ ⌊ x = 1 ∑ 1 0 0 x 1 ⌋ = x = 1 ∑ 1 0 0 x 1 < x + x − 1 2 x ≥ 1 < 2 × ( x − x − 1 ) < 1 + x = 2 ∑ 1 0 0 2 × ( x − x − 1 ) < 1 + 2 ( 1 0 0 − 1 ) < 1 9 ( 1 ) > x + x + 1 2 > 2 × ( x + 1 − x ) > x = 1 ∑ 1 0 0 2 × ( x + 1 − x ) > 2 ( 1 0 1 − 1 ) > 2 ( 1 0 0 − 1 ) > 1 8 ( 2 ) < x = 1 ∑ 1 0 0 x 1 < 1 9 = 1 8