返回题库

AIME 1984 · 第 4 题

AIME 1984 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let SS be a list of positive integers--not necessarily distinct--in which the number 6868 appears. The average (arithmetic mean) of the numbers in SS is 5656. However, if 6868 is removed, the average of the remaining numbers drops to 5555. What is the largest number that can appear in SS?

解析

Solution 1 (Two Variables)

Suppose that SS has nn numbers other than the 68,68, and the sum of these numbers is s.s.

We are given that

s+68n+1=56,sn=55.\begin{aligned} \frac{s+68}{n+1}&=56, \\ \frac{s}{n}&=55. \end{aligned} Clearing denominators, we have

s+68=56n+56,s=55n.\begin{aligned} s+68&=56n+56, \\ s&=55n. \end{aligned} Subtracting the equations, we get 68=n+56,68=n+56, from which n=12.n=12. It follows that s=660.s=660.

The sum of the twelve remaining numbers in SS is 660.660. To maximize the largest number, we minimize the other eleven numbers: We can have eleven 11s and one 660111=649.660-11\cdot1=\boxed{649}.

~JBL (Solution)

~MRENTHUSIASM (Reconstruction)

Solution 2 (One Variable)

Suppose that SS has nn numbers other than the 68.68. We have the following table:

[2.5ex]CountArithmetic MeanSum[2.5ex]Initialn+15656(n+1)[2.5ex]Finaln5555n\begin{array}{c|c|c|c} & & & \\ [-2.5ex] & \textbf{Count} & \textbf{Arithmetic Mean} & \textbf{Sum} \\ \hline & & & \\ [-2.5ex] \textbf{Initial} & n+1 & 56 & 56(n+1) \\ \hline & & & \\ [-2.5ex] \textbf{Final} & n & 55 & 55n \end{array} We are given that

56(n+1)68=55n,56(n+1)-68=55n, from which n=12.n=12. It follows that the sum of the remaining numbers in SS is 55n=660.55n=660. We continue with the last paragraph of Solution 1 to get the answer 649.\boxed{649}.

~MRENTHUSIASM

Video Solution by OmegaLearn

https://youtu.be/xqo0PgH-h8Y?t=82

~ pi_is_3.14