Difference between revisions of "2015 AIME II Problems"
(→Problem 9) |
(→Problem 8) |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 49: | Line 49: | ||
Triangle <math>ABC</math> has side lengths <math>AB = 12</math>, <math>BC = 25</math>, and <math>CA = 17</math>. Rectangle <math>PQRS</math> has vertex <math>P</math> on <math>\overline{AB}</math>, vertex <math>Q</math> on <math>\overline{AC}</math>, and vertices <math>R</math> and <math>S</math> on <math>\overline{BC}</math>. In terms of the side length <math>PQ = w</math>, the area of <math>PQRS</math> can be expressed as the quadratic polynomial | Triangle <math>ABC</math> has side lengths <math>AB = 12</math>, <math>BC = 25</math>, and <math>CA = 17</math>. Rectangle <math>PQRS</math> has vertex <math>P</math> on <math>\overline{AB}</math>, vertex <math>Q</math> on <math>\overline{AC}</math>, and vertices <math>R</math> and <math>S</math> on <math>\overline{BC}</math>. In terms of the side length <math>PQ = w</math>, the area of <math>PQRS</math> can be expressed as the quadratic polynomial | ||
− | <cmath>\text{Area}(PQRS) = \alpha w - \beta \cdot w^2</cmath> | + | <cmath>\text{Area}(PQRS) = \alpha w - \beta \cdot w^2.</cmath> |
Then the coefficient <math>\beta = \frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. | Then the coefficient <math>\beta = \frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. | ||
Line 84: | Line 84: | ||
draw((-4*cos(atan(5)),-4*sin(atan(5)),0)--(-4*cos(atan(5)),-4*sin(atan(5)),-10)..(4,0,-10)..(4*cos(atan(5)),4*sin(atan(5)),-10)--(4*cos(atan(5)),4*sin(atan(5)),0)); | draw((-4*cos(atan(5)),-4*sin(atan(5)),0)--(-4*cos(atan(5)),-4*sin(atan(5)),-10)..(4,0,-10)..(4*cos(atan(5)),4*sin(atan(5)),-10)--(4*cos(atan(5)),4*sin(atan(5)),0)); | ||
draw((-2,-2*sqrt(3),0)..(-4,0,0)..(-2,2*sqrt(3),0),linetype("2 4")); </asy> | draw((-2,-2*sqrt(3),0)..(-4,0,0)..(-2,2*sqrt(3),0),linetype("2 4")); </asy> | ||
+ | |||
+ | [[2015 AIME II Problems/Problem 9 | Solution]] | ||
==Problem 10== | ==Problem 10== | ||
Line 93: | Line 95: | ||
==Problem 11== | ==Problem 11== | ||
− | The circumcircle of acute <math>\triangle ABC</math> has center <math>O</math>. The line passing through point <math>O</math> perpendicular to <math>\overline{OB}</math> intersects lines <math>AB</math> and <math>BC</math> | + | The circumcircle of acute <math>\triangle ABC</math> has center <math>O</math>. The line passing through point <math>O</math> perpendicular to <math>\overline{OB}</math> intersects lines <math>AB</math> and <math>BC</math> at <math>P</math> and <math>Q</math>, respectively. Also <math>AB=5</math>, <math>BC=4</math>, <math>BQ=4.5</math>, and <math>BP=\frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. |
[[2015 AIME II Problems/Problem 11 | Solution]] | [[2015 AIME II Problems/Problem 11 | Solution]] | ||
Line 118: | Line 120: | ||
Circles <math>\mathcal{P}</math> and <math>\mathcal{Q}</math> have radii <math>1</math> and <math>4</math>, respectively, and are externally tangent at point <math>A</math>. Point <math>B</math> is on <math>\mathcal{P}</math> and point <math>C</math> is on <math>\mathcal{Q}</math> such that <math>BC</math> is a common external tangent of the two circles. A line <math>\ell</math> through <math>A</math> intersects <math>\mathcal{P}</math> again at <math>D</math> and intersects <math>\mathcal{Q}</math> again at <math>E</math>. Points <math>B</math> and <math>C</math> lie on the same side of <math>\ell</math>, and the areas of <math>\triangle DBA</math> and <math>\triangle ACE</math> are equal. This common area is <math>\frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. | Circles <math>\mathcal{P}</math> and <math>\mathcal{Q}</math> have radii <math>1</math> and <math>4</math>, respectively, and are externally tangent at point <math>A</math>. Point <math>B</math> is on <math>\mathcal{P}</math> and point <math>C</math> is on <math>\mathcal{Q}</math> such that <math>BC</math> is a common external tangent of the two circles. A line <math>\ell</math> through <math>A</math> intersects <math>\mathcal{P}</math> again at <math>D</math> and intersects <math>\mathcal{Q}</math> again at <math>E</math>. Points <math>B</math> and <math>C</math> lie on the same side of <math>\ell</math>, and the areas of <math>\triangle DBA</math> and <math>\triangle ACE</math> are equal. This common area is <math>\frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. | ||
+ | |||
+ | <asy> | ||
+ | import cse5; | ||
+ | pathpen=black; pointpen=black; | ||
+ | size(6cm); | ||
+ | |||
+ | pair E = IP(L((-.2476,1.9689),(0.8,1.6),-3,5.5),CR((4,4),4)), D = (-.2476,1.9689); | ||
+ | |||
+ | filldraw(D--(0.8,1.6)--(0,0)--cycle,gray(0.7)); | ||
+ | filldraw(E--(0.8,1.6)--(4,0)--cycle,gray(0.7)); | ||
+ | D(CR((0,1),1)); D(CR((4,4),4,150,390)); | ||
+ | D(L(MP("D",D(D),N),MP("A",D((0.8,1.6)),NE),1,5.5)); | ||
+ | D((-1.2,0)--MP("B",D((0,0)),S)--MP("C",D((4,0)),S)--(8,0)); | ||
+ | D(MP("E",E,N)); | ||
+ | </asy> | ||
[[2015 AIME II Problems/Problem 15 | Solution]] | [[2015 AIME II Problems/Problem 15 | Solution]] | ||
− | {{AIME box|year=2015|n=II|before=[[2015 AIME I]]|after=[[2016 AIME I]]}} | + | {{AIME box|year=2015|n=II|before=[[2015 AIME I Problems]]|after=[[2016 AIME I Problems]]}} |
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 18:15, 13 January 2024
2015 AIME II (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
Let be the least positive integer that is both percent less than one integer and percent greater than another integer. Find the remainder when is divided by .
Problem 2
In a new school, percent of the students are freshmen, percent are sophomores, percent are juniors, and percent are seniors. All freshmen are required to take Latin, and percent of sophomores, percent of the juniors, and percent of the seniors elect to take Latin. The probability that a randomly chosen Latin student is a sophomore is , where and are relatively prime positive integers. Find .
Problem 3
Let be the least positive integer divisible by whose digits sum to . Find .
Problem 4
In an isosceles trapezoid, the parallel bases have lengths and , and the altitude to these bases has length . The perimeter of the trapezoid can be written in the form , where and are positive integers. Find .
Problem 5
Two unit squares are selected at random without replacement from an grid of unit squares. Find the least positive integer such that the probability that the two selected unit squares are horizontally or vertically adjacent is less than .
Problem 6
Steve says to Jon, "I am thinking of a polynomial whose roots are all positive integers. The polynomial has the form for some positive integers and . Can you tell me the values of and ?"
After some calculations, Jon says, "There is more than one such polynomial."
Steve says, "You're right. Here is the value of ." He writes down a positive integer and asks, "Can you tell me the value of ?"
Jon says, "There are still two possible values of ."
Find the sum of the two possible values of .
Problem 7
Triangle has side lengths , , and . Rectangle has vertex on , vertex on , and vertices and on . In terms of the side length , the area of can be expressed as the quadratic polynomial
Then the coefficient , where and are relatively prime positive integers. Find .
Problem 8
Let and be positive integers satisfying . The maximum possible value of is , where and are relatively prime positive integers. Find .
Problem 9
A cylindrical barrel with radius feet and height feet is full of water. A solid cube with side length feet is set into the barrel so that the diagonal of the cube is vertical. The volume of water thus displaced is cubic feet. Find .
Problem 10
Call a permutation of the integers quasi-increasing if for each . For example, and are quasi-increasing permutations of the integers , but is not. Find the number of quasi-increasing permutations of the integers .
Problem 11
The circumcircle of acute has center . The line passing through point perpendicular to intersects lines and at and , respectively. Also , , , and , where and are relatively prime positive integers. Find .
Problem 12
There are possible -letter strings in which each letter is either an A or a B. Find the number of such strings that do not have more than adjacent letters that are identical.
Problem 13
Define the sequence by , where represents radian measure. Find the index of the 100th term for which .
Problem 14
Let and be real numbers satisfying and . Evaluate .
Problem 15
Circles and have radii and , respectively, and are externally tangent at point . Point is on and point is on such that is a common external tangent of the two circles. A line through intersects again at and intersects again at . Points and lie on the same side of , and the areas of and are equal. This common area is , where and are relatively prime positive integers. Find .
2015 AIME II (Problems • Answer Key • Resources) | ||
Preceded by 2015 AIME I Problems |
Followed by 2016 AIME I Problems | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.