Let a,b,c be positive integers such that 77a+91b+143c=1. What is the smallest possible value of a+b+c?
A number or a short expression. Spacing and $ signs are ignored.
Solution
We need 13a+11b+7c=1001, which implies 13(a+b+c−77)=2b+6c. Then 2b+6c must be divisible by both 2 and 13, so it is minimized at 26 (e.g. with b=10,c=1). This gives a+b+c=79.
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.