The real function f has the property that, whenever a,b,n are positive integers such that a+b=2n, the equation f(a)+f(b)=n2 holds. What is f(2002)?
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
We know f(a)=n2−f(2n−a) for any a, n with 2n>a; repeated application gives f(2002)=112−f(46)=112−(62−f(18))=112−(62−(52−f(14)))=112−(62−(52−(42−f(2)))) But f(2)=22−f(2), giving f(2)=2, so the above simplifies to 112−(62−(52−(42− 2)) =96.
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: Omni-MATH,
licensed Apache-2.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.