Problem:
How many positive integers satisfy(Recall that is the greatest integer not exceeding .)
Source: 2020 AMC 10B, Problem 24
Solution:
Note that must be in order for the left hand side to be an integer. So, let for some nonnegative integer . We have
From this, we know that
We split this into two inequalities, namely and . From the first inequality we get that must be true. From the second inequality, we get that one of and must be true. In the first case, namely , the only integers that work are . In the second case, namely , the only integers that work are .
This gives us a total of possible integer values of . Now, note that for each value of , a new is produced. Hence, we know that there are values of that satisfy the given equation.
Comments
Post a Comment