Difference between revisions of "2004 AMC 10A Problems"
(→Problem 12) |
m (→Problem 10) |
||
(25 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AMC10 Problems|year=2004|ab=A}} | ||
==Problem 1 == | ==Problem 1 == | ||
You and five friends need to raise <math>1500</math> dollars in donations for a charity, dividing the fundraising equally. How many dollars will each of you need to raise? | You and five friends need to raise <math>1500</math> dollars in donations for a charity, dividing the fundraising equally. How many dollars will each of you need to raise? | ||
Line 9: | Line 10: | ||
For any three real numbers <math>a</math>, <math>b</math>, and <math>c</math>, with <math>b\neq c</math>, the operation <math>\otimes</math> is defined by: | For any three real numbers <math>a</math>, <math>b</math>, and <math>c</math>, with <math>b\neq c</math>, the operation <math>\otimes</math> is defined by: | ||
<math> | <math> | ||
− | \otimes(a,b,c)=\frac{a}{b-c} | + | \otimes(a,b,c)=\frac{a}{b-c}. |
</math> | </math> | ||
What is <math>\otimes ( \otimes (1,2,3), \otimes (2,3,1), \otimes (3,1,2))</math>? | What is <math>\otimes ( \otimes (1,2,3), \otimes (2,3,1), \otimes (3,1,2))</math>? | ||
Line 34: | Line 35: | ||
A set of three points is randomly chosen from the grid shown. Each three point set has the same probability of being chosen. What is the probability that the points lie on the same straight line? | A set of three points is randomly chosen from the grid shown. Each three point set has the same probability of being chosen. What is the probability that the points lie on the same straight line? | ||
− | < | + | <asy> unitsize(.5cm); |
+ | defaultpen(linewidth(.8pt)); | ||
+ | dotfactor=3; | ||
+ | pair[] dotted={(0,0),(0,1),(0,2),(1,0),(1,1),(1,2),(2,0),(2,1),(2,2)}; | ||
+ | dot(dotted); </asy> | ||
<math> \mathrm{(A) \ } \frac{1}{21} \qquad \mathrm{(B) \ } \frac{1}{14} \qquad \mathrm{(C) \ } \frac{2}{21} \qquad \mathrm{(D) \ } \frac17 \qquad \mathrm{(E) \ } \frac27 </math> | <math> \mathrm{(A) \ } \frac{1}{21} \qquad \mathrm{(B) \ } \frac{1}{14} \qquad \mathrm{(C) \ } \frac{2}{21} \qquad \mathrm{(D) \ } \frac17 \qquad \mathrm{(E) \ } \frac27 </math> | ||
Line 64: | Line 69: | ||
In the figure, <math>\angle EAB</math> and <math>\angle ABC</math> are right angles. <math>AB=4, BC=6, AE=8</math>, and <math>AC</math> and <math>BE</math> intersect at <math>D</math>. What is the difference between the areas of <math>\triangle ADE</math> and <math>\triangle BDC</math>? | In the figure, <math>\angle EAB</math> and <math>\angle ABC</math> are right angles. <math>AB=4, BC=6, AE=8</math>, and <math>AC</math> and <math>BE</math> intersect at <math>D</math>. What is the difference between the areas of <math>\triangle ADE</math> and <math>\triangle BDC</math>? | ||
− | < | + | <asy> unitsize(4mm); |
+ | defaultpen(linewidth(.8pt)+fontsize(10pt)); | ||
+ | pair A=(0,0), B=(4,0), C=(4,6), Ep=(0,8); | ||
+ | pair D=extension(A,C,Ep,B); | ||
+ | draw(A--C--B--A--Ep--B); | ||
+ | label("$A$",A,SW); | ||
+ | label("$B$",B,SE); | ||
+ | label("$C$",C,N); | ||
+ | label("$E$",Ep,N); | ||
+ | label("$D$",D,2.5*N); | ||
+ | label("$4$",midpoint(A--B),S); | ||
+ | label("$6$",midpoint(B--C),E); | ||
+ | label("$8$",(0,3),W); </asy> | ||
<math> \mathrm{(A) \ } 2 \qquad \mathrm{(B) \ } 4 \qquad \mathrm{(C) \ } 5 \qquad \mathrm{(D) \ } 8 \qquad \mathrm{(E) \ } 9 </math> | <math> \mathrm{(A) \ } 2 \qquad \mathrm{(B) \ } 4 \qquad \mathrm{(C) \ } 5 \qquad \mathrm{(D) \ } 8 \qquad \mathrm{(E) \ } 9 </math> | ||
Line 73: | Line 90: | ||
Coin <math>A</math> is flipped three times and coin <math>B</math> is flipped four times. What is the probability that the number of heads obtained from flipping the two fair coins is the same? | Coin <math>A</math> is flipped three times and coin <math>B</math> is flipped four times. What is the probability that the number of heads obtained from flipping the two fair coins is the same? | ||
− | <math> \mathrm{(A) \ } \frac{ | + | <math> \mathrm{(A) \ } \frac{19}{128} \qquad \mathrm{(B) \ } \frac{23}{128} \qquad \mathrm{(C) \ } \frac14 \qquad \mathrm{(D) \ } \frac{35}{128} \qquad \mathrm{(E) \ } \frac12 </math> |
[[2004 AMC 10A Problems/Problem 10|Solution]] | [[2004 AMC 10A Problems/Problem 10|Solution]] | ||
Line 99: | Line 116: | ||
== Problem 14 == | == Problem 14 == | ||
− | The average value of all the pennies, nickels, dimes, and quarters in Paula's purse is 20 cents. If she had one more quarter, the average would be 21 cents. How many dimes does she have in her purse? | + | The average value of all the pennies, nickels, dimes, and quarters in Paula's purse is <math>20</math> cents. If she had one more quarter, the average would be <math>21</math> cents. How many dimes does she have in her purse? |
<math> \mathrm{(A) \ } 0 \qquad \mathrm{(B) \ } 1 \qquad \mathrm{(C) \ } 2 \qquad \mathrm{(D) \ } 3 \qquad \mathrm{(E) \ } 4 </math> | <math> \mathrm{(A) \ } 0 \qquad \mathrm{(B) \ } 1 \qquad \mathrm{(C) \ } 2 \qquad \mathrm{(D) \ } 3 \qquad \mathrm{(E) \ } 4 </math> | ||
Line 115: | Line 132: | ||
The <math>5\times 5</math> grid shown contains a collection of squares with sizes from <math>1\times 1</math> to <math>5\times 5</math>. How many of these squares contain the black center square? | The <math>5\times 5</math> grid shown contains a collection of squares with sizes from <math>1\times 1</math> to <math>5\times 5</math>. How many of these squares contain the black center square? | ||
− | + | <asy> unitsize(6mm); | |
+ | defaultpen(linewidth(.8pt)); | ||
+ | for(int i=0; i<=5; ++i) | ||
+ | { | ||
+ | draw((0,i)--(5,i)); | ||
+ | draw((i,0)--(i,5)); | ||
+ | } | ||
+ | fill((2,2)--(2,3)--(3,3)--(3,2)--cycle); </asy> | ||
<math> \mathrm{(A) \ } 12 \qquad \mathrm{(B) \ } 15 \qquad \mathrm{(C) \ } 17 \qquad \mathrm{(D) \ } 19\qquad \mathrm{(E) \ } 20 </math> | <math> \mathrm{(A) \ } 12 \qquad \mathrm{(B) \ } 15 \qquad \mathrm{(C) \ } 17 \qquad \mathrm{(D) \ } 19\qquad \mathrm{(E) \ } 20 </math> | ||
Line 129: | Line 153: | ||
== Problem 18 == | == Problem 18 == | ||
− | A sequence of three real numbers | + | A sequence of three real numbers form an arithmetic progression with a first term of 9. If 2 is added to the second term and 20 is added to the third term, the three resulting numbers form a geometric progression. What is the smallest possible value for the third term of the geometric progression? |
<math> \mathrm{(A) \ } 1 \qquad \mathrm{(B) \ } 4 \qquad \mathrm{(C) \ } 36 \qquad \mathrm{(D) \ } 49 \qquad \mathrm{(E) \ } 81 </math> | <math> \mathrm{(A) \ } 1 \qquad \mathrm{(B) \ } 4 \qquad \mathrm{(C) \ } 36 \qquad \mathrm{(D) \ } 49 \qquad \mathrm{(E) \ } 81 </math> | ||
Line 138: | Line 162: | ||
A white cylindrical silo has a diameter of 30 feet and a height of 80 feet. A red stripe with a horizontal width of 3 feet is painted on the silo, as shown, making two complete revolutions around it. What is the area of the stripe in square feet? | A white cylindrical silo has a diameter of 30 feet and a height of 80 feet. A red stripe with a horizontal width of 3 feet is painted on the silo, as shown, making two complete revolutions around it. What is the area of the stripe in square feet? | ||
− | + | <asy> | |
+ | size(250);defaultpen(linewidth(0.8)); | ||
+ | draw(ellipse(origin, 3, 1)); | ||
+ | fill((3,0)--(3,2)--(-3,2)--(-3,0)--cycle, white); | ||
+ | draw((3,0)--(3,16)^^(-3,0)--(-3,16)); | ||
+ | draw((0, 15)--(3, 12)^^(0, 16)--(3, 13)); | ||
+ | filldraw(ellipse((0, 16), 3, 1), white, black); | ||
+ | draw((-3,11)--(3, 5)^^(-3,10)--(3, 4)); | ||
+ | draw((-3,2)--(0,-1)^^(-3,1)--(-1,-0.89)); | ||
+ | draw((0,-1)--(0,15), dashed); | ||
+ | draw((3,-2)--(3,-4)^^(-3,-2)--(-3,-4)); | ||
+ | draw((-7,0)--(-5,0)^^(-7,16)--(-5,16)); | ||
+ | draw((3,-3)--(-3,-3), Arrows(6)); | ||
+ | draw((-6,0)--(-6,16), Arrows(6)); | ||
+ | draw((-2,9)--(-1,9), Arrows(3)); | ||
+ | label("$3$", (-1.375,9.05), dir(260), fontsize(7)); | ||
+ | label("$A$", (0,15), N); | ||
+ | label("$B$", (0,-1), NE); | ||
+ | label("$30$", (0, -3), S); | ||
+ | label("$80$", (-6, 8), W);</asy> | ||
<math> \mathrm{(A) \ } 120 \qquad \mathrm{(B) \ } 180 \qquad \mathrm{(C) \ } 240 \qquad \mathrm{(D) \ } 360 \qquad \mathrm{(E) \ } 480 </math> | <math> \mathrm{(A) \ } 120 \qquad \mathrm{(B) \ } 180 \qquad \mathrm{(C) \ } 240 \qquad \mathrm{(D) \ } 360 \qquad \mathrm{(E) \ } 480 </math> | ||
Line 147: | Line 190: | ||
Points <math>E</math> and <math>F</math> are located on square <math>ABCD</math> so that <math>\triangle BEF</math> is equilateral. What is the ratio of the area of <math>\triangle DEF</math> to that of <math>\triangle ABE</math>? | Points <math>E</math> and <math>F</math> are located on square <math>ABCD</math> so that <math>\triangle BEF</math> is equilateral. What is the ratio of the area of <math>\triangle DEF</math> to that of <math>\triangle ABE</math>? | ||
− | < | + | <asy> pair A=origin, B=(1,0), C=(1,1), D=(0,1), X=B+2*dir(165), E=intersectionpoint(B--X, A--D), Y=B+2*dir(105), F=intersectionpoint(B--Y, D--C); |
+ | draw(B--C--D--A--B--F--E--B); | ||
+ | pair point=(0.5,0.5); | ||
+ | label("$A$", A, dir(point--A)); | ||
+ | label("$B$", B, dir(point--B)); | ||
+ | label("$C$", C, dir(point--C)); | ||
+ | label("$D$", D, dir(point--D)); | ||
+ | label("$E$", E, dir(point--E)); | ||
+ | label("$F$", F, dir(point--F)); </asy> | ||
<math> \mathrm{(A) \ } \frac{4}{3} \qquad \mathrm{(B) \ } \frac{3}{2} \qquad \mathrm{(C) \ } \sqrt{3} \qquad \mathrm{(D) \ } 2 \qquad \mathrm{(E) \ } 1+\sqrt{3} </math> | <math> \mathrm{(A) \ } \frac{4}{3} \qquad \mathrm{(B) \ } \frac{3}{2} \qquad \mathrm{(C) \ } \sqrt{3} \qquad \mathrm{(D) \ } 2 \qquad \mathrm{(E) \ } 1+\sqrt{3} </math> | ||
Line 156: | Line 207: | ||
Two distinct lines pass through the center of three concentric circles of radii 3, 2, and 1. The area of the shaded region in the diagram is <math>\frac{8}{13}</math> of the area of the unshaded region. What is the radian measure of the acute angle formed by the two lines? (Note: <math>\pi</math> radians is <math>180</math> degrees.) | Two distinct lines pass through the center of three concentric circles of radii 3, 2, and 1. The area of the shaded region in the diagram is <math>\frac{8}{13}</math> of the area of the unshaded region. What is the radian measure of the acute angle formed by the two lines? (Note: <math>\pi</math> radians is <math>180</math> degrees.) | ||
− | < | + | <asy> defaultpen(linewidth(0.8)); |
+ | pair O=origin; | ||
+ | fill(O--Arc(O, 2, 20, 160)--cycle, mediumgray); | ||
+ | fill(O--Arc(O, 1, 20, 160)--cycle, white); | ||
+ | fill(O--Arc(O, 2, 200, 340)--cycle, mediumgray); | ||
+ | fill(O--Arc(O, 1, 200, 340)--cycle, white); | ||
+ | fill(O--Arc(O, 3, 160, 200)--cycle, mediumgray); | ||
+ | fill(O--Arc(O, 2, 160, 200)--cycle, white); | ||
+ | fill(O--Arc(O, 1, 160, 200)--cycle, mediumgray); | ||
+ | fill(O--Arc(O, 3, -20, 20)--cycle, mediumgray); | ||
+ | fill(O--Arc(O, 2, -20, 20)--cycle, white); | ||
+ | fill(O--Arc(O, 1, -20, 20)--cycle, mediumgray); | ||
+ | draw(Circle(origin, 1));draw(Circle(origin, 2));draw(Circle(origin, 3)); | ||
+ | draw(5*dir(200)--5*dir(20)^^5*dir(160)--5*dir(-20)); </asy> | ||
Line 166: | Line 230: | ||
[[Square]] <math>ABCD</math> has side length <math>2</math>. A [[semicircle]] with [[diameter]] <math>\overline{AB}</math> is constructed inside the square, and the [[tangent (geometry)|tangent]] to the semicircle from <math>C</math> intersects side <math>\overline{AD}</math> at <math>E</math>. What is the length of <math>\overline{CE}</math>? | [[Square]] <math>ABCD</math> has side length <math>2</math>. A [[semicircle]] with [[diameter]] <math>\overline{AB}</math> is constructed inside the square, and the [[tangent (geometry)|tangent]] to the semicircle from <math>C</math> intersects side <math>\overline{AD}</math> at <math>E</math>. What is the length of <math>\overline{CE}</math>? | ||
− | < | + | <asy> defaultpen(linewidth(0.8)); |
+ | pair A=origin, B=(1,0), C=(1,1), D=(0,1), X=tangent(C, (0.5,0), 0.5, 1), F=C+2*dir(C--X), E=intersectionpoint(C--F, A--D); | ||
+ | draw(C--D--A--B--C--E); | ||
+ | draw(Arc((0.5,0), 0.5, 0, 180)); | ||
+ | pair point=(0.5,0.5); | ||
+ | label("$A$", A, dir(point--A)); | ||
+ | label("$B$", B, dir(point--B)); | ||
+ | label("$C$", C, dir(point--C)); | ||
+ | label("$D$", D, dir(point--D)); | ||
+ | label("$E$", E, dir(point--E)); </asy> | ||
<math> \mathrm{(A) \ } \frac{2+\sqrt{5}}{2} \qquad \mathrm{(B) \ } \sqrt{5} \qquad \mathrm{(C) \ } \sqrt{6} \qquad \mathrm{(D) \ } \frac{5}{2} \qquad \mathrm{(E) \ } 5-\sqrt{5} </math> | <math> \mathrm{(A) \ } \frac{2+\sqrt{5}}{2} \qquad \mathrm{(B) \ } \sqrt{5} \qquad \mathrm{(C) \ } \sqrt{6} \qquad \mathrm{(D) \ } \frac{5}{2} \qquad \mathrm{(E) \ } 5-\sqrt{5} </math> | ||
Line 173: | Line 246: | ||
== Problem 23 == | == Problem 23 == | ||
− | Circles <math>A | + | Circles <math>A, B</math> and <math>C</math> are externally tangent to each other, and internally tangent to circle <math>D</math>. Circles <math>B</math> and <math>C</math> are congruent. Circle <math>A</math> has radius <math>1</math> and passes through the center of <math>D</math>. What is the radius of circle <math>B</math>? |
− | <center> | + | <center><asy> |
+ | unitsize(15mm); | ||
+ | pair A=(-1,0),B=(2/3,8/9),C=(2/3,-8/9),D=(0,0); | ||
− | <math> \mathrm{(A) \ } \ | + | draw(Circle(D,2)); |
+ | draw(Circle(A,1)); | ||
+ | draw(Circle(B,8/9)); | ||
+ | draw(Circle(C,8/9)); | ||
+ | |||
+ | label("\(A\)", A); | ||
+ | label("\(B\)", B); | ||
+ | label("\(C\)", C); | ||
+ | label("\(D\)", (-1.2,1.8)); | ||
+ | </asy></center> | ||
+ | |||
+ | <math>\mathrm{(A) \ } \frac23 \qquad \mathrm{(B) \ } \frac {\sqrt3}{2} \qquad \mathrm{(C) \ } \frac78 \qquad \mathrm{(D) \ } \frac89 \qquad \mathrm{(E) \ } \frac {1 + \sqrt3}{3}</math> | ||
[[2004 AMC 10A Problems/Problem 23|Solution]] | [[2004 AMC 10A Problems/Problem 23|Solution]] | ||
== Problem 24 == | == Problem 24 == | ||
− | Let <math> | + | Let <math>f</math> be a function with the following properties: |
− | + | (i) <math>f(1) = 1</math>, and | |
− | + | (ii) <math>f(2n) = n \cdot f(n)</math> for any positive integer <math>n</math>. | |
− | What is the value of <math> | + | What is the value of <math>f(2^{100})</math>? |
− | <math> \mathrm{(A) \ } 1 \qquad \mathrm{(B) \ } 2^{99} \qquad \mathrm{(C) \ } 2^{100} \qquad \mathrm{(D) \ } 2^{4950} \qquad \mathrm{(E) \ } 2^{9999} | + | <math>\mathrm{(A) \ } 1 \qquad \mathrm{(B) \ } 2^{99} \qquad \mathrm{(C) \ } 2^{100} \qquad \mathrm{(D) \ } 2^{4950} \qquad \mathrm{(E) \ } 2^{9999}</math> |
[[2004 AMC 10A Problems/Problem 24|Solution]] | [[2004 AMC 10A Problems/Problem 24|Solution]] | ||
== Problem 25 == | == Problem 25 == | ||
− | Three | + | Three mutually tangent [[sphere]]s of [[radius]] 1 rest on a horizontal [[plane]]. A sphere of radius 2 rests on them. What is the distance from the plane to the top of the larger sphere? |
<math> \mathrm{(A) \ } 3+\dfrac{\sqrt{30}}{2} \qquad \mathrm{(B) \ } 3+\dfrac{\sqrt{69}}{3} \qquad \mathrm{(C) \ } 3+\dfrac{\sqrt{123}}{4} \qquad \mathrm{(D) \ } \dfrac{52}{9} \qquad \mathrm{(E) \ } 3+2\sqrt{2} </math> | <math> \mathrm{(A) \ } 3+\dfrac{\sqrt{30}}{2} \qquad \mathrm{(B) \ } 3+\dfrac{\sqrt{69}}{3} \qquad \mathrm{(C) \ } 3+\dfrac{\sqrt{123}}{4} \qquad \mathrm{(D) \ } \dfrac{52}{9} \qquad \mathrm{(E) \ } 3+2\sqrt{2} </math> | ||
Line 202: | Line 288: | ||
== See also == | == See also == | ||
+ | {{AMC10 box|year=2004|ab=A|before=[[2003 AMC 10B Problems]]|after=[[2004 AMC 10B Problems]]}} | ||
+ | * [[AMC 10]] | ||
+ | * [[AMC 10 Problems and Solutions]] | ||
* [[AMC Problems and Solutions]] | * [[AMC Problems and Solutions]] | ||
+ | * [[Mathematics competition resources]] | ||
+ | |||
+ | {{MAA Notice}} |
Latest revision as of 19:32, 15 April 2024
2004 AMC 10A (Answer Key) Printable versions: • AoPS Resources • PDF | ||
Instructions
| ||
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 |
Contents
- 1 Problem 1
- 2 Problem 2
- 3 Problem 3
- 4 Problem 4
- 5 Problem 5
- 6 Problem 6
- 7 Problem 7
- 8 Problem 8
- 9 Problem 9
- 10 Problem 10
- 11 Problem 11
- 12 Problem 12
- 13 Problem 13
- 14 Problem 14
- 15 Problem 15
- 16 Problem 16
- 17 Problem 17
- 18 Problem 18
- 19 Problem 19
- 20 Problem 20
- 21 Problem 21
- 22 Problem 22
- 23 Problem 23
- 24 Problem 24
- 25 Problem 25
- 26 See also
Problem 1
You and five friends need to raise dollars in donations for a charity, dividing the fundraising equally. How many dollars will each of you need to raise?
Problem 2
For any three real numbers , , and , with , the operation is defined by: What is ?
Problem 3
Alicia earns 20 dollars per hour, of which is deducted to pay local taxes. How many cents per hour of Alicia's wages are used to pay local taxes?
Problem 4
What is the value of if ?
Problem 5
A set of three points is randomly chosen from the grid shown. Each three point set has the same probability of being chosen. What is the probability that the points lie on the same straight line?
Problem 6
Bertha has 6 daughters and no sons. Some of her daughters have 6 daughters, and the rest have none. Bertha has a total of 30 daughters and granddaughters, and no great-granddaughters. How many of Bertha's daughters and grand-daughters have no daughters?
Problem 7
A grocer stacks oranges in a pyramid-like stack whose rectangular base is 5 oranges by 8 oranges. Each orange above the first level rests in a pocket formed by four oranges below. The stack is completed by a single row of oranges. How many oranges are in the stack?
Problem 8
A game is played with tokens according to the following rule. In each round, the player with the most tokens gives one token to each of the other players and also places one token in the discard pile. The game ends when some player runs out of tokens. Players , , and start with 15, 14, and 13 tokens, respectively. How many rounds will there be in the game?
Problem 9
In the figure, and are right angles. , and and intersect at . What is the difference between the areas of and ?
Problem 10
Coin is flipped three times and coin is flipped four times. What is the probability that the number of heads obtained from flipping the two fair coins is the same?
Problem 11
A company sells peanut butter in cylindrical jars. Marketing research suggests that using wider jars will increase sales. If the diameter of the jars is increased by without altering the volume, by what percent must the height be decreased?
Problem 12
Henry's Hamburger Heaven offers its hamburgers with the following condiments: ketchup, mustard, mayonnaise, tomato, lettuce, pickles, cheese, and onions. A customer can choose one, two, or three meat patties, and any collection of condiments. How many different kinds of hamburgers can be ordered?
Problem 13
At a party, each man danced with exactly three women and each woman danced with exactly two men. Twelve men attended the party. How many women attended the party?
Problem 14
The average value of all the pennies, nickels, dimes, and quarters in Paula's purse is cents. If she had one more quarter, the average would be cents. How many dimes does she have in her purse?
Problem 15
Given that and , what is the largest possible value of ?
Problem 16
The grid shown contains a collection of squares with sizes from to . How many of these squares contain the black center square?
Problem 17
Brenda and Sally run in opposite directions on a circular track, starting at diametrically opposite points. They first meet after Brenda has run 100 meters. They next meet after Sally has run 150 meters past their first meeting point. Each girl runs at a constant speed. What is the length of the track in meters?
Problem 18
A sequence of three real numbers form an arithmetic progression with a first term of 9. If 2 is added to the second term and 20 is added to the third term, the three resulting numbers form a geometric progression. What is the smallest possible value for the third term of the geometric progression?
Problem 19
A white cylindrical silo has a diameter of 30 feet and a height of 80 feet. A red stripe with a horizontal width of 3 feet is painted on the silo, as shown, making two complete revolutions around it. What is the area of the stripe in square feet?
Problem 20
Points and are located on square so that is equilateral. What is the ratio of the area of to that of ?
Problem 21
Two distinct lines pass through the center of three concentric circles of radii 3, 2, and 1. The area of the shaded region in the diagram is of the area of the unshaded region. What is the radian measure of the acute angle formed by the two lines? (Note: radians is degrees.)
Problem 22
Square has side length . A semicircle with diameter is constructed inside the square, and the tangent to the semicircle from intersects side at . What is the length of ?
Problem 23
Circles and are externally tangent to each other, and internally tangent to circle . Circles and are congruent. Circle has radius and passes through the center of . What is the radius of circle ?
Problem 24
Let be a function with the following properties:
(i) , and
(ii) for any positive integer .
What is the value of ?
Problem 25
Three mutually tangent spheres of radius 1 rest on a horizontal plane. A sphere of radius 2 rests on them. What is the distance from the plane to the top of the larger sphere?
See also
2004 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by 2003 AMC 10B Problems |
Followed by 2004 AMC 10B Problems | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.