2020 AMC 10B #24

Problem:

How many positive integers n satisfyn+100070=n?(Recall that x is the greatest integer not exceeding x.)

Source: 2020 AMC 10B, Problem 24


Solution:

 Note that n must be 50(mod70) in order for the left hand side to be an integer. So, let n=70x+50 for some nonnegative integer x. We have 70x+105070=70x+50

x+15=70x+50


From this, we know that (x+15)270x+50<(x+16)2 


We split this into two inequalities, namely (x+15)270x+50 and (x+16)2>70x+50. From the first inequality we get that 5x35 must be true. From the second inequality, we get that one of x<≈6.5 and x>≈31.5 must be true. In the first case, namely x<≈6.5, the only integers that work are x=5,6. In the second case, namely x>≈31.5, the only integers that work are 32,33,34,35


This gives us a total of 6 possible integer values of x. Now, note that for each value of x, a new n=70x+50 is produced. Hence, we know that there are 6 values of n that satisfy the given equation.

Comments