Difference between revisions of "2020 CIME II Problems/Problem 8"
Dark adonis (talk | contribs) m |
Mathboy100 (talk | contribs) |
||
Line 18: | Line 18: | ||
<cmath> C = \frac{1700}{15} - \frac{8 \times 100}{15} = 900/15=60</cmath> | <cmath> C = \frac{1700}{15} - \frac{8 \times 100}{15} = 900/15=60</cmath> | ||
<math>B-A</math> is at a maximum <math>60</math> | <math>B-A</math> is at a maximum <math>60</math> | ||
+ | |||
+ | ==Solution 2== | ||
+ | As in the first solution, we get <math>100B - AB = 1600A - 16AB</math>. We rearrange and obtain <math>15AB + 100B - 1600A = 0</math>. We divide by <math>15</math> to obtain <math>AB + \frac{100}{15}B - \frac{1600}{15}A = 0</math>. We then subtract <math>\frac{160000}{225}</math> from both sides, and factor to obtain <math>(A + \frac{100}{15})(B - \frac{1600}{15}) = -\frac{1600000}{225} = -\left(\frac{400}{15}\right)^2</math>. If we graph this with <math>A</math> being on the <math>x</math>-axis and <math>B</math> being on the <math>y</math>-axis, this equation is the hyperbola <math>xy = 1</math>, except scaled up by <math>\frac{400}{15}</math> and translated <math>\frac{100}{15}</math> to the left and <math>\frac{1600}{15}</math> up. This graph intersects <math>(0, 0)</math> and <math>(100, 100)</math>, and the maximum difference clearly occurs at the point when the slope of the function is <math>1</math>. This is at <math>(-\frac{100}{15} + \frac{400}{15}, \frac{1600}{15} - \frac{40}{15}) = (20, 80)</math>. Our answer is <math>\boxed{60}</math>. | ||
+ | |||
+ | ~mathboy100 |
Revision as of 15:15, 6 February 2023
Problem 8
A committee has an oligarchy, consisting of of the members of the committee. Suppose that of the work is done by the oligarchy. If the average amount of work done by a member of the oligarchy is times the amount of work done by a nonmember of the oligarchy, find the maximum possible value of .
Solution
Average work done sets up an equation: Let and : Complete the squares:
Note that so must use minus. This means that C is maximized if is at a maximum
Solution 2
As in the first solution, we get . We rearrange and obtain . We divide by to obtain . We then subtract from both sides, and factor to obtain . If we graph this with being on the -axis and being on the -axis, this equation is the hyperbola , except scaled up by and translated to the left and up. This graph intersects and , and the maximum difference clearly occurs at the point when the slope of the function is . This is at . Our answer is .
~mathboy100