Maths Olympiad Prep

Library / /345 of 520

Combinatorics Difficulty 3.4 AMC 10/12 Find the answer

In a mathematics competition, the sum of the scores of Bill and Dick equalled the sum of the scores of Ann and Carol.
If the scores of Bill and Carol had been interchanged, then the sum of the scores of Ann and Carol would have exceeded
the sum of the scores of the other two. Also, Dick's score exceeded the sum of the scores of Bill and Carol.
Determine the order in which the four contestants finished, from highest to lowest. Assume all scores were nonnegative:

Pick one

Solution

Let the scores be AA, BB, CC, and DD. Then we have A+C=B+DA + C = B + D, A+B>C+DA + B > C + D, and D>B+CD > B + C. Call these equations (1)(1), (2)(2), and (3)(3) respectively. Then adding (1)(1) and (2)(2) gives 2A+B+C>B+C+2D    2A>2D    A>D2A + B + C > B + C + 2D \implies 2A > 2D \implies A > D. Now subtracting (1)(1) from (2)(2) gives A+BAC>C+DBD    BC>CB    2B>2C    B>CA + B - A - C > C + D - B - D \implies B - C > C - B \implies 2B > 2C \implies B > C. Finally from (3)(3), since D>B+CD > B + C and CC is non-negative, we must have D>BD > B, so putting our results together we get A>D>B>CA > D > B > C, which is answer E\boxed{\text{E}}.

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.