返回题库

AIME 2008 I · 第 1 题

AIME 2008 I — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Of the students attending a school party, 60%60\% of the students are girls, and 40%40\% of the students like to dance. After these students are joined by 2020 more boy students, all of whom like to dance, the party is now 58%58\% girls. How many students now at the party like to dance?

解析

Solutions

Solution 1

Say that there were 3k3k girls and 2k2k boys at the party originally. 2k2k like to dance. Then, there are 3k3k girls and 2k+202k + 20 boys, and 2k+202k + 20 like to dance.

Thus, 3k5k+20=2950\dfrac{3k}{5k + 20} = \dfrac{29}{50}, solving gives k=116k = 116. Thus, the number of people that like to dance is 2k+20=2522k + 20 = \boxed{252}.

Solution 2

Let the number of girls be gg. Let the number of total people originally be tt.

We know that gt=35\frac{g}{t}=\frac{3}{5} from the problem.

We also know that gt+20=2950\frac{g}{t+20}=\frac{29}{50} from the problem.

We now have a system and we can solve.

The first equation becomes:

3t=5g3t=5g.

The second equation becomes:

50g=29t+58050g=29t+580

Now we can sub in 30t=50g30t=50g by multiplying the first equation by 1010. We can plug this into our second equation.

30t=29t+58030t=29t+580 t=580t=580

We know that there were originally 580580 people. Of those, 25580=232\frac{2}{5}*580=232 like to dance.

We also know that with these people, 2020 boys joined, all of whom like to dance. We just simply need to add 2020 to get 232+20=252232+20=\boxed{252}

Solution 3

Let pp denote the total number of people at the party. Then, because we know the proportions of boys to pp both before and after 20 boys arrived, we can create the following equation:

0.4p+20=0.42(p+20)0.4p+20 = 0.42(p+20) Solving for p gives us p=580p=580, so the solution is 0.4p+20=2520.4p+20 = \boxed{252}

Solution 4 (Cheese)

Assume all the boys like to dance and none of the girls like to dance. We then proceed like the previous solutions.

~Arcticturn