2021 DMC 10 #18

Problem:


Define x as the greatest integer less than or equal to x and {x}=xx. How many real solutions are there to {x}x=x100?

Solution:

The given condition can be rewritten as {x}x={x}+x100
Manipulating, we get {x}=x2x100(1)
Since {x} is the decimal part of x, it must be less than 1. That is, we must have x2x100<1
40112<x<40112
10.5<x<9.5(2)
For each value of x in this range, we have exactly one possible value of {x}, which can be found from (1)
Lastly, x must take on an integer value in the range (2), so the following values work: 10,9,,1,1,2,,9
These are a total of 10+9=19 values, which is our answer.  

Comments

Post a Comment