返回题库

AIME 2009 II · 第 1 题

AIME 2009 II — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Before starting to paint, Bill had 130130 ounces of blue paint, 164164 ounces of red paint, and 188188 ounces of white paint. Bill painted four equally sized stripes on a wall, making a blue stripe, a red stripe, a white stripe, and a pink stripe. Pink is a mixture of red and white, not necessarily in equal amounts. When Bill finished, he had equal amounts of blue, red, and white paint left. Find the total number of ounces of paint Bill had left.

解析

Solution 1

Let xx be the amount of paint in a strip. The total amount of paint is 130+164+188=482130+164+188=482. After painting the wall, the total amount of paint is 4824x482-4x. Because the total amount in each color is the same after finishing, we have

4824x3=130x\frac{482-4x}{3} = 130-x 4824x=3903x482-4x=390-3x x=92x=92 Our answer is 482492=482368=114482-4\cdot 92 = 482 - 368 = \boxed{114}.

~ carolynlikesmath

Solution 2 (Simple Solution)

Let the stripes be b,r,w,b, r, w, and pp, respectively. Let the red part of the pink be rpp\frac{r_p}{p} and the white part be wpp\frac{w_p}{p} for rp+wpp=p\frac{r_p+w_p}{p}=p.

Since the stripes are of equal size, we have b=r=w=pb=r=w=p. Since the amounts of paint end equal, we have 130b=164rrpp=188wwpp130-b=164-r-\frac{r_p}{p}=188-w-\frac{w_p}{p}. Thus, we know that

130p=164prpp=188pwpp130-p=164-p-\frac{r_p}{p}=188-p-\frac{w_p}{p} 130=164rpp=188wpp130=164-\frac{r_p}{p}=188-\frac{w_p}{p} rp=34p,wp=58pr_p=34p, w_p=58p rp+wpp=92=p=b.\frac{r_p+w_p}{p}=92=p=b. Each paint must end with 13092=38130-92=38 oz left, for a total of 338=1143 \cdot 38 = \boxed{114} oz.

Solution 3

After the pink stripe is drawn, all three colors will be used equally so the pink stripe must bring the amount of red and white paint down to 130130 ounces each. Say aa is the fraction of the pink paint that is red paint and xx is the size of each stripe. Then equations can be written: ax=164130=34ax = 164 - 130 = 34 and (1a)x=188130=58(1-a)x = 188 - 130 = 58. The second equation becomes xax=58x - ax = 58 and substituting the first equation into this one we get x34=58x - 34 = 58 so x=92x = 92. The amount of each color left over at the end is thus 13092=38130 - 92 = 38 and 383=11438 * 3 = \boxed{114}.

Solution 4

We know that all the stripes are of equal size. We can then say that rr is the amount of paint per stripe. Then 130r130 - r will be the amount of blue paint left. Now for the other two stripes. The amount of white paint left after the white stripe and the amount of red paint left after the blue stripe are 188r188 - r and 164r164 - r respectively. The pink stripe is also r ounces of paint, but let there be kk ounces of red paint in the mixture and rkr - k ounces of white paint. We now have two equations: 164rk=188r(rk)164 - r - k = 188 - r - (r-k) and 164rk=130r164 - r - k = 130 - r. Solving yields k = 34 and r = 92. We now see that there will be 13092=38130 - 92 = 38 ounces of paint left in each can. 383=11438 * 3 = \boxed{114}

Solution 5

Let the amount of paint each stripe painted used be xx. Also, let the amount of paint of each color left be yy. 1 stripe is drawn with the blue paint, and 3 stripes are drawn with the red and white paints. Add together the amount of red and white paint, 164+188=352164 + 188 = 352 and obtain the following equations : 3523x=2y352 - 3x = 2y and 130x=y130 - x = y. Solve to obtain x=92x = 92. Therefore yy is 13092=38130 - 92 = 38, with three cans of equal amount of paint, the answer is 383=11438 * 3 = \boxed{114}.

Solution 6

Let xx be the number of ounces of paint needed for a single stripe. We know that in the end, the total amount of red and white paint will equal double the amount of blue paint.

After painting, the amount of red and white paint remaining is equal to 164+1882x164+188-2x, and then minus another xx for the pink stripe. The amount of blue paint remaining is equal to 130x130-x. So, we get the equation 2(130x)=164+1883x2\cdot(130-x)=164+188-3x. Simplifying, we get x=38x=38 and 3x=1143x=\boxed{114}.

~LegionOfAvatars

Solution 7

Just like in solution 1, we note that all colors will be used equally, except for the pink stripe. This must bring red and white down to 130130 each, so 3434 red and 5858 white are used, making for a total of 9292 for the pink stripe. Thus, the other stripes also use 9292. The answer is 130+164+1884(92)=114130+164+188-4(92)=\boxed{114}