Problem:
Let N be the number of ways to write 2010 in the form
2010=a3ββ
103+a2ββ
102+a1ββ
10+a0β
where the aiβ 's are integers, and 0β€aiββ€99. An example of such a representation is 1β
103+3β
102+67β
101+40β
100. Find N.
Solution:
Write aiβ=10biβ+ciβ, where biβ,ciββ{0,1,2,β¦,7,8,9}; if biβ and ciβ are chosen in this way, they determine a unique acceptable aiβ.
Let m=b3ββ
103+b2ββ
102+b1ββ
101+b0ββ
100, and n=c3ββ
103+c2ββ
102+ c1ββ
101+c0ββ
100, and write the representation as
2010β=(10b3β+c3β)103+(10b2β+c2β)102+(10b1β+c1β)101+(10b0β+c0β)100=10m+nβ
The number of such representations is the number of ways to write 2010 as 10m+n, where m and n are nonnegative integers. That is, mβ {0,1,β¦,201} and n=2010β10m. Thus N=202β.
The problems on this page are the property of the MAA's American Mathematics Competitions