GET READY FOR THE AMC 12 WITH AoPS
Learn with outstanding instructors and top-scoring students from around the world in our AMC 12 Problem Series online course.
CHECK SCHEDULE

Difference between revisions of "2013 AMC 12A Problems"

(Problem 6)
Line 74: Line 74:
  
 
[[2013 AMC 12A Problems/Problem 6|Solution]]
 
[[2013 AMC 12A Problems/Problem 6|Solution]]
 +
 +
== Problem 7 ==
 +
 +
The sequence <math>S_1, S_2, S_3, \cdots, S_{10}</math> has the property that every term beginning with the third is the sum of the previous two.  That is, <cmath> S_n = S_{n-2} + S_{n-1} \text{ for } n \ge 3. </cmath> Suppose that <math>S_9 = 110</math> and <math>S_7 = 42</math>.  What is <math>S_4</math>?
 +
 +
<math> \textbf{(A)}\ 4\qquad\textbf{(B)}\ 6\qquad\textbf{(C)}\ 10\qquad\textbf{(D)}\ 12\qquad\textbf{(E)}\ 16\qquad </math>
 +
 +
[[2013 AMC 12A Problems/Problem 6|Solution]]
 +
 +
== Problem 8 ==
 +
 +
Given that <math>x</math> and <math>y</math> are distinct nonzero real numbers such that <math>x+\tfrac{2}{x} = y + \tfrac{2}{y}</math>, what is <math>xy</math>?
 +
 +
<math> \textbf{(A)}\ \frac{1}{4}\qquad\textbf{(B)}\ \frac{1}{2}\qquad\textbf{(C)}\ 1\qquad\textbf{(D)}\ 2\qquad\textbf{(E)}\ 4\qquad </math>
 +
 +
[[2013 AMC 12A Problems/Problems 7|Solution]]
 +
 +
== Problem 9 ==
 +
 +
In <math>\triangle ABC</math>, <math>AB=AC=28</math> and <math>BC=20</math>.  Points <math>D,E,</math> and <math>F</math> are on sides <math>\overline{AB}</math>, <math>\overline{BC}</math>, and <math>\overline{AC}</math>, respectively, such that <math>\overline{DE}</math> and <math>\overline{EF}</math> are parallel to <math>\overline{AC}</math> and <math>\overline{AB}</math>, respectively.  What is the perimeter of parallelogram <math>ADEF</math>?
 +
 +
<asy>
 +
size(180);
 +
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
 +
real r=5/7;
 +
pair A=(10,sqrt(28^2-100)),B=origin,C=(20,0),D=(A.x*r,A.y*r);
 +
pair bottom=(C.x+(D.x-A.x),C.y+(D.y-A.y));
 +
pair E=extension(D,bottom,B,C);
 +
pair top=(E.x+D.x,E.y+D.y);
 +
pair F=extension(E,top,A,C);
 +
draw(A--B--C--cycle^^D--E--F);
 +
dot(A^^B^^C^^D^^E^^F);
 +
label("$A$",A,NW);
 +
label("$B$",B,SW);
 +
label("$C$",C,SE);
 +
label("$D$",D,W);
 +
label("$E$",E,S);
 +
label("$F$",F,dir(0));
 +
</asy>
 +
 +
<math>\textbf{(A) }48\qquad
 +
\textbf{(B) }52\qquad
 +
\textbf{(C) }56\qquad
 +
\textbf{(D) }60\qquad
 +
\textbf{(E) }72\qquad</math>
 +
 +
[[2013 AMC 12A Problems/Problems 9|Solution]]
 +
 +
== Problem 10 ==
 +
 +
Let <math>S</math> be the set of positive integers <math>n</math> for which <math>\tfrac{1}{n}</math> has the repeating decimal representation <math>0.\overline{ab} = 0.ababab\cdots,</math> with <math>a</math> and <math>b</math> different digits.  What is the sum of the elements of <math>S</math>?
 +
 +
<math> \textbf{(A)}\ 11\qquad\textbf{(B)}\ 44\qquad\textbf{(C)}\ 110\qquad\textbf{(D)}\ 143\qquad\textbf{(E)}\ 155\qquad </math>
 +
 +
[[2013 AMC 12A Problems/Problems 10|Solution]]

Revision as of 21:52, 6 February 2013

2013 AMC 12A (Answer Key)
Printable versions: WikiAoPS ResourcesPDF

Instructions

  1. This is a 25-question, multiple choice test. Each question is followed by answers marked A, B, C, D and E. Only one of these is correct.
  2. You will receive 6 points for each correct answer, 2.5 points for each problem left unanswered if the year is before 2006, 1.5 points for each problem left unanswered if the year is after 2006, and 0 points for each incorrect answer.
  3. No aids are permitted other than scratch paper, graph paper, ruler, compass, protractor and erasers (and calculators that are accepted for use on the test if before 2006. No problems on the test will require the use of a calculator).
  4. Figures are not necessarily drawn to scale.
  5. You will have 75 minutes working time to complete the test.
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

Problem 1

Square $ABCD$ has side length $10$. Point $E$ is on $\overline{BC}$, and the area of $\bigtriangleup ABE$ is $40$. What is $BE$?

$\textbf{(A)} \ 4 \qquad \textbf{(B)} \ 5 \qquad \textbf{(C)} \ 6 \qquad \textbf{(D)} \ 7 \qquad \textbf{(E)} \ 8 \qquad$

[asy] pair A,B,C,D,E; A=(0,0); B=(0,50); C=(50,50); D=(50,0); E = (30,50);    draw(A--B);    draw(B--E);    draw(E--C); draw(C--D); draw(D--A); draw(A--E); dot(A); dot(B); dot(C); dot(D); dot(E); label("A",A,SW); label("B",B,NW); label("C",C,NE); label("D",D,SE); label("E",E,N);  [/asy]

Solution

Problem 2

A softball team played ten games, scoring $1,2,3,4,5,6,7,8,9$, and $10$ runs. They lost by one run in exactly five games. In each of the other games, they scored twice as many runs as their opponent. How many total runs did their opponents score?

$\textbf {(A) } 35 \qquad \textbf {(B) } 40 \qquad \textbf {(C) } 45 \qquad \textbf {(D) } 50 \qquad \textbf {(E) } 55$

Solution

Problem 3

A flower bouquet contains pink roses, red roses, pink carnations, and red carnations. One third of the pink flowers are roses, three fourths of the red flowers are carnations, and six tenths of the flowers are pink. What percent of the flowers are carnations?

$\textbf{(A)}\ 15\qquad\textbf{(B)}\ 30\qquad\textbf{(C)}\ 40\qquad\textbf{(D)}\ 60\qquad\textbf{(E)}\ 70$

Solution

Problem 4

What is the value of \[\frac{2^{2014}+2^{2012}}{2^{2014}-2^{2012}}?\]

$\textbf{(A)}\ -1\qquad\textbf{(B)}\ 1\qquad\textbf{(C)}\ \frac{5}{3}\qquad\textbf{(D)}\ 2013\qquad\textbf{(E)}\ 2^{4024}$

Solution

Problem 5

Tom, Dorothy, and Sammy went on a vacation and agreed to split the costs evenly. During their trip Tom paid $$105$, Dorothy paid $$125$, and Sammy paid $$175$. In order to share the costs equally, Tom gave Sammy $t$ dollars, and Dorothy gave Sammy $d$ dollars. What is $t-d$?

$\textbf{(A)}\ 15\qquad\textbf{(B)}\ 20\qquad\textbf{(C)}\ 25\qquad\textbf{(D)}\ 30\qquad\textbf{(E)}\ 35$

Solution

Problem 6

In a recent basketball game, Shenille attempted only three-point shots and two-point shots. She was successful on $20\%$ of her three-point shots and $30\%$ of her two-point shots. Shenille attempted $30$ shots. How many points did she score?

$\textbf{(A)}\ 12\qquad\textbf{(B)}\ 18\qquad\textbf{(C)}\ 24\qquad\textbf{(D)}\ 30\qquad\textbf{(E)}\ 36$

Solution

Problem 7

The sequence $S_1, S_2, S_3, \cdots, S_{10}$ has the property that every term beginning with the third is the sum of the previous two. That is, \[S_n = S_{n-2} + S_{n-1} \text{ for } n \ge 3.\] Suppose that $S_9 = 110$ and $S_7 = 42$. What is $S_4$?

$\textbf{(A)}\ 4\qquad\textbf{(B)}\ 6\qquad\textbf{(C)}\ 10\qquad\textbf{(D)}\ 12\qquad\textbf{(E)}\ 16\qquad$

Solution

Problem 8

Given that $x$ and $y$ are distinct nonzero real numbers such that $x+\tfrac{2}{x} = y + \tfrac{2}{y}$, what is $xy$?

$\textbf{(A)}\ \frac{1}{4}\qquad\textbf{(B)}\ \frac{1}{2}\qquad\textbf{(C)}\ 1\qquad\textbf{(D)}\ 2\qquad\textbf{(E)}\ 4\qquad$

Solution

Problem 9

In $\triangle ABC$, $AB=AC=28$ and $BC=20$. Points $D,E,$ and $F$ are on sides $\overline{AB}$, $\overline{BC}$, and $\overline{AC}$, respectively, such that $\overline{DE}$ and $\overline{EF}$ are parallel to $\overline{AC}$ and $\overline{AB}$, respectively. What is the perimeter of parallelogram $ADEF$?

[asy] size(180); pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); real r=5/7; pair A=(10,sqrt(28^2-100)),B=origin,C=(20,0),D=(A.x*r,A.y*r); pair bottom=(C.x+(D.x-A.x),C.y+(D.y-A.y)); pair E=extension(D,bottom,B,C); pair top=(E.x+D.x,E.y+D.y); pair F=extension(E,top,A,C); draw(A--B--C--cycle^^D--E--F); dot(A^^B^^C^^D^^E^^F); label("$A$",A,NW); label("$B$",B,SW); label("$C$",C,SE); label("$D$",D,W); label("$E$",E,S); label("$F$",F,dir(0)); [/asy]

$\textbf{(A) }48\qquad \textbf{(B) }52\qquad \textbf{(C) }56\qquad \textbf{(D) }60\qquad \textbf{(E) }72\qquad$

Solution

Problem 10

Let $S$ be the set of positive integers $n$ for which $\tfrac{1}{n}$ has the repeating decimal representation $0.\overline{ab} = 0.ababab\cdots,$ with $a$ and $b$ different digits. What is the sum of the elements of $S$?

$\textbf{(A)}\ 11\qquad\textbf{(B)}\ 44\qquad\textbf{(C)}\ 110\qquad\textbf{(D)}\ 143\qquad\textbf{(E)}\ 155\qquad$

Solution