返回题库

AIME 2001 II · 第 2 题

AIME 2001 II — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Each of the 20012001 students at a high school studies either Spanish or French, and some study both. The number who study Spanish is between 8080 percent and 8585 percent of the school population, and the number who study French is between 3030 percent and 4040 percent. Let mm be the smallest number of students who could study both languages, and let MM be the largest number of students who could study both languages. Find MmM-m.

解析

Solution

Let SS be the percent of people who study Spanish, FF be the number of people who study French, and let SFS \cap F be the number of students who study both. Then 80%2001=1601S85%2001=1700\left\lceil 80\% \cdot 2001 \right\rceil = 1601 \le S \le \left\lfloor 85\% \cdot 2001 \right\rfloor = 1700, and 30%2001=601F40%2001=800\left\lceil 30\% \cdot 2001 \right\rceil = 601 \le F \le \left\lfloor 40\% \cdot 2001 \right\rfloor = 800. By the Principle of Inclusion-Exclusion,

S+FSF=SF=2001S+F- S \cap F = S \cup F = 2001 For m=SFm = S \cap F to be smallest, SS and FF must be minimized.

1601+601m=2001m=2011601 + 601 - m = 2001 \Longrightarrow m = 201 For M=SFM = S \cap F to be largest, SS and FF must be maximized.

1700+800M=2001M=4991700 + 800 - M = 2001 \Longrightarrow M = 499 Therefore, the answer is Mm=499201=298M - m = 499 - 201 = \boxed{298}.