返回题库

AIME 1993 · 第 3 题

AIME 1993 — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The table below displays some of the results of last summer's Frostbite Falls Fishing Festival, showing how many contestants caught nn\, fish for various values of nn\,.

n0123131415number of contestants who caught n fish95723521\begin{array}{|c|c|c|c|c|c|c|c|c|} \hline n & 0 & 1 & 2 & 3 & \dots & 13 & 14 & 15 \\ \hline \text{number of contestants who caught} \ n \ \text{fish} & 9 & 5 & 7 & 23 & \dots & 5 & 2 & 1 \\ \hline \end{array}

In the newspaper story covering the event, it was reported that

(a) the winner caught 1515 fish;

(b) those who caught 33 or more fish averaged 66 fish each;

(c) those who caught 1212 or fewer fish averaged 55 fish each.

What was the total number of fish caught during the festival?

解析

Solution 1

Suppose that the number of fish is xx and the number of contestants is yy. The y(9+5+7)=y21y-(9+5+7)=y-21 fishers that caught 33 or more fish caught a total of x(0(9)+1(5)+2(7))=x19x - \left(0\cdot(9) + 1\cdot(5) + 2\cdot(7)\right) = x - 19 fish. Since they averaged 66 fish,

6=x19y21x19=6y126.6 = \frac{x - 19}{y - 21} \Longrightarrow x - 19 = 6y - 126.

Similarily, those who caught 1212 or fewer fish averaged 55 fish per person, so

5=x(13(5)+14(2)+15(1))y8=x108y8x108=5y40.5 = \frac{x - (13(5) + 14(2) + 15(1))}{y - 8} = \frac{x - 108}{y - 8} \Longrightarrow x - 108 = 5y - 40.

Solving the two equation system, we find that y=175y = 175 and x=943x = \boxed{943}, the answer.

Solution 2

Let ff be the total number of fish caught by the contestants who didn't catch 0,1,2,3,13,140, 1, 2, 3, 13, 14, or 1515 fish and let aa be the number of contestants who didn't catch 0,1,2,3,13,140, 1, 2, 3, 13, 14, or 1515 fish. From (b)\text{(b)}, we know that 69+f+65+28+15a+31=6    f=6a+9\frac{69+f+65+28+15}{a+31}=6\implies f=6a+9. From (c)\text{(c)} we have f+69+14+5a+44=5    f=5a+132\frac{f+69+14+5}{a+44}=5\implies f=5a+132. Using these two equations gets us a=123a=123. Plug this back into the equation to get f=747f=747. Thus, the total number of fish caught is 5+14+69+f+65+28+15=9435+14+69+f+65+28+15=\boxed{943} - Heavytoothpaste

Solution 3

Let xx be the average number of fish caught among nn of those who caught 44 to 1212 fishes. According to statement B:

xn+323+135+142+15n+31=6\frac{xn + 3 \cdot 23 + 13 \cdot 5 + 14 \cdot 2 + 15}{n + 31} = 6     xn6n=9\implies xn - 6n = 9 According to statement C:

xn+09+15+27+323n+44=5\frac{xn + 0 \cdot 9 + 1 \cdot 5 + 2 \cdot 7 + 3 \cdot 23}{n + 44} = 5     xn5n=132\implies xn - 5n = 132 We then solve for nn and then xnxn. Note xnxn is the number of fish caught by the nn people we defined above.

n=123n = 123 xn=132+5(123)=747xn = 132 + 5(123) = 747 Thus, the total number of fish caught is

747+15+27+323+135+142+151=943747 + 1 \cdot 5 + 2 \cdot 7 + 3 \cdot 23 + 13 \cdot 5 + 14 \cdot 2 + 15 \cdot 1 = \boxed{943} ~Totient4Breakfast