2025 Mathcounts state sprint
#22: Let n be a positive integer less than
or equal to 1000. If the last two digits of n are reversed, the resulting
integer is exactly 85 percent of n. What is the sum of the possible values of
n?
Try this question first. Then scroll down for solution.
Let n be a positive integer less than or equal to 1000. If the last two digits of n are reversed, the resulting integer is exactly 85 percent of n. What is the sum of the possible values of n?
Let the original number be:
n=100h+10t+uThe number formed by swapping the tens and units digits is:
n′=100h+10u+tAccording to the problem:
n′=1720nSo n has to be divisible by 20 (make sure you know why). This implies:
u=0,t is evenLet:
t=2k,0≤k≤4Then:
n=100h+10t=100h+20kNow compute the difference:
n−n′=18kAlso, from the given:
n−n′=n−1720n=320nEquating both expressions:
18k=320n⇒n=120kSince k≠0, we get:
n=120kValid values for k∈{1,2,3,4}, so the numbers are:
120,240,360,480Their sum is:
120+240+360+480=120(1+2+3+4)=120×10=1200
No comments:
Post a Comment