Given that a+b+c=5 and that 1≤a,b,c≤2, what is the minimum possible value of a+b1+b+c1?
Solution
Solution:
If a>1 and b<2, we can decrease the sum by decreasing a and increasing b. You can follow a similar procedure if c>1 and b<2. Therefore, the sum is minimized when b=2.
We can then cross-multiply the two fractions and see that we are trying to minimize (a+2)(c+2)a+c+4=(a+2)(c+2)7. The product of two numbers with a fixed sum is maximized when those two numbers are equal, so (a+2)(c+2)7 is minimized for a=c=23, which gives us an answer of 74.
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.