The fraction 20151 has a unique "(restricted) partial fraction decomposition" of the form 20151=5a+13b+31c where a,b,c are integers with 0≤a<5 and 0≤b<13. Find a+b.
A number or a short expression. Spacing and $ signs are ignored.
Solution
This is equivalent to 1=13⋅31a+5⋅31b+5⋅13c. Taking modulo 5 gives 1≡3⋅1a(mod5), so a≡2(mod5). Taking modulo 13 gives 1≡5⋅5b=25b≡−b(mod13), so b≡12(mod13). The size constraints on a,b give a=2,b=12, so a+b=14.
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 and solution reproduced as published; topic and difficulty added by this site.