⌊ x + 0 . 1 9 ⌋ + ⌊ x + 0 . 2 0 ⌋ + ⌊ x + 0 . 2 1 ⌋ + … + ⌊ x + 0 . 9 1 ⌋ = 5 4 2
If x satisfies the equation above, find the value of ⌊ 1 0 0 x ⌋ .
Note that ⌊ X ⌋ denote the floor function of X .
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.
Good explanation of how to calculate the value of x .
Nice explanation, though technically 7.39 <= x < 7.40.
Same method I used, except I made a calculation mistake for the 43rd term
There are 73 terms. so 73 integers (suppose p ) will make 542 but 542 mod 73 = 31. so there will be 42 numbers of p and 31 numbers of (p + 1). as the terms are increasing so the last 31 terms will make (p+ 1).
assume that
x + 0.19 = k + d where k is an integer and 0 <= d < 1; the 31st term from the last is x + 0.61 = x+ 0.19 +0.42 = k +d +0.42
the value of d that can make the floor of this term (k+1) is 0.58<= d < 0. 59 (as the previous term can not be (k+1) )
542 = 7 x 73 +31. so, k = 7.
and 7.39 <= x < 7.40
and the ans is 100 x 7.39 = 739.
S x S S S T = ⌊ x + 1 0 0 1 9 ⌋ + ⌊ x + 1 0 0 2 0 ⌋ + … + ⌊ x + 1 0 0 9 1 ⌋ = 5 4 2 = ⌊ x ⌋ + { x } = ⌊ ⌊ x ⌋ + { x } + 1 0 0 1 9 ⌋ + ⌊ ⌊ x ⌋ + { x } + 1 0 0 2 0 ⌋ + … + ⌊ ⌊ x ⌋ + { x } + 1 0 0 9 1 ⌋ = 5 4 2 = 7 3 ⌊ x ⌋ + n = 1 ∑ 7 3 ⌊ { x } + 1 0 0 1 8 + n ⌋ = 5 4 2 = 5 4 2 , ⌊ x ⌋ = ⌊ 7 3 5 4 2 ⌋ = 7 = n = 1 ∑ 7 3 ⌊ { x } + 1 0 0 1 8 + n ⌋ = 5 4 2 − 7 3 × 7 = 3 1
So, the first 7 3 − 3 1 = 4 2 terms of T must be 0 and the next 3 1 must be 1 .
{ x } + 1 0 0 1 8 + 4 3 { x } + 0 . 6 1 { x } x ⇒ ⌊ 1 0 0 x ⌋ ≥ 1 ≥ 1 ≥ 0 . 3 9 = ⌊ x ⌋ + { x } = 7 + 0 . 3 9 = 7 . 3 9 = 7 3 9
Is the conclusion x = 7 . 3 9 correct?
Total number of terms = 73. Next 542 = 73 x 7 + 31, hence 31 terms are of value 8. Implies that x + 0.61 = 8 or x = 7.39
Your reasoning is not complete. Another approach is to solve the equations: 7 X + 8 Y = 5 4 2 , X + Y = 7 3 . Can you see why?
A clearer version, in case the reader didn't understand (took me about fifteen minutes to understand the solution above, so):
The total number of terms will be 9 1 − 1 9 + 1 = 7 3 . And 5 4 2 = 7 3 × 7 + 3 1 .
Think of it this way. All the 7 3 terms have a value of at least 7 , and the last 3 1 of the 7 3 terms have the value 8 to give the extra 3 1 .
If you didn't get that, all the 7 3 terms have a value of at least 7 , and at some point, the fractional part added to x is enough to increase the value of the term by 1 , from 7 to 8 . This 'upgrade' (with reference to the title) occurs for the last 3 1 terms.
So the 3 1 st term from the last, which is ⌊ x + 0 . 6 1 ⌋ , will be the first term with a value of at least 8 . In fact, it will have a value of precisely 8 , it being the first term.
And hence we have x + 0 . 6 1 = 8 ⇒ x = 7 . 3 9
As for the challenge master's approach, X is the number of terms equal to 7 and Y is the number of terms equal to 8 . The first equation is the given one, and the second one says that the total number of terms is 7 3 .
Nice problem @Pankaj Joshi ! It's tough to find such good floor and ceiling function problems anywhere other than Brilliant.
Log in to reply
@Calvin Lin @Ronak Agarwal Someone please remove the grammatical error from the title. Dunno who named it..I didn't.
Log in to reply
Okay fixed.
Thanks brother...Reshare if you like it!
It should be noted that x=7.39 is not necessarily true. The precise answer would be 7.39<=x<7.40. However, because the question asks only for [100x], the answer remains unchanged.
In response to Challenge Master note on my answer: The reasoning pertains to this case given that the 73 terms differ by 0.72, which is less than 1.
Problem Loading...
Note Loading...
Set Loading...
There are 7 3 terms in the series and ⌊ 7 3 5 4 2 ⌋ = 7 and ⌈ 7 3 5 4 2 ⌉ = 8 Therefore 7 < x < 8 . Now we can form an equation as -
Some a terms give a value of 7 and ( 7 3 − a ) terms give a value of 8 .
∴ 7 x + 8 ( 7 3 − x ) = 5 4 2 ⇒ x = 4 2 .
The first 4 2 terms will give value 7 and the 4 3 rd term i .e. ⌊ ( x + 0 . 6 1 ) ⌋ = 8 ⇒ x = 7 . 3 9
∴ ⌊ 1 0 0 x ⌋ = 7 3 9