Difference between revisions of "2017 AMC 10A Problems"
(→Problem 9) |
Mathkidsmax (talk | contribs) m (→Problem 15) |
||
(56 intermediate revisions by 29 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AMC10 Problems|year=2017|ab=A}} | ||
+ | |||
==Problem 1== | ==Problem 1== | ||
What is the value of <math>(2(2(2(2(2(2+1)+1)+1)+1)+1)+1)</math>? | What is the value of <math>(2(2(2(2(2(2+1)+1)+1)+1)+1)+1)</math>? | ||
Line 7: | Line 9: | ||
==Problem 2== | ==Problem 2== | ||
− | Pablo buys popsicles for his friends. The store sells single popsicles for \$1 each, 3-popsicle boxes for \$2 each, and 5-popsicle boxes for \$3. What is the greatest number of popsicles that Pablo can buy with \$8? | + | Pablo buys popsicles for his friends. The store sells single popsicles for <math>\$1</math> each, <math>3</math>-popsicle boxes for <math>\$2</math> each, and <math>5</math>-popsicle boxes for <math>\$3</math>. What is the greatest number of popsicles that Pablo can buy with <math>\$8</math>? |
<math>\textbf{(A)}\ 8\qquad\textbf{(B)}\ 11\qquad\textbf{(C)}\ 12\qquad\textbf{(D)}\ 13\qquad\textbf{(E)}\ 15</math> | <math>\textbf{(A)}\ 8\qquad\textbf{(B)}\ 11\qquad\textbf{(C)}\ 12\qquad\textbf{(D)}\ 13\qquad\textbf{(E)}\ 15</math> | ||
Line 14: | Line 16: | ||
==Problem 3== | ==Problem 3== | ||
− | Tamara has three rows of two 6-feet by 2-feet flower beds in her garden. The beds are separated and also surrounded by 1-foot-wide walkways, as shown on the diagram. What is the total area of the walkways, in square feet? | + | Tamara has three rows of two <math>6</math>-feet by <math>2</math>-feet flower beds in her garden. The beds are separated and also surrounded by <math>1</math>-foot-wide walkways, as shown on the diagram. What is the total area of the walkways, in square feet? |
+ | |||
+ | <asy> | ||
+ | draw((0,0)--(0,10)--(15,10)--(15,0)--cycle); | ||
+ | fill((0,0)--(0,10)--(15,10)--(15,0)--cycle, lightgray); | ||
+ | draw((1,1)--(1,3)--(7,3)--(7,1)--cycle); | ||
+ | fill((1,1)--(1,3)--(7,3)--(7,1)--cycle, white); | ||
+ | draw((1,4)--(1,6)--(7,6)--(7,4)--cycle); | ||
+ | fill((1,4)--(1,6)--(7,6)--(7,4)--cycle, white); | ||
+ | draw((1,7)--(1,9)--(7,9)--(7,7)--cycle); | ||
+ | fill((1,7)--(1,9)--(7,9)--(7,7)--cycle, white); | ||
+ | |||
+ | draw((8,1)--(8,3)--(14,3)--(14,1)--cycle); | ||
+ | fill((8,1)--(8,3)--(14,3)--(14,1)--cycle, white); | ||
+ | draw((8,4)--(8,6)--(14,6)--(14,4)--cycle); | ||
+ | fill((8,4)--(8,6)--(14,6)--(14,4)--cycle, white); | ||
+ | draw((8,7)--(8,9)--(14,9)--(14,7)--cycle); | ||
+ | fill((8,7)--(8,9)--(14,9)--(14,7)--cycle, white); | ||
+ | |||
+ | defaultpen(fontsize(8, lineskip=1)); | ||
+ | label("2", (1.2, 2)); | ||
+ | label("6", (4, 1.2)); | ||
+ | defaultpen(linewidth(.2)); | ||
+ | draw((0,8)--(1,8), arrow=Arrows); | ||
+ | draw((7,8)--(8,8), arrow=Arrows); | ||
+ | draw((14,8)--(15,8), arrow=Arrows); | ||
+ | draw((11,0)--(11,1), arrow=Arrows); | ||
+ | draw((11,3)--(11,4), arrow=Arrows); | ||
+ | draw((11,6)--(11,7), arrow=Arrows); | ||
+ | label("1", (.5,7.8)); | ||
+ | label("1", (7.5,7.8)); | ||
+ | label("1", (14.5,7.8)); | ||
+ | label("1", (10.8,.5)); | ||
+ | label("1", (10.8,3.5)); | ||
+ | label("1", (10.8,6.5)); | ||
+ | </asy> | ||
+ | |||
<math>\textbf{(A)}\ 72\qquad\textbf{(B)}\ 78\qquad\textbf{(C)}\ 90\qquad\textbf{(D)}\ 120\qquad\textbf{(E)}\ 150</math> | <math>\textbf{(A)}\ 72\qquad\textbf{(B)}\ 78\qquad\textbf{(C)}\ 90\qquad\textbf{(D)}\ 120\qquad\textbf{(E)}\ 150</math> | ||
Line 24: | Line 62: | ||
<math>\textbf{(A)}\ 13.5\qquad\textbf{(B)}\ 14\qquad\textbf{(C)}\ 14.5\qquad\textbf{(D)}\ 15\qquad\textbf{(E)}\ 15.5</math> | <math>\textbf{(A)}\ 13.5\qquad\textbf{(B)}\ 14\qquad\textbf{(C)}\ 14.5\qquad\textbf{(D)}\ 15\qquad\textbf{(E)}\ 15.5</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 4|Solution]] | ||
==Problem 5== | ==Problem 5== | ||
− | The sum of two nonzero real numbers is 4 times their product. What is the sum of the reciprocals of the two numbers? | + | The sum of two nonzero real numbers is <math>4</math> times their product. What is the sum of the reciprocals of the two numbers? |
<math>\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 8\qquad\textbf{(E)}\ 12</math> | <math>\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 8\qquad\textbf{(E)}\ 12</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 5|Solution]] | ||
==Problem 6== | ==Problem 6== | ||
− | Ms. Carroll promised that anyone who got all the multiple choice questions right on the upcoming exam would receive an A on the exam. Which | + | Ms. Carroll promised that anyone who got all the multiple choice questions right on the upcoming exam would receive an A on the exam. Which of these statements necessarily follows logically? |
+ | |||
+ | <math>\textbf{(A)}\ \text{If Lewis did not receive an A, then he got all of the multiple choice questions wrong.}\\\textbf{(B)}\ \text{If Lewis did not receive an A, then he got at least one of the multiple choice questions wrong.}\\\textbf{(C)}\ \text{If Lewis got at least one of the multiple choice questions wrong, then he did not receive an A. }\\\textbf{(D)}\ \text{If Lewis received an A, then he got all of the multiple choice questions right.}\\\textbf{(E)}\ \text{If Lewis received an A, then he got at least one of the multiple choice questions right.}</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 6|Solution]] | ||
==Problem 7== | ==Problem 7== | ||
Line 37: | Line 83: | ||
<math>\textbf{(A)}\ 30\%\qquad\textbf{(B)}\ 40\%\qquad\textbf{(C)}\ 50\%\qquad\textbf{(D)}\ 60\%\qquad\textbf{(E)}\ 70\%</math> | <math>\textbf{(A)}\ 30\%\qquad\textbf{(B)}\ 40\%\qquad\textbf{(C)}\ 50\%\qquad\textbf{(D)}\ 60\%\qquad\textbf{(E)}\ 70\%</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 7|Solution]] | ||
==Problem 8== | ==Problem 8== | ||
− | At a gathering of 30 people, there are 20 people who all know each other and 10 people who know no one. People who know each other | + | At a gathering of <math>30</math> people, there are <math>20</math> people who all know each other and <math>10</math> people who know no one. People who know each other hug, and people who do not know each other shake hands. How many handshakes occur? |
<math>\textbf{(A)}\ 240\qquad\textbf{(B)}\ 245\qquad\textbf{(C)}\ 290\qquad\textbf{(D)}\ 480\qquad\textbf{(E)}\ 490</math> | <math>\textbf{(A)}\ 240\qquad\textbf{(B)}\ 245\qquad\textbf{(C)}\ 290\qquad\textbf{(D)}\ 480\qquad\textbf{(E)}\ 490</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 8|Solution]] | ||
==Problem 9== | ==Problem 9== | ||
− | Minnie rides on a flat road at <math>20</math> kilometers per hour (kph), downhill at <math>30</math> kph, and uphill at <math>5</math> kph. Penny rides on a flat road at <math>30</math> kph, downhill at <math>40</math> kph, and uphill at <math>10</math> kph. Minnie goes from town <math>A</math> to town <math>B | + | Minnie rides on a flat road at <math>20</math> kilometers per hour (kph), downhill at <math>30</math> kph, and uphill at <math>5</math> kph. Penny rides on a flat road at <math>30</math> kph, downhill at <math>40</math> kph, and uphill at <math>10</math> kph. Minnie goes from town <math>A</math> to town <math>B</math>, a distance of <math>10</math> km all uphill, then from town <math>B</math> to town <math>C</math>, a distance of <math>15</math> km all downhill, and then back to town <math>A</math>, a distance of <math>20</math> km on the flat. Penny goes the other way around using the same route. How many more minutes does it take Minnie to complete the <math>45</math>-km ride than it takes Penny? |
− | <math> \textbf{(A)}\ 45\qquad\textbf{(B)}\ | + | <math>\textbf{(A)}\ 45\qquad\textbf{(B)}\ 60\qquad\textbf{(C)}\ 65\qquad\textbf{(D)}\ 90\qquad\textbf{(E)}\ 95</math> |
+ | |||
+ | [[2017 AMC 10A Problems/Problem 9|Solution]] | ||
==Problem 10== | ==Problem 10== | ||
Joy has <math>30</math> thin rods, one each of every integer length from <math>1</math> cm through <math>30</math> cm. She places the rods with lengths <math>3</math> cm, <math>7</math> cm, and <math>15</math> cm on a table. She then wants to choose a fourth rod that she can put with these three to form a quadrilateral with positive area. How many of the remaining rods can she choose as the fourth rod? | Joy has <math>30</math> thin rods, one each of every integer length from <math>1</math> cm through <math>30</math> cm. She places the rods with lengths <math>3</math> cm, <math>7</math> cm, and <math>15</math> cm on a table. She then wants to choose a fourth rod that she can put with these three to form a quadrilateral with positive area. How many of the remaining rods can she choose as the fourth rod? | ||
− | <math>\ | + | <math>\textbf{(A)}\ 16\qquad\textbf{(B)}\ 17\qquad\textbf{(C)}\ 18\qquad\textbf{(D)}\ 19\qquad\textbf{(E)}\ 20</math> |
+ | |||
+ | [[2017 AMC 10A Problems/Problem 10|Solution]] | ||
==Problem 11== | ==Problem 11== | ||
− | The region consisting of all | + | The region consisting of all points in three-dimensional space within <math>3</math> units of line segment <math>\overline{AB}</math> has volume <math>216\pi</math>. What is the length <math>\textit{AB}</math>? |
<math>\textbf{(A)}\ 6\qquad\textbf{(B)}\ 12\qquad\textbf{(C)}\ 18\qquad\textbf{(D)}\ 20\qquad\textbf{(E)}\ 24</math> | <math>\textbf{(A)}\ 6\qquad\textbf{(B)}\ 12\qquad\textbf{(C)}\ 18\qquad\textbf{(D)}\ 20\qquad\textbf{(E)}\ 24</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 11|Solution]] | ||
==Problem 12== | ==Problem 12== | ||
Line 62: | Line 118: | ||
<math>\textbf{(A)}\ \text{a single point} \qquad\textbf{(B)}\ \text{two intersecting lines} \\\qquad\textbf{(C)}\ \text{ three lines whose pairwise intersections are three distinct points} \\\qquad\textbf{(D)}\ \text{a triangle} \qquad\textbf{(E)}\ \text{three rays with a common endpoint}</math> | <math>\textbf{(A)}\ \text{a single point} \qquad\textbf{(B)}\ \text{two intersecting lines} \\\qquad\textbf{(C)}\ \text{ three lines whose pairwise intersections are three distinct points} \\\qquad\textbf{(D)}\ \text{a triangle} \qquad\textbf{(E)}\ \text{three rays with a common endpoint}</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 12|Solution]] | ||
==Problem 13== | ==Problem 13== | ||
Line 67: | Line 125: | ||
<math>\textbf{(A)}\ 6\qquad\textbf{(B)}\ 7\qquad\textbf{(C)}\ 8\qquad\textbf{(D)}\ 9\qquad\textbf{(E)}\ 10</math> | <math>\textbf{(A)}\ 6\qquad\textbf{(B)}\ 7\qquad\textbf{(C)}\ 8\qquad\textbf{(D)}\ 9\qquad\textbf{(E)}\ 10</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 13|Solution]] | ||
==Problem 14== | ==Problem 14== | ||
Every week Roger pays for a movie ticket and a soda out of his allowance. Last week, Roger's allowance was <math>A</math> dollars. The cost of his movie ticket was <math>20\%</math> of the difference between <math>A</math> and the cost of his soda, while the cost of his soda was <math>5\%</math> of the difference between <math>A</math> and the cost of his movie ticket. To the nearest whole percent, what fraction of <math>A</math> did Roger pay for his movie ticket and soda? | Every week Roger pays for a movie ticket and a soda out of his allowance. Last week, Roger's allowance was <math>A</math> dollars. The cost of his movie ticket was <math>20\%</math> of the difference between <math>A</math> and the cost of his soda, while the cost of his soda was <math>5\%</math> of the difference between <math>A</math> and the cost of his movie ticket. To the nearest whole percent, what fraction of <math>A</math> did Roger pay for his movie ticket and soda? | ||
− | <math> \ | + | <math>\textbf{(A)}\ 9\%\qquad\textbf{(B)}\ 19\%\qquad\textbf{(C)}\ 22\%\qquad\textbf{(D)}\ 23\%\qquad\textbf{(E)}\ 25\%</math> |
+ | |||
+ | [[2017 AMC 10A Problems/Problem 14|Solution]] | ||
==Problem 15== | ==Problem 15== | ||
− | Chloé chooses a real number uniformly at random from the interval <math>[0, 2017]</math>. Independently, Laurent | + | Chloé chooses a real number uniformly at random from the interval <math>[0, 2017]</math>. Independently, Laurent chooses a real number uniformly at random from the interval <math>[0, 4034]</math>. What is the probability that Laurent's number is greater than Chloé's number? |
− | <math> \ | + | <math>\textbf{(A)}\ \frac{1}{2}\qquad\textbf{(B)}\ \frac{2}{3}\qquad\textbf{(C)}\ \frac{3}{4}\qquad\textbf{(D)}\ \frac{5}{6}\qquad\textbf{(E)}\ \frac{7}{8}</math> |
+ | |||
+ | [[2017 AMC 10A Problems/Problem 15|Solution]] | ||
==Problem 16== | ==Problem 16== | ||
There are 10 horses, named Horse 1, Horse 2, <math>\ldots</math>, Horse 10. They get their names from how many minutes it takes them to run one lap around a circular race track: Horse <math>k</math> runs one lap in exactly <math>k</math> minutes. At time 0 all the horses are together at the starting point on the track. The horses start running in the same direction, and they keep running around the circular track at their constant speeds. The least time <math>S>0</math>, in minutes, at which all 10 horses will again simultaneously be at the starting point is <math>S=2520</math>. Let <math>T>0</math> be the least time, in minutes, such that at least 5 of the horses are again at the starting point. What is the sum of the digits of <math>T</math>? | There are 10 horses, named Horse 1, Horse 2, <math>\ldots</math>, Horse 10. They get their names from how many minutes it takes them to run one lap around a circular race track: Horse <math>k</math> runs one lap in exactly <math>k</math> minutes. At time 0 all the horses are together at the starting point on the track. The horses start running in the same direction, and they keep running around the circular track at their constant speeds. The least time <math>S>0</math>, in minutes, at which all 10 horses will again simultaneously be at the starting point is <math>S=2520</math>. Let <math>T>0</math> be the least time, in minutes, such that at least 5 of the horses are again at the starting point. What is the sum of the digits of <math>T</math>? | ||
− | <math> \ | + | <math>\textbf{(A)}\ 2\qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 5\qquad\textbf{(E)}\ 6</math> |
+ | |||
+ | [[2017 AMC 10A Problems/Problem 16|Solution]] | ||
==Problem 17== | ==Problem 17== | ||
Distinct points <math>P</math>, <math>Q</math>, <math>R</math>, <math>S</math> lie on the circle <math>x^2+y^2=25</math> and have integer coordinates. The distances <math>PQ</math> and <math>RS</math> are irrational numbers. What is the greatest possible value of the ratio <math>\frac{PQ}{RS}</math>? | Distinct points <math>P</math>, <math>Q</math>, <math>R</math>, <math>S</math> lie on the circle <math>x^2+y^2=25</math> and have integer coordinates. The distances <math>PQ</math> and <math>RS</math> are irrational numbers. What is the greatest possible value of the ratio <math>\frac{PQ}{RS}</math>? | ||
− | <math>\ | + | <math>\textbf{(A)}\ 3\qquad\textbf{(B)}\ 5\qquad\textbf{(C)}\ 3\sqrt{5}\qquad\textbf{(D)}\ 7\qquad\textbf{(E)}\ 5\sqrt{2}</math> |
+ | |||
+ | [[2017 AMC 10A Problems/Problem 17|Solution]] | ||
==Problem 18== | ==Problem 18== | ||
− | Amelia has a coin that lands heads with probability <math>\ | + | Amelia has a coin that lands heads with probability <math>\tfrac{1}{3}</math>, and Blaine has a coin that lands on heads with probability <math>\tfrac{2}{5}</math>. Amelia and Blaine alternately toss their coins until someone gets a head; the first one to get a head wins. All coin tosses are independent. Amelia goes first. The probability that Amelia wins is <math>\tfrac{p}{q}</math>, where <math>p</math> and <math>q</math> are relatively prime positive integers. What is <math>q-p</math>? |
− | <math>\ | + | <math>\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5</math> |
+ | |||
+ | [[2017 AMC 10A Problems/Problem 18|Solution]] | ||
==Problem 19== | ==Problem 19== | ||
− | |||
Alice refuses to sit next to either Bob or Carla. Derek refuses to sit next to Eric. How many ways are there for the five of them to sit in a row of 5 chairs under these conditions? | Alice refuses to sit next to either Bob or Carla. Derek refuses to sit next to Eric. How many ways are there for the five of them to sit in a row of 5 chairs under these conditions? | ||
<math> \textbf{(A)}\ 12\qquad\textbf{(B)}\ 16\qquad\textbf{(C)}\ 28\qquad\textbf{(D)}\ 32\qquad\textbf{(E)}\ 40</math> | <math> \textbf{(A)}\ 12\qquad\textbf{(B)}\ 16\qquad\textbf{(C)}\ 28\qquad\textbf{(D)}\ 32\qquad\textbf{(E)}\ 40</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 19|Solution]] | ||
==Problem 20== | ==Problem 20== | ||
+ | Let <math>S(n)</math> equal the sum of the digits of positive integer <math>n</math>. For example, <math>S(1507) = 13</math>. For a particular positive integer <math>n</math>, <math>S(n) = 1274</math>. Which of the following could be the value of <math>S(n+1)</math>? | ||
− | + | <math>\textbf{(A)}\ 1 \qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 12\qquad\textbf{(D)}\ 1239\qquad\textbf{(E)}\ 1265</math> | |
− | + | [[2017 AMC 10A Problems/Problem 20|Solution]] | |
==Problem 21== | ==Problem 21== | ||
+ | A square with side length <math>x</math> is inscribed in a right triangle with sides of length <math>3</math>, <math>4</math>, and <math>5</math> so that one vertex of the square coincides with the right-angle vertex of the triangle. A square with side length <math>y</math> is inscribed in another right triangle with sides of length <math>3</math>, <math>4</math>, and <math>5</math> so that one side of the square lies on the hypotenuse of the triangle. What is <math>\tfrac{x}{y}</math>? | ||
− | + | <math>\textbf{(A) } \dfrac{12}{13} \qquad \textbf{(B) } \dfrac{35}{37} \qquad \textbf{(C) } 1 \qquad \textbf{(D) } \dfrac{37}{35} \qquad \textbf{(E) } \dfrac{13}{12}</math> | |
− | + | [[2017 AMC 10A Problems/Problem 21|Solution]] | |
==Problem 22== | ==Problem 22== | ||
− | Sides <math>\overline{AB}</math> and <math>\overline{AC}</math> of equilateral triangle <math>ABC</math> are tangent to a circle | + | Sides <math>\overline{AB}</math> and <math>\overline{AC}</math> of equilateral triangle <math>ABC</math> are tangent to a circle at points <math>B</math> and <math>C</math> respectively. What fraction of the area of <math>\triangle ABC</math> lies outside the circle? |
+ | |||
+ | <math>\textbf{(A)}\ \frac{4\sqrt{3}\pi}{27}-\frac{1}{3}\qquad\textbf{(B)}\ \frac{\sqrt{3}}{2}-\frac{\pi}{8}\qquad\textbf{(C)}\ \frac{1}{2}\qquad\textbf{(D)}\ \sqrt{3}-\frac{2\sqrt{3}\pi}{9}\qquad\textbf{(E)}\ \frac{4}{3}-\frac{4\sqrt{3}\pi}{27}</math> | ||
− | + | [[2017 AMC 10A Problems/Problem 22|Solution]] | |
==Problem 23== | ==Problem 23== | ||
Line 121: | Line 196: | ||
<math>\textbf{(A)}\ 2128 \qquad\textbf{(B)}\ 2148 \qquad\textbf{(C)}\ 2160 \qquad\textbf{(D)}\ 2200 \qquad\textbf{(E)}\ 2300</math> | <math>\textbf{(A)}\ 2128 \qquad\textbf{(B)}\ 2148 \qquad\textbf{(C)}\ 2160 \qquad\textbf{(D)}\ 2200 \qquad\textbf{(E)}\ 2300</math> | ||
+ | [[2017 AMC 10A Problems/Problem 23|Solution]] | ||
==Problem 24== | ==Problem 24== | ||
For certain real numbers <math>a</math>, <math>b</math>, and <math>c</math>, the polynomial <cmath>g(x) = x^3 + ax^2 + x + 10</cmath>has three distinct roots, and each root of <math>g(x)</math> is also a root of the polynomial <cmath>f(x) = x^4 + x^3 + bx^2 + 100x + c.</cmath>What is <math>f(1)</math>? | For certain real numbers <math>a</math>, <math>b</math>, and <math>c</math>, the polynomial <cmath>g(x) = x^3 + ax^2 + x + 10</cmath>has three distinct roots, and each root of <math>g(x)</math> is also a root of the polynomial <cmath>f(x) = x^4 + x^3 + bx^2 + 100x + c.</cmath>What is <math>f(1)</math>? | ||
− | <math>\textbf{(A)}\ -9009 \qquad\textbf{(B)}\ -8008 \qquad\textbf{(C)}\ -7007 \qquad\textbf{(D)}\ -6006 \qquad\textbf{(E)}\ -5005</math> | + | <math>\textbf{(A)}\ -9009\qquad\textbf{(B)}\ -8008\qquad\textbf{(C)}\ -7007\qquad\textbf{(D)}\ -6006\qquad\textbf{(E)}\ -5005</math> |
+ | |||
+ | [[2017 AMC 10A Problems/Problem 24|Solution]] | ||
==Problem 25== | ==Problem 25== | ||
− | How many integers between 100 and 999, inclusive, have the property that some permutation of its digits is a multiple of 11 between 100 and 999? For example, both 121 and 211 have this property. | + | How many integers between <math>100</math> and <math>999</math>, inclusive, have the property that some permutation of its digits is a multiple of <math>11</math> between <math>100</math> and <math>999?</math> For example, both <math>121</math> and <math>211</math> have this property. |
+ | |||
+ | <math>\textbf{(A)}\ 226\qquad\textbf{(B)}\ 243\qquad\textbf{(C)}\ 270\qquad\textbf{(D)}\ 469\qquad\textbf{(E)}\ 486</math> | ||
+ | |||
+ | [[2017 AMC 10A Problems/Problem 25|Solution]] | ||
− | + | ==See also== | |
+ | {{AMC10 box|year=2017|ab=A|before=[[2016 AMC 10B Problems]]|after=[[2017 AMC 10B Problems]]}} | ||
+ | * [[AMC 10]] | ||
+ | * [[AMC 10 Problems and Solutions]] | ||
+ | * [[2017 AMC 10A]] | ||
+ | * [[Mathematics competition resources]] | ||
+ | {{MAA Notice}} |
Latest revision as of 17:02, 28 October 2023
2017 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
What is the value of ?
Problem 2
Pablo buys popsicles for his friends. The store sells single popsicles for each, -popsicle boxes for each, and -popsicle boxes for . What is the greatest number of popsicles that Pablo can buy with ?
Problem 3
Tamara has three rows of two -feet by -feet flower beds in her garden. The beds are separated and also surrounded by -foot-wide walkways, as shown on the diagram. What is the total area of the walkways, in square feet?
Problem 4
Mia is “helping” her mom pick up toys that are strewn on the floor. Mia’s mom manages to put toys into the toy box every seconds, but each time immediately after those seconds have elapsed, Mia takes toys out of the box. How much time, in minutes, will it take Mia and her mom to put all toys into the box for the first time?
Problem 5
The sum of two nonzero real numbers is times their product. What is the sum of the reciprocals of the two numbers?
Problem 6
Ms. Carroll promised that anyone who got all the multiple choice questions right on the upcoming exam would receive an A on the exam. Which of these statements necessarily follows logically?
Problem 7
Jerry and Silvia wanted to go from the southwest corner of a square field to the northeast corner. Jerry walked due east and then due north to reach the goal, but Silvia headed northeast and reached the goal walking in a straight line. Which of the following is closest to how much shorter Silvia's trip was, compared to Jerry's trip?
Problem 8
At a gathering of people, there are people who all know each other and people who know no one. People who know each other hug, and people who do not know each other shake hands. How many handshakes occur?
Problem 9
Minnie rides on a flat road at kilometers per hour (kph), downhill at kph, and uphill at kph. Penny rides on a flat road at kph, downhill at kph, and uphill at kph. Minnie goes from town to town , a distance of km all uphill, then from town to town , a distance of km all downhill, and then back to town , a distance of km on the flat. Penny goes the other way around using the same route. How many more minutes does it take Minnie to complete the -km ride than it takes Penny?
Problem 10
Joy has thin rods, one each of every integer length from cm through cm. She places the rods with lengths cm, cm, and cm on a table. She then wants to choose a fourth rod that she can put with these three to form a quadrilateral with positive area. How many of the remaining rods can she choose as the fourth rod?
Problem 11
The region consisting of all points in three-dimensional space within units of line segment has volume . What is the length ?
Problem 12
Let be a set of points in the coordinate plane such that two of the three quantities and are equal and the third of the three quantities is no greater than this common value. Which of the following is a correct description for
Problem 13
Define a sequence recursively by and the remainder when is divided by for all Thus the sequence starts What is
Problem 14
Every week Roger pays for a movie ticket and a soda out of his allowance. Last week, Roger's allowance was dollars. The cost of his movie ticket was of the difference between and the cost of his soda, while the cost of his soda was of the difference between and the cost of his movie ticket. To the nearest whole percent, what fraction of did Roger pay for his movie ticket and soda?
Problem 15
Chloé chooses a real number uniformly at random from the interval . Independently, Laurent chooses a real number uniformly at random from the interval . What is the probability that Laurent's number is greater than Chloé's number?
Problem 16
There are 10 horses, named Horse 1, Horse 2, , Horse 10. They get their names from how many minutes it takes them to run one lap around a circular race track: Horse runs one lap in exactly minutes. At time 0 all the horses are together at the starting point on the track. The horses start running in the same direction, and they keep running around the circular track at their constant speeds. The least time , in minutes, at which all 10 horses will again simultaneously be at the starting point is . Let be the least time, in minutes, such that at least 5 of the horses are again at the starting point. What is the sum of the digits of ?
Problem 17
Distinct points , , , lie on the circle and have integer coordinates. The distances and are irrational numbers. What is the greatest possible value of the ratio ?
Problem 18
Amelia has a coin that lands heads with probability , and Blaine has a coin that lands on heads with probability . Amelia and Blaine alternately toss their coins until someone gets a head; the first one to get a head wins. All coin tosses are independent. Amelia goes first. The probability that Amelia wins is , where and are relatively prime positive integers. What is ?
Problem 19
Alice refuses to sit next to either Bob or Carla. Derek refuses to sit next to Eric. How many ways are there for the five of them to sit in a row of 5 chairs under these conditions?
Problem 20
Let equal the sum of the digits of positive integer . For example, . For a particular positive integer , . Which of the following could be the value of ?
Problem 21
A square with side length is inscribed in a right triangle with sides of length , , and so that one vertex of the square coincides with the right-angle vertex of the triangle. A square with side length is inscribed in another right triangle with sides of length , , and so that one side of the square lies on the hypotenuse of the triangle. What is ?
Problem 22
Sides and of equilateral triangle are tangent to a circle at points and respectively. What fraction of the area of lies outside the circle?
Problem 23
How many triangles with positive area have all their vertices at points in the coordinate plane, where and are integers between and , inclusive?
Problem 24
For certain real numbers , , and , the polynomial has three distinct roots, and each root of is also a root of the polynomial What is ?
Problem 25
How many integers between and , inclusive, have the property that some permutation of its digits is a multiple of between and For example, both and have this property.
See also
2017 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by 2016 AMC 10B Problems |
Followed by 2017 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.