Let Q(x)=a0+a1x+⋯+anxn be a polynomial with integer coefficients, and 0≤ai<3 for all 0≤i≤n. Given that Q(3)=20+173, compute Q(2).
Solution
Solution:
One can evaluate Q(3)=(a0+3a2+32a4+…)+(a1+3a3+32a5+…)3 Therefore, we have that (a0+3a2+32a4+…)=20 and (a1+3a3+32a5+…)=17 This corresponds to the base-3 expansions of 20 and 17. This gives us that Q(x)=2+2x+2x3+2x4+x5, so Q(2)=86.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.