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 "2003 AMC 12A Problems"

m (punctuation fix)
(Undo revision 149992 by Nicholasxu2020 (talk))
(Tag: Undo)
(33 intermediate revisions by 16 users not shown)
Line 1: Line 1:
 +
{{AMC12 Problems|year=2003|ab=A}}
 
== Problem 1 ==
 
== Problem 1 ==
 
What is the difference between the sum of the first <math>2003</math> even counting numbers and the sum of the first <math>2003</math> odd counting numbers?  
 
What is the difference between the sum of the first <math>2003</math> even counting numbers and the sum of the first <math>2003</math> odd counting numbers?  
Line 7: Line 8:
  
 
== Problem 2 ==
 
== Problem 2 ==
Members of the Rockham Soccer Leauge buy socks and T-shirts. Socks cost &#36;4 per pair and each T-shirt costs &#36;5 more than a pair of socks. Each member needs one pair of socks and a shirt for home games and another pair of socks and a shirt for away games. If the total cost is &#36;2366, how many members are in the Leauge?  
+
Members of the Rockham Soccer League buy socks and T-shirts. Socks cost &#36;4 per pair and each T-shirt costs &#36;5 more than a pair of socks. Each member needs one pair of socks and a shirt for home games and another pair of socks and a shirt for away games. If the total cost is &#36;2366, how many members are in the League?  
  
 
<math> \mathrm{(A) \ } 77\qquad \mathrm{(B) \ } 91\qquad \mathrm{(C) \ } 143\qquad \mathrm{(D) \ } 182\qquad \mathrm{(E) \ } 286 </math>
 
<math> \mathrm{(A) \ } 77\qquad \mathrm{(B) \ } 91\qquad \mathrm{(C) \ } 143\qquad \mathrm{(D) \ } 182\qquad \mathrm{(E) \ } 286 </math>
Line 65: Line 66:
 
== Problem 9 ==
 
== Problem 9 ==
  
A set <math>S</math> of points in the <math>xy</math>-plane is symmetric about the orgin, both coordinate axes, and the line <math>y=x</math>. If <math>(2,3)</math> is in <math>S</math>, what is the smallest number of points in <math>S</math>?
+
A set <math>S</math> of points in the <math>xy</math>-plane is symmetric about the origin, both coordinate axes, and the line <math>y=x</math>. If <math>(2,3)</math> is in <math>S</math>, what is the smallest number of points in <math>S</math>?
  
 
<math> \mathrm{(A) \ } 1\qquad \mathrm{(B) \ } 2\qquad \mathrm{(C) \ } 4\qquad \mathrm{(D) \ } 8\qquad \mathrm{(E) \ } 16 </math>
 
<math> \mathrm{(A) \ } 1\qquad \mathrm{(B) \ } 2\qquad \mathrm{(C) \ } 4\qquad \mathrm{(D) \ } 8\qquad \mathrm{(E) \ } 16 </math>
Line 80: Line 81:
  
 
== Problem 11 ==
 
== Problem 11 ==
 +
 +
A square and an equilateral triangle have the same perimeter. Let <math>A</math> be the area of the circle circumscribed about the square and <math>B</math> the area of the circle circumscribed around the triangle. Find <math>A/B</math>.
 +
 +
<math> \mathrm{(A) \ } \frac{9}{16}\qquad \mathrm{(B) \ } \frac{3}{4}\qquad \mathrm{(C) \ } \frac{27}{32}\qquad \mathrm{(D) \ } \frac{3\sqrt{6}}{8}\qquad \mathrm{(E) \ } 1 </math>
  
 
[[2003 AMC 12A Problems/Problem 11|Solution]]
 
[[2003 AMC 12A Problems/Problem 11|Solution]]
Line 91: Line 96:
  
 
== Problem 13 ==
 
== Problem 13 ==
The polygon enclosed by the solid lines in the figure consists of 4 congruent squares joined edge-to-edge. One more congruent square is attatched to an edge at one of the nine positions indicated. How many of the nine resulting polygons can be folded to form a cube with one face missing?  
+
The polygon enclosed by the solid lines in the figure consists of 4 congruent squares joined edge-to-edge. One more congruent square is attached to an edge at one of the nine positions indicated. How many of the nine resulting polygons can be folded to form a cube with one face missing?  
  
 
[[Image:2003amc10a10.gif]]
 
[[Image:2003amc10a10.gif]]
Line 100: Line 105:
  
 
== Problem 14 ==
 
== Problem 14 ==
 +
 +
Points <math>K, L, M,</math> and <math>N</math> lie in the plane of the square <math>ABCD</math> such that <math>AKB</math>, <math>BLC</math>, <math>CMD</math>, and <math>DNA</math> are equilateral triangles. If <math>ABCD</math> has an area of 16, find the area of <math>KLMN</math>.
 +
 +
<asy>
 +
unitsize(2cm);
 +
defaultpen(fontsize(8)+linewidth(0.8));
 +
pair A=(-0.5,0.5), B=(0.5,0.5), C=(0.5,-0.5), D=(-0.5,-0.5);
 +
pair K=(0,1.366), L=(1.366,0), M=(0,-1.366), N=(-1.366,0);
 +
draw(A--N--K--A--B--K--L--B--C--L--M--C--D--M--N--D--A);
 +
label("$A$",A,SE);
 +
label("$B$",B,SW);
 +
label("$C$",C,NW);
 +
label("$D$",D,NE);
 +
label("$K$",K,NNW);
 +
label("$L$",L,E);
 +
label("$M$",M,S);
 +
label("$N$",N,W);
 +
</asy>
 +
 +
<math> \textrm{(A)}\ 32\qquad\textrm{(B)}\ 16+16\sqrt{3}\qquad\textrm{(C)}\ 48\qquad\textrm{(D)}\ 32+16\sqrt{3}\qquad\textrm{(E)}\ 64 </math>
  
 
[[2003 AMC 12A Problems/Problem 14|Solution]]
 
[[2003 AMC 12A Problems/Problem 14|Solution]]
Line 113: Line 138:
  
 
== Problem 16 ==
 
== Problem 16 ==
 +
 +
A point P is chosen at random in the interior of equilateral triangle <math>ABC</math>. What is the probability that <math>\triangle ABP</math> has a greater area than each of <math>\triangle ACP</math> and <math>\triangle BCP</math>?
 +
 +
<math> \textbf{(A)}\ \frac{1}{6}\qquad\textbf{(B)}\ \frac{1}{4}\qquad\textbf{(C)}\ \frac{1}{3}\qquad\textbf{(D)}\ \frac{1}{2}\qquad\textbf{(E)}\ \frac{2}{3} </math>
  
 
[[2003 AMC 12A Problems/Problem 16|Solution]]
 
[[2003 AMC 12A Problems/Problem 16|Solution]]
Line 118: Line 147:
 
== Problem 17 ==
 
== Problem 17 ==
  
Square <math>ABCD</math> has sides of length <math>4</math>, and <math>M</math> is the midpoint of <math>\overline{CD}</math>. A circle with radius <math>2</math> and center <math>M</math> intersects a circle with raidus <math>4</math> and center <math>A</math> at points <math>P</math> and <math>D</math>. What is the distance from <math>P</math> to <math>\overline{AD}</math>?
+
Square <math>ABCD</math> has sides of length <math>4</math>, and <math>M</math> is the midpoint of <math>\overline{CD}</math>. A circle with radius <math>2</math> and center <math>M</math> intersects a circle with radius <math>4</math> and center <math>A</math> at points <math>P</math> and <math>D</math>. What is the distance from <math>P</math> to <math>\overline{AD}</math>?
  
[[Image:5d50417537c6cddfb70810403c62787b889cdcb1.png]]
+
<asy>
 +
pair A,B,C,D,M,P;
 +
D=(0,0);
 +
C=(10,0);
 +
B=(10,10);
 +
A=(0,10);
 +
M=(5,0);
 +
P=(8,4);
 +
dot(M);
 +
dot(P);
 +
draw(A--B--C--D--cycle,linewidth(0.7));
 +
draw((5,5)..D--C..cycle,linewidth(0.7));
 +
draw((7.07,2.93)..B--A--D..cycle,linewidth(0.7));
 +
label("$A$",A,NW);
 +
label("$B$",B,NE);
 +
label("$C$",C,SE);
 +
label("$D$",D,SW);
 +
label("$M$",M,S);
 +
label("$P$",P,N);
 +
</asy>
  
 
<math>\textbf{(A)}\ 3 \qquad \textbf{(B)}\ \frac {16}{5} \qquad \textbf{(C)}\ \frac {13}{4} \qquad \textbf{(D)}\ 2\sqrt {3} \qquad \textbf{(E)}\ \frac {7}{2}</math>
 
<math>\textbf{(A)}\ 3 \qquad \textbf{(B)}\ \frac {16}{5} \qquad \textbf{(C)}\ \frac {13}{4} \qquad \textbf{(D)}\ 2\sqrt {3} \qquad \textbf{(E)}\ \frac {7}{2}</math>
Line 134: Line 182:
  
 
== Problem 19 ==
 
== Problem 19 ==
 +
 +
A parabola with equation <math>y=ax^2+bx+c</math> is reflected about the <math>x</math>-axis. The parabola and its reflection are translated horizontally five units in opposite directions to become the graphs of <math>y=f(x)</math> and <math>y=g(x)</math>, respectively. Which of the following describes the graph of <math>y=(f+g)(x)</math>?
 +
 +
<math> \textbf{(A)}\ \text{a parabola tangent to the }x\text{-axis} </math>
 +
<math> \textbf{(B)}\ \text{a parabola not tangent to the }x\text{-axis}\qquad\textbf{(C)}\ \text{a horizontal line} </math>
 +
<math> \textbf{(D)}\ \text{a non-horizontal line}\qquad\textbf{(E)}\ \text{the graph of a cubic function} </math>
  
 
[[2003 AMC 12A Problems/Problem 19|Solution]]
 
[[2003 AMC 12A Problems/Problem 19|Solution]]
  
 
== Problem 20 ==
 
== Problem 20 ==
 +
 +
How many <math>15</math>-letter arrangements of <math>5</math> A's, <math>5</math> B's, and <math>5</math> C's have no A's in the first <math>5</math> letters, no B's in the next <math>5</math> letters, and no C's in the last <math>5</math> letters?
 +
 +
<math> \textrm{(A)}\ \sum_{k=0}^{5}\binom{5}{k}^{3}\qquad\textrm{(B)}\ 3^{5}\cdot 2^{5}\qquad\textrm{(C)}\ 2^{15}\qquad\textrm{(D)}\ \frac{15!}{(5!)^{3}}\qquad\textrm{(E)}\ 3^{15} </math>
  
 
[[2003 AMC 12A Problems/Problem 20|Solution]]
 
[[2003 AMC 12A Problems/Problem 20|Solution]]
Line 153: Line 211:
  
 
== Problem 22 ==
 
== Problem 22 ==
 +
 +
Objects <math>A</math> and <math>B</math> move simultaneously in the coordinate plane via a sequence of steps, each of length one. Object <math>A</math> starts at <math>(0,0)</math> and each of its steps is either right or up, both equally likely. Object <math>B</math> starts at <math>(5,7)</math> and each of its steps is either to the left or down, both equally likely. Which of the following is closest to the probability that the objects meet?
 +
 +
<math>
 +
\mathrm{(A)} \ 0.10 \qquad
 +
\mathrm{(B)} \ 0.15 \qquad
 +
\mathrm{(C)} \ 0.20 \qquad
 +
\mathrm{(D)} \ 0.25 \qquad
 +
\mathrm{(E)} \ 0.30 \qquad
 +
</math>
 +
  
 
[[2003 AMC 12A Problems/Problem 22|Solution]]
 
[[2003 AMC 12A Problems/Problem 22|Solution]]
  
 
== Problem 23 ==
 
== Problem 23 ==
 +
 +
How many perfect squares are divisors of the product <math>1! \cdot 2! \cdot 3! \cdot \hdots \cdot 9!</math>?
 +
 +
<math> \textbf{(A)}\ 504\qquad\textbf{(B)}\ 672\qquad\textbf{(C)}\ 864\qquad\textbf{(D)}\ 936\qquad\textbf{(E)}\ 1008 </math>
  
 
[[2003 AMC 12A Problems/Problem 23|Solution]]
 
[[2003 AMC 12A Problems/Problem 23|Solution]]
  
 
== Problem 24 ==
 
== Problem 24 ==
 +
 +
If <math>a\geq b > 1,</math> what is the largest possible value of <math>\log_{a}(a/b) + \log_{b}(b/a)?</math>
 +
 +
<math>
 +
\mathrm{(A)}\ -2      \qquad
 +
\mathrm{(B)}\ 0    \qquad
 +
\mathrm{(C)}\ 2      \qquad
 +
\mathrm{(D)}\ 3      \qquad
 +
\mathrm{(E)}\ 4
 +
</math>
  
 
[[2003 AMC 12A Problems/Problem 24|Solution]]
 
[[2003 AMC 12A Problems/Problem 24|Solution]]
  
 
== Problem 25 ==
 
== Problem 25 ==
Let <math>\displaystyle f(x)= \sqrt{ax^2+bx} </math>.  For how many real values of <math>a</math> is there at least one positive value of <math> b </math> for which the domain of <math>f </math> and the range <math> f </math> are the same set?
+
Let <math>f(x)= \sqrt{ax^2+bx} </math>.  For how many real values of <math>a</math> is there at least one positive value of <math> b </math> for which the domain of <math>f </math> and the range of <math> f </math> are the same set?
  
 
<math> \mathrm{(A) \ 0 } \qquad \mathrm{(B) \ 1 } \qquad \mathrm{(C) \ 2 } \qquad \mathrm{(D) \ 3 } \qquad \mathrm{(E) \ \mathrm{infinitely \ many} }  </math>
 
<math> \mathrm{(A) \ 0 } \qquad \mathrm{(B) \ 1 } \qquad \mathrm{(C) \ 2 } \qquad \mathrm{(D) \ 3 } \qquad \mathrm{(E) \ \mathrm{infinitely \ many} }  </math>
Line 172: Line 255:
  
 
== See also ==
 
== See also ==
 +
 +
{{AMC12 box|year=2003|ab=A|before=[[2002 AMC 12B Problems]]|after=[[2003 AMC 12B Problems]]}}
 +
 
* [[AMC 12]]
 
* [[AMC 12]]
 
* [[AMC 12 Problems and Solutions]]
 
* [[AMC 12 Problems and Solutions]]
 
* [[2003 AMC 12A]]
 
* [[2003 AMC 12A]]
 
* [[Mathematics competition resources]]
 
* [[Mathematics competition resources]]
 +
{{MAA Notice}}

Revision as of 22:00, 26 March 2021

2003 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

What is the difference between the sum of the first $2003$ even counting numbers and the sum of the first $2003$ odd counting numbers?

$\mathrm{(A) \ } 0\qquad \mathrm{(B) \ } 1\qquad \mathrm{(C) \ } 2\qquad \mathrm{(D) \ } 2003\qquad \mathrm{(E) \ } 4006$

Solution

Problem 2

Members of the Rockham Soccer League buy socks and T-shirts. Socks cost $4 per pair and each T-shirt costs $5 more than a pair of socks. Each member needs one pair of socks and a shirt for home games and another pair of socks and a shirt for away games. If the total cost is $2366, how many members are in the League?

$\mathrm{(A) \ } 77\qquad \mathrm{(B) \ } 91\qquad \mathrm{(C) \ } 143\qquad \mathrm{(D) \ } 182\qquad \mathrm{(E) \ } 286$

Solution

Problem 3

A solid box is $15$ cm by $10$ cm by $8$ cm. A new solid is formed by removing a cube $3$ cm on a side from each corner of this box. What percent of the original volume is removed?

$\mathrm{(A) \ } 4.5\qquad \mathrm{(B) \ } 9\qquad \mathrm{(C) \ } 12\qquad \mathrm{(D) \ } 18\qquad \mathrm{(E) \ } 24$

Solution

Problem 4

It takes Mary $30$ minutes to walk uphill $1$ km from her home to school, but it takes her only $10$ minutes to walk from school to her home along the same route. What is her average speed, in km/hr, for the round trip?

$\mathrm{(A) \ } 3\qquad \mathrm{(B) \ } 3.125\qquad \mathrm{(C) \ } 3.5\qquad \mathrm{(D) \ } 4\qquad \mathrm{(E) \ } 4.5$

Solution

Problem 5

The sum of the two 5-digit numbers $AMC10$ and $AMC12$ is $123422$. What is $A+M+C$?

$\mathrm{(A) \ } 10\qquad \mathrm{(B) \ } 11\qquad \mathrm{(C) \ } 12\qquad \mathrm{(D) \ } 13\qquad \mathrm{(E) \ } 14$

Solution

Problem 6

Define $x \heartsuit y$ to be $|x-y|$ for all real numbers $x$ and $y$. Which of the following statements is not true?

$\mathrm{(A) \ } x \heartsuit y = y \heartsuit x$ for all $x$ and $y$

$\mathrm{(B) \ } 2(x \heartsuit y) = (2x) \heartsuit (2y)$ for all $x$ and $y$

$\mathrm{(C) \ } x \heartsuit 0 = x$ for all $x$

$\mathrm{(D) \ } x \heartsuit x = 0$ for all $x$

$\mathrm{(E) \ } x \heartsuit y > 0$ if $x \neq y$

Solution

Problem 7

How many non-congruent triangles with perimeter $7$ have integer side lengths?

$\mathrm{(A) \ } 1\qquad \mathrm{(B) \ } 2\qquad \mathrm{(C) \ } 3\qquad \mathrm{(D) \ } 4\qquad \mathrm{(E) \ } 5$

Solution

Problem 8

What is the probability that a randomly drawn positive factor of $60$ is less than $7$?

$\mathrm{(A) \ } \frac{1}{10}\qquad \mathrm{(B) \ } \frac{1}{6}\qquad \mathrm{(C) \ } \frac{1}{4}\qquad \mathrm{(D) \ } \frac{1}{3}\qquad \mathrm{(E) \ } \frac{1}{2}$

Solution

Problem 9

A set $S$ of points in the $xy$-plane is symmetric about the origin, both coordinate axes, and the line $y=x$. If $(2,3)$ is in $S$, what is the smallest number of points in $S$?

$\mathrm{(A) \ } 1\qquad \mathrm{(B) \ } 2\qquad \mathrm{(C) \ } 4\qquad \mathrm{(D) \ } 8\qquad \mathrm{(E) \ } 16$

Solution

Problem 10

Al, Bert, and Carl are the winners of a school drawing for a pile of Halloween candy, which they are to divide in a ratio of $3:2:1$, respectively. Due to some confusion they come at different times to claim their prizes, and each assumes he is the first to arrive. If each takes what he believes to be the correct share of candy, what fraction of the candy goes unclaimed?

$\mathrm{(A) \ } \frac{1}{18}\qquad \mathrm{(B) \ } \frac{1}{6}\qquad \mathrm{(C) \ } \frac{2}{9}\qquad \mathrm{(D) \ } \frac{5}{18}\qquad \mathrm{(E) \ } \frac{5}{12}$

Solution

Problem 11

A square and an equilateral triangle have the same perimeter. Let $A$ be the area of the circle circumscribed about the square and $B$ the area of the circle circumscribed around the triangle. Find $A/B$.

$\mathrm{(A) \ } \frac{9}{16}\qquad \mathrm{(B) \ } \frac{3}{4}\qquad \mathrm{(C) \ } \frac{27}{32}\qquad \mathrm{(D) \ } \frac{3\sqrt{6}}{8}\qquad \mathrm{(E) \ } 1$

Solution

Problem 12

Sally has five red cards numbered $1$ through $5$ and four blue cards numbered $3$ through $6$. She stacks the cards so that the colors alternate and so that the number on each red card divides evenly into the number on each neighboring blue card. What is the sum of the numbers on the middle three cards?

$\mathrm{(A) \ } 8\qquad \mathrm{(B) \ } 9\qquad \mathrm{(C) \ } 10\qquad \mathrm{(D) \ } 11\qquad \mathrm{(E) \ } 12$

Solution

Problem 13

The polygon enclosed by the solid lines in the figure consists of 4 congruent squares joined edge-to-edge. One more congruent square is attached to an edge at one of the nine positions indicated. How many of the nine resulting polygons can be folded to form a cube with one face missing?

2003amc10a10.gif

$\mathrm{(A) \ } 2\qquad \mathrm{(B) \ } 3\qquad \mathrm{(C) \ } 4\qquad \mathrm{(D) \ } 5\qquad \mathrm{(E) \ } 6$

Solution

Problem 14

Points $K, L, M,$ and $N$ lie in the plane of the square $ABCD$ such that $AKB$, $BLC$, $CMD$, and $DNA$ are equilateral triangles. If $ABCD$ has an area of 16, find the area of $KLMN$.

[asy] unitsize(2cm); defaultpen(fontsize(8)+linewidth(0.8)); pair A=(-0.5,0.5), B=(0.5,0.5), C=(0.5,-0.5), D=(-0.5,-0.5); pair K=(0,1.366), L=(1.366,0), M=(0,-1.366), N=(-1.366,0); draw(A--N--K--A--B--K--L--B--C--L--M--C--D--M--N--D--A); label("$A$",A,SE); label("$B$",B,SW); label("$C$",C,NW); label("$D$",D,NE); label("$K$",K,NNW); label("$L$",L,E); label("$M$",M,S); label("$N$",N,W); [/asy]

$\textrm{(A)}\ 32\qquad\textrm{(B)}\ 16+16\sqrt{3}\qquad\textrm{(C)}\ 48\qquad\textrm{(D)}\ 32+16\sqrt{3}\qquad\textrm{(E)}\ 64$

Solution

Problem 15

A semicircle of diameter $1$ sits at the top of a semicircle of diameter $2$, as shown. The shaded area inside the smaller semicircle and outside the larger semicircle is called a lune. Determine the area of this lune.

2003amc10a19.gif

$\mathrm{(A) \ } \frac{1}{6}\pi-\frac{\sqrt{3}}{4}\qquad \mathrm{(B) \ } \frac{\sqrt{3}}{4}-\frac{1}{12}\pi\qquad \mathrm{(C) \ } \frac{\sqrt{3}}{4}-\frac{1}{24}\pi\qquad \mathrm{(D) \ } \frac{\sqrt{3}}{4}+\frac{1}{24}\pi\qquad \mathrm{(E) \ } \frac{\sqrt{3}}{4}+\frac{1}{12}\pi$

Solution

Problem 16

A point P is chosen at random in the interior of equilateral triangle $ABC$. What is the probability that $\triangle ABP$ has a greater area than each of $\triangle ACP$ and $\triangle BCP$?

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

Solution

Problem 17

Square $ABCD$ has sides of length $4$, and $M$ is the midpoint of $\overline{CD}$. A circle with radius $2$ and center $M$ intersects a circle with radius $4$ and center $A$ at points $P$ and $D$. What is the distance from $P$ to $\overline{AD}$?

[asy] pair A,B,C,D,M,P; D=(0,0); C=(10,0); B=(10,10); A=(0,10); M=(5,0); P=(8,4); dot(M); dot(P); draw(A--B--C--D--cycle,linewidth(0.7)); draw((5,5)..D--C..cycle,linewidth(0.7)); draw((7.07,2.93)..B--A--D..cycle,linewidth(0.7)); label("$A$",A,NW); label("$B$",B,NE); label("$C$",C,SE); label("$D$",D,SW); label("$M$",M,S); label("$P$",P,N); [/asy]

$\textbf{(A)}\ 3 \qquad \textbf{(B)}\ \frac {16}{5} \qquad \textbf{(C)}\ \frac {13}{4} \qquad \textbf{(D)}\ 2\sqrt {3} \qquad \textbf{(E)}\ \frac {7}{2}$

Solution

Problem 18

Let $n$ be a $5$-digit number, and let $q$ and $r$ be the quotient and the remainder, respectively, when $n$ is divided by $100$. For how many values of $n$ is $q+r$ divisible by $11$?

$\mathrm{(A) \ } 8180\qquad \mathrm{(B) \ } 8181\qquad \mathrm{(C) \ } 8182\qquad \mathrm{(D) \ } 9000\qquad \mathrm{(E) \ } 9090$

Solution

Problem 19

A parabola with equation $y=ax^2+bx+c$ is reflected about the $x$-axis. The parabola and its reflection are translated horizontally five units in opposite directions to become the graphs of $y=f(x)$ and $y=g(x)$, respectively. Which of the following describes the graph of $y=(f+g)(x)$?

$\textbf{(A)}\ \text{a parabola tangent to the }x\text{-axis}$ $\textbf{(B)}\ \text{a parabola not tangent to the }x\text{-axis}\qquad\textbf{(C)}\ \text{a horizontal line}$ $\textbf{(D)}\ \text{a non-horizontal line}\qquad\textbf{(E)}\ \text{the graph of a cubic function}$

Solution

Problem 20

How many $15$-letter arrangements of $5$ A's, $5$ B's, and $5$ C's have no A's in the first $5$ letters, no B's in the next $5$ letters, and no C's in the last $5$ letters?

$\textrm{(A)}\ \sum_{k=0}^{5}\binom{5}{k}^{3}\qquad\textrm{(B)}\ 3^{5}\cdot 2^{5}\qquad\textrm{(C)}\ 2^{15}\qquad\textrm{(D)}\ \frac{15!}{(5!)^{3}}\qquad\textrm{(E)}\ 3^{15}$

Solution

Problem 21

The graph of the polynomial

$P(x) = x^5 + ax^4 + bx^3 + cx^2 + dx + e$

has five distinct $x$-intercepts, one of which is at $(0,0)$. Which of the following coefficients cannot be zero?

$\textbf{(A)}\ a \qquad \textbf{(B)}\ b \qquad \textbf{(C)}\ c \qquad \textbf{(D)}\ d \qquad \textbf{(E)}\ e$

Solution

Problem 22

Objects $A$ and $B$ move simultaneously in the coordinate plane via a sequence of steps, each of length one. Object $A$ starts at $(0,0)$ and each of its steps is either right or up, both equally likely. Object $B$ starts at $(5,7)$ and each of its steps is either to the left or down, both equally likely. Which of the following is closest to the probability that the objects meet?

$\mathrm{(A)} \ 0.10 \qquad \mathrm{(B)} \ 0.15 \qquad \mathrm{(C)} \ 0.20 \qquad \mathrm{(D)} \ 0.25 \qquad \mathrm{(E)} \ 0.30 \qquad$


Solution

Problem 23

How many perfect squares are divisors of the product $1! \cdot 2! \cdot 3! \cdot \hdots \cdot 9!$?

$\textbf{(A)}\ 504\qquad\textbf{(B)}\ 672\qquad\textbf{(C)}\ 864\qquad\textbf{(D)}\ 936\qquad\textbf{(E)}\ 1008$

Solution

Problem 24

If $a\geq b > 1,$ what is the largest possible value of $\log_{a}(a/b) + \log_{b}(b/a)?$

$\mathrm{(A)}\ -2      \qquad \mathrm{(B)}\ 0     \qquad \mathrm{(C)}\ 2      \qquad \mathrm{(D)}\ 3      \qquad \mathrm{(E)}\ 4$

Solution

Problem 25

Let $f(x)= \sqrt{ax^2+bx}$. For how many real values of $a$ is there at least one positive value of $b$ for which the domain of $f$ and the range of $f$ are the same set?

$\mathrm{(A) \ 0 } \qquad \mathrm{(B) \ 1 } \qquad \mathrm{(C) \ 2 } \qquad \mathrm{(D) \ 3 } \qquad \mathrm{(E) \ \mathrm{infinitely \ many} }$

Solution

See also

2003 AMC 12A (ProblemsAnswer KeyResources)
Preceded by
2002 AMC 12B Problems
Followed by
2003 AMC 12B 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 12 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png