Difference between revisions of "2012 AIME I Problems"
(→Problem 11) |
Gladiasked (talk | contribs) m |
||
(20 intermediate revisions by 8 users not shown) | |||
Line 7: | Line 7: | ||
== Problem 2 == | == Problem 2 == | ||
− | The terms of an arithmetic sequence add to <math>715</math>. The first term of the sequence is increased by <math>1</math>, the second term is increased by <math>3</math>, the third term is increased by <math>5</math>, and in general, the <math>k</math>th term is increased by the <math>k</math>th odd positive integer. The terms of the new sequence add to <math>836</math>. Find the sum of the first, last, and middle | + | The terms of an arithmetic sequence add to <math>715</math>. The first term of the sequence is increased by <math>1</math>, the second term is increased by <math>3</math>, the third term is increased by <math>5</math>, and in general, the <math>k</math>th term is increased by the <math>k</math>th odd positive integer. The terms of the new sequence add to <math>836</math>. Find the sum of the first, last, and middle term of the original sequence. |
[[2012 AIME I Problems/Problem 2|Solution]] | [[2012 AIME I Problems/Problem 2|Solution]] | ||
Line 17: | Line 17: | ||
== Problem 4 == | == Problem 4 == | ||
− | Butch and Sundance need to get out of Dodge. To travel as quickly as possible, each alternates walking and riding their only horse, Sparky, as follows. Butch begins by walking while Sundance rides. When Sundance reaches the first of the hitching posts that are conveniently located at one-mile intervals along their route, he ties Sparky to the post and begins walking. When Butch reaches Sparky, he rides until he passes Sundance, then leaves Sparky at the next hitching post and resumes walking, and they continue in this manner. Sparky, Butch, and Sundance walk at <math>6</math> | + | Butch and Sundance need to get out of Dodge. To travel as quickly as possible, each alternates walking and riding their only horse, Sparky, as follows. Butch begins by walking while Sundance rides. When Sundance reaches the first of the hitching posts that are conveniently located at one-mile intervals along their route, he ties Sparky to the post and begins walking. When Butch reaches Sparky, he rides until he passes Sundance, then leaves Sparky at the next hitching post and resumes walking, and they continue in this manner. Sparky, Butch, and Sundance walk at <math>6,</math> <math>4,</math> and <math>2.5</math> miles per hour, respectively. The first time Butch and Sundance meet at a milepost, they are <math>n</math> miles from Dodge, and they have been traveling for <math>t</math> minutes. Find <math>n + t</math>. |
[[2012 AIME I Problems/Problem 4|Solution]] | [[2012 AIME I Problems/Problem 4|Solution]] | ||
Line 27: | Line 27: | ||
== Problem 6 == | == Problem 6 == | ||
− | + | The complex numbers <math>z</math> and <math>w</math> satisfy <math>z^{13} = w,</math> <math>w^{11} = z,</math> and the imaginary part of <math>z</math> is <math>\sin{\frac{m\pi}{n}}</math>, for relatively prime positive integers <math>m</math> and <math>n</math> with <math>m<n.</math> Find <math>n.</math> | |
[[2012 AIME I Problems/Problem 6|Solution]] | [[2012 AIME I Problems/Problem 6|Solution]] | ||
== Problem 7 == | == Problem 7 == | ||
+ | At each of the sixteen circles in the network below stands a student. A total of <math>3360</math> coins are distributed among the sixteen students. All at once, all students give away all their coins by passing an equal number of coins to each of their neighbors in the network. After the trade, all students have the same number of coins as they started with. Find the number of coins the student standing at the center circle had originally. | ||
+ | |||
+ | <center><asy> | ||
+ | import cse5; | ||
+ | unitsize(6mm); | ||
+ | defaultpen(linewidth(.8pt)); | ||
+ | dotfactor = 8; | ||
+ | pathpen=black; | ||
+ | |||
+ | pair A = (0,0); | ||
+ | pair B = 2*dir(54), C = 2*dir(126), D = 2*dir(198), E = 2*dir(270), F = 2*dir(342); | ||
+ | pair G = 3.6*dir(18), H = 3.6*dir(90), I = 3.6*dir(162), J = 3.6*dir(234), K = 3.6*dir(306); | ||
+ | pair M = 6.4*dir(54), N = 6.4*dir(126), O = 6.4*dir(198), P = 6.4*dir(270), L = 6.4*dir(342); | ||
+ | pair[] dotted = {A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P}; | ||
+ | |||
+ | D(A--B--H--M); | ||
+ | D(A--C--H--N); | ||
+ | D(A--F--G--L); | ||
+ | D(A--E--K--P); | ||
+ | D(A--D--J--O); | ||
+ | D(B--G--M); | ||
+ | D(F--K--L); | ||
+ | D(E--J--P); | ||
+ | D(O--I--D); | ||
+ | D(C--I--N); | ||
+ | D(L--M--N--O--P--L); | ||
+ | |||
+ | dot(dotted); | ||
+ | |||
+ | </asy></center> | ||
+ | |||
[[2012 AIME I Problems/Problem 7|Solution]] | [[2012 AIME I Problems/Problem 7|Solution]] | ||
== Problem 8 == | == Problem 8 == | ||
+ | Cube <math>ABCDEFGH,</math> labeled as shown below, has edge length <math>1</math> and is cut by a plane passing through vertex <math>D</math> and the midpoints <math>M</math> and <math>N</math> of <math>\overline{AB}</math> and <math>\overline{CG}</math> respectively. The plane divides the cube into two solids. The volume of the larger of the two solids can be written in the form <math>\tfrac{p}{q},</math> where <math>p</math> and <math>q</math> are relatively prime positive integers. Find <math>p+q.</math> | ||
+ | |||
+ | <center><asy>import cse5; | ||
+ | unitsize(10mm); | ||
+ | pathpen=black; | ||
+ | dotfactor=3; | ||
+ | |||
+ | pair A = (0,0), B = (3.8,0), C = (5.876,1.564), D = (2.076,1.564), E = (0,3.8), F = (3.8,3.8), G = (5.876,5.364), H = (2.076,5.364), M = (1.9,0), N = (5.876,3.465); | ||
+ | pair[] dotted = {A,B,C,D,E,F,G,H,M,N}; | ||
+ | |||
+ | D(A--B--C--G--H--E--A); | ||
+ | D(E--F--B); | ||
+ | D(F--G); | ||
+ | pathpen=dashed; | ||
+ | D(A--D--H); | ||
+ | D(D--C); | ||
+ | |||
+ | dot(dotted); | ||
+ | label("$A$",A,SW); | ||
+ | label("$B$",B,S); | ||
+ | label("$C$",C,SE); | ||
+ | label("$D$",D,NW); | ||
+ | label("$E$",E,W); | ||
+ | label("$F$",F,SE); | ||
+ | label("$G$",G,NE); | ||
+ | label("$H$",H,NW); | ||
+ | label("$M$",M,S); | ||
+ | label("$N$",N,NE); | ||
+ | |||
+ | </asy></center> | ||
+ | |||
[[2012 AIME I Problems/Problem 8|Solution]] | [[2012 AIME I Problems/Problem 8|Solution]] | ||
Line 50: | Line 112: | ||
== Problem 11 == | == Problem 11 == | ||
− | A frog begins at <math>P_0 = (0,0)</math> and makes a sequence of jumps according to the following rule: from <math>P_n = (x_n, y_n),</math> the frog jumps to <math>P_{n+1},</math> which may be any of the points <math>(x_n + 7, y_n + 2),</math> <math>(x_n + 2, y_n + 7),</math> <math>(x_n - 5, y_n - 10),</math> or <math>(x_n - 10, y_n - 5).</math> There are <math>M</math> points <math>(x, y)</math> with <math> | + | A frog begins at <math>P_0 = (0,0)</math> and makes a sequence of jumps according to the following rule: from <math>P_n = (x_n, y_n),</math> the frog jumps to <math>P_{n+1},</math> which may be any of the points <math>(x_n + 7, y_n + 2),</math> <math>(x_n + 2, y_n + 7),</math> <math>(x_n - 5, y_n - 10),</math> or <math>(x_n - 10, y_n - 5).</math> There are <math>M</math> points <math>(x, y)</math> with <math>|x| + |y| \le 100</math> that can be reached by a sequence of such jumps. Find the remainder when <math>M</math> is divided by <math>1000.</math> |
[[2012 AIME I Problems/Problem 11|Solution]] | [[2012 AIME I Problems/Problem 11|Solution]] | ||
== Problem 12 == | == Problem 12 == | ||
+ | Let <math>\triangle ABC</math> be a right triangle with right angle at <math>C.</math> Let <math>D</math> and <math>E</math> be points on <math>\overline{AB}</math> with <math>D</math> between <math>A</math> and <math>E</math> such that <math>\overline{CD}</math> and <math>\overline{CE}</math> trisect <math>\angle C.</math> If <math>\frac{DE}{BE} = \frac{8}{15},</math> then <math>\tan B</math> can be written as <math>\frac{m \sqrt{p}}{n},</math> where <math>m</math> and <math>n</math> are relatively prime positive integers, and <math>p</math> is a positive integer not divisible by the square of any prime. Find <math>m+n+p.</math> | ||
+ | |||
[[2012 AIME I Problems/Problem 12|Solution]] | [[2012 AIME I Problems/Problem 12|Solution]] | ||
== Problem 13 == | == Problem 13 == | ||
+ | Three concentric circles have radii <math>3,</math> <math>4,</math> and <math>5.</math> An equilateral triangle with one vertex on each circle has side length <math>s.</math> The largest possible area of the triangle can be written as <math>a + \tfrac{b}{c} \sqrt{d},</math> where <math>a,</math> <math>b,</math> <math>c,</math> and <math>d</math> are positive integers, <math>b</math> and <math>c</math> are relatively prime, and <math>d</math> is not divisible by the square of any prime. Find <math>a+b+c+d.</math> | ||
+ | |||
[[2012 AIME I Problems/Problem 13|Solution]] | [[2012 AIME I Problems/Problem 13|Solution]] | ||
== Problem 14 == | == Problem 14 == | ||
+ | Complex numbers <math>a,</math> <math>b,</math> and <math>c</math> are zeros of a polynomial <math>P(z) = z^3 + qz + r,</math> and <math>|a|^2 + |b|^2 + |c|^2 = 250.</math> The points corresponding to <math>a,</math> <math>b,</math> and <math>c</math> in the complex plane are the vertices of a right triangle with hypotenuse <math>h.</math> Find <math>h^2.</math> | ||
+ | |||
[[2012 AIME I Problems/Problem 14|Solution]] | [[2012 AIME I Problems/Problem 14|Solution]] | ||
== Problem 15 == | == Problem 15 == | ||
+ | There are <math>n</math> mathematicians seated around a circular table with <math>n</math> seats numbered <math>1,</math> <math>2,</math> <math>3,</math> <math>...,</math> <math>n</math> in clockwise order. After a break they again sit around the table. The mathematicians note that there is a positive integer <math>a</math> such that | ||
+ | |||
+ | <UL> | ||
+ | (<math>1</math>) for each <math>k,</math> the mathematician who was seated in seat <math>k</math> before the break is seated in seat <math>ka</math> after the break (where seat <math>i + n</math> is seat <math>i</math>); | ||
+ | </UL> | ||
+ | |||
+ | <UL> | ||
+ | (<math>2</math>) for every pair of mathematicians, the number of mathematicians sitting between them after the break, counting in both the clockwise and the counterclockwise directions, is different from either of the number of mathematicians sitting between them before the break. | ||
+ | </UL> | ||
+ | |||
+ | Find the number of possible values of <math>n</math> with <math>1 < n < 1000.</math> | ||
+ | |||
[[2012 AIME I Problems/Problem 15|Solution]] | [[2012 AIME I Problems/Problem 15|Solution]] | ||
== See also == | == See also == | ||
+ | |||
+ | {{AIME box|year=2012|n=I|before=[[2011 AIME II Problems]]|after=[[2012 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}} |
Latest revision as of 14:49, 2 June 2023
2012 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
[hide]Problem 1
Find the number of positive integers with three not necessarily distinct digits, , with
and
such that both
and
are multiples of
.
Problem 2
The terms of an arithmetic sequence add to . The first term of the sequence is increased by
, the second term is increased by
, the third term is increased by
, and in general, the
th term is increased by the
th odd positive integer. The terms of the new sequence add to
. Find the sum of the first, last, and middle term of the original sequence.
Problem 3
Nine people sit down for dinner where there are three choices of meals. Three people order the beef meal, three order the chicken meal, and three order the fish meal. The waiter serves the nine meals in random order. Find the number of ways in which the waiter could serve the meal types to the nine people so that exactly one person receives the type of meal ordered by that person.
Problem 4
Butch and Sundance need to get out of Dodge. To travel as quickly as possible, each alternates walking and riding their only horse, Sparky, as follows. Butch begins by walking while Sundance rides. When Sundance reaches the first of the hitching posts that are conveniently located at one-mile intervals along their route, he ties Sparky to the post and begins walking. When Butch reaches Sparky, he rides until he passes Sundance, then leaves Sparky at the next hitching post and resumes walking, and they continue in this manner. Sparky, Butch, and Sundance walk at
and
miles per hour, respectively. The first time Butch and Sundance meet at a milepost, they are
miles from Dodge, and they have been traveling for
minutes. Find
.
Problem 5
Let be the set of all binary integers that can be written using exactly
zeros and
ones where leading zeros are allowed. If all possible subtractions are performed in which one element of
is subtracted from another, find the number of times the answer
is obtained.
Problem 6
The complex numbers and
satisfy
and the imaginary part of
is
, for relatively prime positive integers
and
with
Find
Problem 7
At each of the sixteen circles in the network below stands a student. A total of coins are distributed among the sixteen students. All at once, all students give away all their coins by passing an equal number of coins to each of their neighbors in the network. After the trade, all students have the same number of coins as they started with. Find the number of coins the student standing at the center circle had originally.
![[asy] import cse5; unitsize(6mm); defaultpen(linewidth(.8pt)); dotfactor = 8; pathpen=black; pair A = (0,0); pair B = 2*dir(54), C = 2*dir(126), D = 2*dir(198), E = 2*dir(270), F = 2*dir(342); pair G = 3.6*dir(18), H = 3.6*dir(90), I = 3.6*dir(162), J = 3.6*dir(234), K = 3.6*dir(306); pair M = 6.4*dir(54), N = 6.4*dir(126), O = 6.4*dir(198), P = 6.4*dir(270), L = 6.4*dir(342); pair[] dotted = {A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P}; D(A--B--H--M); D(A--C--H--N); D(A--F--G--L); D(A--E--K--P); D(A--D--J--O); D(B--G--M); D(F--K--L); D(E--J--P); D(O--I--D); D(C--I--N); D(L--M--N--O--P--L); dot(dotted); [/asy]](http://latex.artofproblemsolving.com/3/3/a/33abde80848746d240bfc392b8997b80cf3bccd5.png)
Problem 8
Cube labeled as shown below, has edge length
and is cut by a plane passing through vertex
and the midpoints
and
of
and
respectively. The plane divides the cube into two solids. The volume of the larger of the two solids can be written in the form
where
and
are relatively prime positive integers. Find
![[asy]import cse5; unitsize(10mm); pathpen=black; dotfactor=3; pair A = (0,0), B = (3.8,0), C = (5.876,1.564), D = (2.076,1.564), E = (0,3.8), F = (3.8,3.8), G = (5.876,5.364), H = (2.076,5.364), M = (1.9,0), N = (5.876,3.465); pair[] dotted = {A,B,C,D,E,F,G,H,M,N}; D(A--B--C--G--H--E--A); D(E--F--B); D(F--G); pathpen=dashed; D(A--D--H); D(D--C); dot(dotted); label("$A$",A,SW); label("$B$",B,S); label("$C$",C,SE); label("$D$",D,NW); label("$E$",E,W); label("$F$",F,SE); label("$G$",G,NE); label("$H$",H,NW); label("$M$",M,S); label("$N$",N,NE); [/asy]](http://latex.artofproblemsolving.com/a/f/1/af154db9d25256bd90239e9f4e37253b234659e0.png)
Problem 9
Let
and
be positive real numbers that satisfy
The value of
can be expressed in the form
where
and
are relatively prime positive integers. Find
Problem 10
Let be the set of all perfect squares whose rightmost three digits in base
are
. Let
be the set of all numbers of the form
, where
is in
. In other words,
is the set of numbers that result when the last three digits of each number in
are truncated. Find the remainder when the tenth smallest element of
is divided by
.
Problem 11
A frog begins at and makes a sequence of jumps according to the following rule: from
the frog jumps to
which may be any of the points
or
There are
points
with
that can be reached by a sequence of such jumps. Find the remainder when
is divided by
Problem 12
Let be a right triangle with right angle at
Let
and
be points on
with
between
and
such that
and
trisect
If
then
can be written as
where
and
are relatively prime positive integers, and
is a positive integer not divisible by the square of any prime. Find
Problem 13
Three concentric circles have radii
and
An equilateral triangle with one vertex on each circle has side length
The largest possible area of the triangle can be written as
where
and
are positive integers,
and
are relatively prime, and
is not divisible by the square of any prime. Find
Problem 14
Complex numbers
and
are zeros of a polynomial
and
The points corresponding to
and
in the complex plane are the vertices of a right triangle with hypotenuse
Find
Problem 15
There are mathematicians seated around a circular table with
seats numbered
in clockwise order. After a break they again sit around the table. The mathematicians note that there is a positive integer
such that
-
(






-
(

Find the number of possible values of with
See also
2012 AIME I (Problems • Answer Key • Resources) | ||
Preceded by 2011 AIME II Problems |
Followed by 2012 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.