Difference between revisions of "2011 AIME I Problems"
(→See also) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
== Problem 1 == | == Problem 1 == | ||
− | Jar A contains four liters of a solution that is <math>45\%</math> acid. | + | Jar <math>A</math> contains four liters of a solution that is <math>45\%</math> acid. Jar <math>B</math> contains five liters of a solution that is <math>48\%</math> acid. Jar <math>C</math> contains one liter of a solution that is <math>k\%</math> acid. From jar <math>C</math>, <math>\frac{m}{n}</math> liters of the solution is added to jar <math>A</math>, and the remainder of the solution in jar <math>C</math> is added to jar B. At the end both jar <math>A</math> and jar <math>B</math> contain solutions that are <math>50\%</math> acid. Given that <math>m</math> and <math>n</math> are relatively prime positive integers, find <math>k + m + n</math>. |
[[2011 AIME I Problems/Problem 1|Solution]] | [[2011 AIME I Problems/Problem 1|Solution]] | ||
Line 42: | Line 42: | ||
<center><asy> | <center><asy> | ||
unitsize(1 cm); | unitsize(1 cm); | ||
− | |||
pair translate; | pair translate; | ||
pair[] A, B, C, U, V, W, X, Y, Z; | pair[] A, B, C, U, V, W, X, Y, Z; | ||
− | |||
A[0] = (1.5,2.8); | A[0] = (1.5,2.8); | ||
B[0] = (3.2,0); | B[0] = (3.2,0); | ||
Line 55: | Line 53: | ||
Y[0] = (0.69*B[0] + 0.31*C[0]); | Y[0] = (0.69*B[0] + 0.31*C[0]); | ||
Z[0] = (0.69*B[0] + 0.31*A[0]); | Z[0] = (0.69*B[0] + 0.31*A[0]); | ||
− | |||
translate = (7,0); | translate = (7,0); | ||
A[1] = (1.3,1.1) + translate; | A[1] = (1.3,1.1) + translate; | ||
Line 66: | Line 63: | ||
Y[1] = Y[0] + translate; | Y[1] = Y[0] + translate; | ||
Z[1] = Z[0] + translate; | Z[1] = Z[0] + translate; | ||
− | |||
draw (A[0]--B[0]--C[0]--cycle); | draw (A[0]--B[0]--C[0]--cycle); | ||
draw (U[0]--V[0],dashed); | draw (U[0]--V[0],dashed); | ||
Line 75: | Line 71: | ||
draw (W[1]--C[1]--X[1]); | draw (W[1]--C[1]--X[1]); | ||
draw (Y[1]--B[1]--Z[1]); | draw (Y[1]--B[1]--Z[1]); | ||
− | |||
dot("$A$",A[0],N); | dot("$A$",A[0],N); | ||
dot("$B$",B[0],SE); | dot("$B$",B[0],SE); | ||
Line 93: | Line 88: | ||
dot("$X$",X[1],dir(-70)); | dot("$X$",X[1],dir(-70)); | ||
dot("$Y$",Y[1],dir(250)); | dot("$Y$",Y[1],dir(250)); | ||
− | dot("$Z$",Z[1],NE); | + | dot("$Z$",Z[1],NE);</asy></center> |
− | </asy></center> | ||
[[2011 AIME I Problems/Problem 8|Solution]] | [[2011 AIME I Problems/Problem 8|Solution]] | ||
Line 109: | Line 103: | ||
== Problem 11 == | == Problem 11 == | ||
− | Let <math>R</math> be the set of all possible remainders when a number <math>2^n</math>, <math>n</math> a nonnegative integer, is divided by 1000. | + | Let <math>R</math> be the set of all possible remainders when a number of the form <math>2^n</math>, <math>n</math> a nonnegative integer, is divided by 1000. Let <math>S</math> be the sum of the elements in <math>R</math>. Find the remainder when <math>S</math> is divided by 1000. |
[[2011 AIME I Problems/Problem 11|Solution]] | [[2011 AIME I Problems/Problem 11|Solution]] | ||
Line 119: | Line 113: | ||
== Problem 13 == | == Problem 13 == | ||
− | A cube with side length 10 is suspended above a plane. The vertex closest to the plane is labeled <math>A</math>. The three vertices adjacent to vertex <math>A</math> are at heights 10, 11, and 12 above the plane. The distance from vertex <math>A</math> to the plane can be expressed as <math>\frac{r - \sqrt{s}}{t}</math>, where <math>r</math>, <math>s</math>, and <math>t</math> are positive integers | + | A cube with side length 10 is suspended above a plane. The vertex closest to the plane is labeled <math>A</math>. The three vertices adjacent to vertex <math>A</math> are at heights 10, 11, and 12 above the plane. The distance from vertex <math>A</math> to the plane can be expressed as <math>\frac{r - \sqrt{s}}{t}</math>, where <math>r</math>, <math>s</math>, and <math>t</math> are positive integers. Find <math>r + s + t</math>. |
[[2011 AIME I Problems/Problem 13|Solution]] | [[2011 AIME I Problems/Problem 13|Solution]] | ||
== Problem 14 == | == Problem 14 == | ||
− | Let <math>A_1 A_2 A_3 A_4 A_5 A_6 A_7 A_8</math> be a regular octagon. Let <math>M_1</math>, <math>M_3</math>, <math>M_5</math>, and <math>M_7</math> be the midpoints of sides <math>\overline{A_1 A_2}</math>, <math>\overline{A_3 A_4}</math>, <math>\overline{A_5 A_6}</math>, and <math>\overline{A_7 A_8}</math> respectively. For <math>i = 1, 3, 5, 7</math>, ray <math>R_i</math> is constructed from <math>M_i</math> towards the interior of the octagon such that <math>R_1 \perp R_3</math>, <math>R_3 \perp R_5</math>, <math>R_5 \perp R_7</math>, and <math>R_7 \perp R_1</math>. Pairs of rays <math>R_1</math> and <math>R_3</math>, <math>R_3</math> and <math>R_5</math>, <math>R_5</math> and <math>R_7</math>, and <math>R_7</math> and <math>R_1</math> meet at <math>B_1</math>, <math>B_3</math>, <math>B_5</math>, <math>B_7</math> respectively. If <math>B_1 B_3 = A_1 A_2</math>, then <math>\cos 2 \angle A_3 M_3 B_1</math> can be written in the form <math>m - \sqrt{n}</math>, where <math>m</math> and <math>n</math> are positive integers. Find <math>m + n</math>. | + | Let <math>A_1 A_2 A_3 A_4 A_5 A_6 A_7 A_8</math> be a regular octagon. Let <math>M_1</math>, <math>M_3</math>, <math>M_5</math>, and <math>M_7</math> be the midpoints of sides <math>\overline{A_1 A_2}</math>, <math>\overline{A_3 A_4}</math>, <math>\overline{A_5 A_6}</math>, and <math>\overline{A_7 A_8}</math>, respectively. For <math>i = 1, 3, 5, 7</math>, ray <math>R_i</math> is constructed from <math>M_i</math> towards the interior of the octagon such that <math>R_1 \perp R_3</math>, <math>R_3 \perp R_5</math>, <math>R_5 \perp R_7</math>, and <math>R_7 \perp R_1</math>. Pairs of rays <math>R_1</math> and <math>R_3</math>, <math>R_3</math> and <math>R_5</math>, <math>R_5</math> and <math>R_7</math>, and <math>R_7</math> and <math>R_1</math> meet at <math>B_1</math>, <math>B_3</math>, <math>B_5</math>, <math>B_7</math> respectively. If <math>B_1 B_3 = A_1 A_2</math>, then <math>\cos 2 \angle A_3 M_3 B_1</math> can be written in the form <math>m - \sqrt{n}</math>, where <math>m</math> and <math>n</math> are positive integers. Find <math>m + n</math>. |
[[2011 AIME I Problems/Problem 14|Solution]] | [[2011 AIME I Problems/Problem 14|Solution]] | ||
Line 134: | Line 128: | ||
== See also == | == See also == | ||
+ | {{AIME box|year=2011|n=I|before=[[2010 AIME II Problems]]|after=[[2011 AIME II Problems]]}} | ||
* [[American Invitational Mathematics Examination]] | * [[American Invitational Mathematics Examination]] | ||
* [[AIME Problems and Solutions]] | * [[AIME Problems and Solutions]] | ||
* [[Mathematics competition resources]] | * [[Mathematics competition resources]] | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 21:21, 28 December 2023
2011 AIME I (Answer Key) | AoPS Contest Collections • PDF | ||
Instructions
| ||
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 |
Contents
Problem 1
Jar contains four liters of a solution that is acid. Jar contains five liters of a solution that is acid. Jar contains one liter of a solution that is acid. From jar , liters of the solution is added to jar , and the remainder of the solution in jar is added to jar B. At the end both jar and jar contain solutions that are acid. Given that and are relatively prime positive integers, find .
Problem 2
In rectangle , and . Points and lie inside rectangle so that , , , , and line intersects segment . The length can be expressed in the form , where , , and are positive integers and is not divisible by the square of any prime. Find .
Problem 3
Let be the line with slope that contains the point , and let be the line perpendicular to line that contains the point . The original coordinate axes are erased, and line is made the -axis and line the -axis. In the new coordinate system, point is on the positive -axis, and point is on the positive -axis. The point with coordinates in the original system has coordinates in the new coordinate system. Find .
Problem 4
In triangle , , , and . The angle bisector of angle intersects at point , and the angle bisector of angle intersects at point . Let and be the feet of the perpendiculars from to and , respectively. Find .
Problem 5
The vertices of a regular nonagon (9-sided polygon) are to be labeled with the digits 1 through 9 in such a way that the sum of the numbers on every three consecutive vertices is a multiple of 3. Two acceptable arrangements are considered to be indistinguishable if one can be obtained from the other by rotating the nonagon in the plane. Find the number of distinguishable acceptable arrangements.
Problem 6
Suppose that a parabola has vertex and equation , where and is an integer. The minimum possible value of can be written in the form , where and are relatively prime positive integers. Find .
Problem 7
Find the number of positive integers for which there exist nonnegative integers , , , such that
Problem 8
In triangle , , , and . Points and are on with on , points and are on with on , and points and are on with on . In addition, the points are positioned so that , , and . Right angle folds are then made along , , and . The resulting figure is placed on a level floor to make a table with triangular legs. Let be the maximum possible height of a table constructed from triangle whose top is parallel to the floor. Then can be written in the form , where and are relatively prime positive integers and is a positive integer that is not divisible by the square of any prime. Find .
Problem 9
Suppose is in the interval and . Find .
Problem 10
The probability that a set of three distinct vertices chosen at random from among the vertices of a regular -gon determine an obtuse triangle is . Find the sum of all possible values of .
Problem 11
Let be the set of all possible remainders when a number of the form , a nonnegative integer, is divided by 1000. Let be the sum of the elements in . Find the remainder when is divided by 1000.
Problem 12
Six men and some number of women stand in a line in random order. Let be the probability that a group of at least four men stand together in the line, given that every man stands next to at least one other man. Find the least number of women in the line such that does not exceed 1 percent.
Problem 13
A cube with side length 10 is suspended above a plane. The vertex closest to the plane is labeled . The three vertices adjacent to vertex are at heights 10, 11, and 12 above the plane. The distance from vertex to the plane can be expressed as , where , , and are positive integers. Find .
Problem 14
Let be a regular octagon. Let , , , and be the midpoints of sides , , , and , respectively. For , ray is constructed from towards the interior of the octagon such that , , , and . Pairs of rays and , and , and , and and meet at , , , respectively. If , then can be written in the form , where and are positive integers. Find .
Problem 15
For some integer , the polynomial has the three integer roots , , and . Find .
See also
2011 AIME I (Problems • Answer Key • Resources) | ||
Preceded by 2010 AIME II Problems |
Followed by 2011 AIME II Problems | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
- American Invitational Mathematics Examination
- AIME Problems and Solutions
- Mathematics competition resources
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.