problem_id
stringlengths
32
32
link
stringlengths
75
84
problem
stringlengths
14
5.33k
solution
stringlengths
15
6.63k
letter
stringclasses
5 values
answer
stringclasses
957 values
f08c9f2ca86f415ed92b02ca627cabe3
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_13
At a party, each man danced with exactly three women and each woman danced with exactly two men. Twelve men attended the party. How many women attended the party? $\mathrm{(A) \ } 8 \qquad \mathrm{(B) \ } 12 \qquad \mathrm{(C) \ } 16 \qquad \mathrm{(D) \ } 18 \qquad \mathrm{(E) \ } 24$
If each man danced with $3$ women, then there will be a total of $3\times12=36$ pairs of men and women. However, each woman only danced with $2$ men, so there must have been $\frac{36}2 \Longrightarrow \boxed{18}$ women.
D
18
f08c9f2ca86f415ed92b02ca627cabe3
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_13
At a party, each man danced with exactly three women and each woman danced with exactly two men. Twelve men attended the party. How many women attended the party? $\mathrm{(A) \ } 8 \qquad \mathrm{(B) \ } 12 \qquad \mathrm{(C) \ } 16 \qquad \mathrm{(D) \ } 18 \qquad \mathrm{(E) \ } 24$
Consider drawing out a diagram. Let a circle represent a man, and let a shaded circle represent a woman. Then, we know that for every 2 men, there will be 3 woman using our diagram. Therefore, the ratio between the number of men and women is 2:3. Hence, we know that: $\frac{2}{3} = \frac{12}{x} \implies x = 18 \implies \boxed{18}.$
D
18
87c6bc37b9ac68bdfbb914eb18067d67
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_14
The average value of all the pennies, nickels, dimes, and quarters in Paula's purse is $20$ cents. If she had one more quarter, the average value would be $21$ cents. How many dimes does she have in her purse? $\text {(A)}\ 0 \qquad \text {(B)}\ 1 \qquad \text {(C)}\ 2 \qquad \text {(D)}\ 3\qquad \text {(E)}\ 4$
Let the total value, in cents, of the coins Paula has originally be $v$ , and the number of coins she has be $n$ . Then $\frac{v}{n}=20\Longrightarrow v=20n$ and $\frac{v+25}{n+1}=21$ . Substituting yields: $20n+25=21(n+1),$ so $n=4$ $v = 80.$ Then, we see that the only way Paula can satisfy this rule is if she had $3$ quarters and $1$ nickel in her purse. Thus, she has $\boxed{0}$ dimes.
A
0
87c6bc37b9ac68bdfbb914eb18067d67
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_14
The average value of all the pennies, nickels, dimes, and quarters in Paula's purse is $20$ cents. If she had one more quarter, the average value would be $21$ cents. How many dimes does she have in her purse? $\text {(A)}\ 0 \qquad \text {(B)}\ 1 \qquad \text {(C)}\ 2 \qquad \text {(D)}\ 3\qquad \text {(E)}\ 4$
If the new coin was worth $20$ cents, adding it would not change the mean. The additional $5$ cents raise the mean by $1$ , thus the new number of coins must be $5$ . Therefore there were $4$ coins worth a total of $4\times20=80$ cents. As in the previous solution, we conclude that the only way to get $80$ cents using $4$ coins is $25+25+25+5$ . Thus, having three quarters, one nickel, and no dimes $\boxed{0}.$
A
0
f1ac846dce58aa2e99b0a5dc5febb115
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_15
Given that $-4\leq x\leq-2$ and $2\leq y\leq4$ , what is the largest possible value of $\frac{x+y}{x}$ $\mathrm{(A) \ } -1 \qquad \mathrm{(B) \ } -\frac12 \qquad \mathrm{(C) \ } 0 \qquad \mathrm{(D) \ } \frac12 \qquad \mathrm{(E) \ } 1$
Rewrite $\frac{(x+y)}x$ as $\frac{x}x+\frac{y}x=1+\frac{y}x$ We also know that $\frac{y}x<0$ because $x$ and $y$ are of opposite sign. Therefore, $1+\frac{y}x$ is maximized when $|\frac{y}x|$ is minimized, which occurs when $|x|$ is the largest and $|y|$ is the smallest. This occurs at $(-4,2)$ , so $\frac{x+y}x=1-\frac12=\frac12\Rightarrow\boxed{12}$
D
12
f1ac846dce58aa2e99b0a5dc5febb115
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_15
Given that $-4\leq x\leq-2$ and $2\leq y\leq4$ , what is the largest possible value of $\frac{x+y}{x}$ $\mathrm{(A) \ } -1 \qquad \mathrm{(B) \ } -\frac12 \qquad \mathrm{(C) \ } 0 \qquad \mathrm{(D) \ } \frac12 \qquad \mathrm{(E) \ } 1$
If the answer choice is valid, then it must satisfy $\frac{(x+y)}x$ . We use answer choices from greatest to least since the question asks for the greatest value. Answer choice $\text{(E)}$ . We see that if $\frac{(x+y)}x = 1$ then $x+y=x$ and $y=0$ . However, $0$ is not in the domain of $y$ , so $\text{(E)}$ is incorrect. Answer choice $\text{(D)}$ , however, we can find a value that satisfies $\frac{x+y}{x}=\frac{1}{2}$ which simplifies to $x+2y=0$ , such as $(-4,2)$ Therefore, $\boxed{12}$ is the greatest.
D
12
f1ac846dce58aa2e99b0a5dc5febb115
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_15
Given that $-4\leq x\leq-2$ and $2\leq y\leq4$ , what is the largest possible value of $\frac{x+y}{x}$ $\mathrm{(A) \ } -1 \qquad \mathrm{(B) \ } -\frac12 \qquad \mathrm{(C) \ } 0 \qquad \mathrm{(D) \ } \frac12 \qquad \mathrm{(E) \ } 1$
As $-4\leq x\leq-2$ , we know that the denominator of our given fraction is negative. So to achieve the greatest value possible, our numerator, or $x+y$ must also be as small as possible. So we pick our smallest value for $y$ , which is $2$ Now if we if set our value of $x$ to its lowest, our expression becomes $\frac{(-2+2)}{-2} = \frac{0}{2}$ As we decrease our $x$ value, we see that our numerator decrease from $0$ and our denominator decrease from $-2$ at the same rate. So decreasing our $x$ value decreases the overwhelming gap between our denominator and numerator, which gives us an overall bigger number. So we also pick the smallest value for $x$ , which is $-4$ . We know have $\frac{(-4+2)}{-4} = \frac{-2}{-4} = \frac{1}{2}$ Therefore, $\boxed{12}$ is our greatest possible value.
D
12
76f18aa1671beb31a1e9170151a4c869
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_16
The $5\times 5$ grid shown contains a collection of squares with sizes from $1\times 1$ to $5\times 5$ . How many of these squares contain the black center square? 2004 AMC 10A problem 16.png $\mathrm{(A) \ } 12 \qquad \mathrm{(B) \ } 15 \qquad \mathrm{(C) \ } 17 \qquad \mathrm{(D) \ } 19\qquad \mathrm{(E) \ } 20$
Since there are five types of squares: $1 \times 1, 2 \times 2, 3 \times 3, 4 \times 4,$ and $5 \times 5.$ We must find how many of each square contain the black shaded square in the center. If we list them, we get that Thus, the answer is $1+4+9+4+1=19\Rightarrow\boxed{19}$
D
19
76f18aa1671beb31a1e9170151a4c869
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_16
The $5\times 5$ grid shown contains a collection of squares with sizes from $1\times 1$ to $5\times 5$ . How many of these squares contain the black center square? 2004 AMC 10A problem 16.png $\mathrm{(A) \ } 12 \qquad \mathrm{(B) \ } 15 \qquad \mathrm{(C) \ } 17 \qquad \mathrm{(D) \ } 19\qquad \mathrm{(E) \ } 20$
We use complementary counting. There are only $2\times2$ and $1\times1$ squares that do not contain the black square. Counting, there are $12$ $2\times2$ squares, and $25-1 = 24$ $1\times1$ squares that do not contain the black square. That gives $12+24=36$ squares that don't contain it. There are a total of $25+16+9+4+1 = 55$ squares possible $(25$ $1\times1$ squares $16$ $2\times2$ squares $9$ $3\times3$ squares $4$ $4\times4$ squares and $1$ $5\times5$ square), therefore there are $55-36 = 19$ squares that contain the black square, which is $\boxed{19}$
D
19
b58fa47d66ec8036492de4c57b9296fb
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_17
Brenda and Sally run in opposite directions on a circular track, starting at diametrically opposite points. They first meet after Brenda has run 100 meters. They next meet after Sally has run 150 meters past their first meeting point. Each girl runs at a constant speed. What is the length of the track in meters? $\mathrm{(A) \ } 250 \qquad \mathrm{(B) \ } 300 \qquad \mathrm{(C) \ } 350 \qquad \mathrm{(D) \ } 400\qquad \mathrm{(E) \ } 500$
Call the length of the race track $x$ . When they meet at the first meeting point, Brenda has run $100$ meters, while Sally has run $\frac{x}{2} - 100$ meters. By the second meeting point, Sally has run $150$ meters, while Brenda has run $x - 150$ meters. Since they run at a constant speed, we can set up a proportion $\frac{100}{x- 150} = \frac{\frac{x}{2} - 100}{150}$ . Cross-multiplying, we get that $x = 350\Longrightarrow\boxed{350}$
C
350
b58fa47d66ec8036492de4c57b9296fb
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_17
Brenda and Sally run in opposite directions on a circular track, starting at diametrically opposite points. They first meet after Brenda has run 100 meters. They next meet after Sally has run 150 meters past their first meeting point. Each girl runs at a constant speed. What is the length of the track in meters? $\mathrm{(A) \ } 250 \qquad \mathrm{(B) \ } 300 \qquad \mathrm{(C) \ } 350 \qquad \mathrm{(D) \ } 400\qquad \mathrm{(E) \ } 500$
The total distance the girls run between the start and the first meeting is one half of the track length. The total distance they run between the two meetings is the track length. As the girls run at constant speeds, the interval between the meetings is twice as long as the interval between the start and the first meeting. Thus between the meetings Brenda will run $2\times100=200$ meters. Therefore the length of the track is $150 + 200 = 350$ meters $\Rightarrow\boxed{350}$
C
350
e278cfd0dbc6f6131d0c7c0487d25160
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_18
sequence of three real numbers forms an arithmetic progression with a first term of $9$ . If $2$ is added to the second term and $20$ is added to the third term, the three resulting numbers form a geometric progression . What is the smallest possible value for the third term in the geometric progression? $\text {(A)}\ 1 \qquad \text {(B)}\ 4 \qquad \text {(C)}\ 36 \qquad \text {(D)}\ 49 \qquad \text {(E)}\ 81$
Let $d$ be the common difference. Then $9$ $9+d+2=11+d$ $9+2d+20=29+2d$ are the terms of the geometric progression. Since the middle term is the geometric mean of the other two terms, $(11+d)^2 = 9(2d+29)$ $\Longrightarrow d^2 + 4d - 140$ $= (d+14)(d-10) = 0$ . The smallest possible value occurs when $d = -14$ , and the third term is $2(-14) + 29 = 1\Rightarrow\boxed{1}$
A
1
e278cfd0dbc6f6131d0c7c0487d25160
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_18
sequence of three real numbers forms an arithmetic progression with a first term of $9$ . If $2$ is added to the second term and $20$ is added to the third term, the three resulting numbers form a geometric progression . What is the smallest possible value for the third term in the geometric progression? $\text {(A)}\ 1 \qquad \text {(B)}\ 4 \qquad \text {(C)}\ 36 \qquad \text {(D)}\ 49 \qquad \text {(E)}\ 81$
Let $d$ be the common difference and $r$ be the common ratio. Then the arithmetic sequence is $9$ $9+d$ , and $9+2d$ . The geometric sequence (when expressed in terms of $d$ ) has the terms $9$ $11+d$ , and $29+2d$ . Thus, we get the following equations: $9r=11+d\Rightarrow d=9r-11$ $9r^2=29+2d$ Plugging in the first equation into the second, our equation becomes $9r^2=29+18r-22\Longrightarrow9r^2-18r-7=0$ . By the quadratic formula, $r$ can either be $-\frac{1}{3}$ or $\frac{7}{3}$ . If $r$ is $-\frac{1}{3}$ , the third term (of the geometric sequence) would be $1$ , and if $r$ is $\frac{7}{3}$ , the third term would be $49$ . Clearly the minimum possible value for the third term of the geometric sequence is $\boxed{1}$
A
1
e278cfd0dbc6f6131d0c7c0487d25160
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_18
sequence of three real numbers forms an arithmetic progression with a first term of $9$ . If $2$ is added to the second term and $20$ is added to the third term, the three resulting numbers form a geometric progression . What is the smallest possible value for the third term in the geometric progression? $\text {(A)}\ 1 \qquad \text {(B)}\ 4 \qquad \text {(C)}\ 36 \qquad \text {(D)}\ 49 \qquad \text {(E)}\ 81$
Let the three numbers be, in increasing order, $9,y,z$ Hence, we have that $9-y=y-z\implies 9+z=2y$ Also, from the second part of information given, we get that $\frac{9}{y+2}=\frac{y+2}{z+20}\implies 9(z+20)=(y+2)^2\implies y=3(\sqrt{z+20})-2$ Plugging back in... $9+z=6(\sqrt{z+20})-4\implies (9+z)^2=36(z+20)$ Simplifying, we get that $z^2-10z-551=0$ Applying the quadratic formula, we get that $z=\frac{10\pm \sqrt{2304}}{2}\implies \frac{10\pm48}{2}$ Obviously, in order to minimize the value of $z$ , we have to subtract. Hence, $z=-19$ However, the problem asks for the minimum value of the third term in a geometric progression. Hence, the answer is $-19+20=\boxed{1}$
A
1
e278cfd0dbc6f6131d0c7c0487d25160
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_18
sequence of three real numbers forms an arithmetic progression with a first term of $9$ . If $2$ is added to the second term and $20$ is added to the third term, the three resulting numbers form a geometric progression . What is the smallest possible value for the third term in the geometric progression? $\text {(A)}\ 1 \qquad \text {(B)}\ 4 \qquad \text {(C)}\ 36 \qquad \text {(D)}\ 49 \qquad \text {(E)}\ 81$
Let the arithmetic sequence be $9,9+x,9+2x$ and let the geometric sequence be $9,11+x,29+2x$ . Now, we just try all the solutions. If the last term is $1$ , then $x=-14$ . This gives the geometric sequence $9,-3,1$ which indeed works. The answer is $\boxed{1}$
A
1
e278cfd0dbc6f6131d0c7c0487d25160
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_18
sequence of three real numbers forms an arithmetic progression with a first term of $9$ . If $2$ is added to the second term and $20$ is added to the third term, the three resulting numbers form a geometric progression . What is the smallest possible value for the third term in the geometric progression? $\text {(A)}\ 1 \qquad \text {(B)}\ 4 \qquad \text {(C)}\ 36 \qquad \text {(D)}\ 49 \qquad \text {(E)}\ 81$
The terms of the arithmetic progression are 9, $9+d$ , and $9+2d$ for some real number $d$ . The terms of the geometric progression are 9, $11+d$ , and $29+2d$ . Therefore $(11+d)^{2} = 9(29+2d) \quad\text{so}\quad d^{2}+4d-140 = 0.$ Thus $d=10$ or $d=-14$ . The corresponding geometric progressions are $9, 21, 49$ and $9, -3, 1,$ so the smallest possible value for the third term of the geometric progression is $\boxed{1}$
A
1
e278cfd0dbc6f6131d0c7c0487d25160
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_18
sequence of three real numbers forms an arithmetic progression with a first term of $9$ . If $2$ is added to the second term and $20$ is added to the third term, the three resulting numbers form a geometric progression . What is the smallest possible value for the third term in the geometric progression? $\text {(A)}\ 1 \qquad \text {(B)}\ 4 \qquad \text {(C)}\ 36 \qquad \text {(D)}\ 49 \qquad \text {(E)}\ 81$
List out the first few terms arithmetic progressions and their corresponding geometric progressions. List both the positive and negative. Then you will find that the answer is $\boxed{1}$
A
1
e9828869c0e0f61880b3a7ebcf4fee3b
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_19
A white cylindrical silo has a diameter of 30 feet and a height of 80 feet. A red stripe with a horizontal width of 3 feet is painted on the silo, as shown, making two complete revolutions around it. What is the area of the stripe in square feet? [asy] size(250);defaultpen(linewidth(0.8)); draw(ellipse(origin, 3, 1)); fill((3,0)--(3,2)--(-3,2)--(-3,0)--cycle, white); draw((3,0)--(3,16)^^(-3,0)--(-3,16)); draw((0, 15)--(3, 12)^^(0, 16)--(3, 13)); filldraw(ellipse((0, 16), 3, 1), white, black); draw((-3,11)--(3, 5)^^(-3,10)--(3, 4)); draw((-3,2)--(0,-1)^^(-3,1)--(-1,-0.89)); draw((0,-1)--(0,15), dashed); draw((3,-2)--(3,-4)^^(-3,-2)--(-3,-4)); draw((-7,0)--(-5,0)^^(-7,16)--(-5,16)); draw((3,-3)--(-3,-3), Arrows(6)); draw((-6,0)--(-6,16), Arrows(6)); draw((-2,9)--(-1,9), Arrows(3)); label("$3$", (-1.375,9.05), dir(260), fontsize(7)); label("$A$", (0,15), N); label("$B$", (0,-1), NE); label("$30$", (0, -3), S); label("$80$", (-6, 8), W);[/asy] $\mathrm{(A) \ } 120 \qquad \mathrm{(B) \ } 180 \qquad \mathrm{(C) \ } 240 \qquad \mathrm{(D) \ } 360 \qquad \mathrm{(E) \ } 480$
The cylinder can be "unwrapped" into a rectangle, and we see that the stripe is a parallelogram with base $3$ and height $80$ . Thus, we get $3\times80=240\Rightarrow\boxed{240}$
C
240
b45e619374f996cdeda0fed92b031cbb
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_20
Points $E$ and $F$ are located on square $ABCD$ so that $\triangle BEF$ is equilateral. What is the ratio of the area of $\triangle DEF$ to that of $\triangle ABE$ $\mathrm{(A) \ } \frac{4}{3} \qquad \mathrm{(B) \ } \frac{3}{2} \qquad \mathrm{(C) \ } \sqrt{3} \qquad \mathrm{(D) \ } 2 \qquad \mathrm{(E) \ } 1+\sqrt{3}$
Since triangle $BEF$ is equilateral, $EA=FC$ , and $EAB$ and $FCB$ are $SAS$ congruent. Thus, triangle $DEF$ is an isosceles right triangle. So we let $DE=x$ . Thus $EF=EB=FB=x\sqrt{2}$ . If we go angle chasing, we find out that $\angle AEB=75^{\circ}$ , thus $\angle ABE=15^{\circ}$ $\frac{AE}{EB}=\sin{15^{\circ}}=\frac{\sqrt{6}-\sqrt{2}}{4}$ . Thus $\frac{AE}{x\sqrt{2}}=\frac{\sqrt{6}-\sqrt{2}}{4}$ , or $AE=\frac{x(\sqrt{3}-1)}{2}$ . Thus $AB=\frac{x(\sqrt{3}+1)}{2}$ , and $[ABE]=\frac{x^2}{4}$ , and $[DEF]=\frac{x^2}{2}$ . Thus the ratio of the areas is $\boxed{2}$
D
2
b45e619374f996cdeda0fed92b031cbb
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_20
Points $E$ and $F$ are located on square $ABCD$ so that $\triangle BEF$ is equilateral. What is the ratio of the area of $\triangle DEF$ to that of $\triangle ABE$ $\mathrm{(A) \ } \frac{4}{3} \qquad \mathrm{(B) \ } \frac{3}{2} \qquad \mathrm{(C) \ } \sqrt{3} \qquad \mathrm{(D) \ } 2 \qquad \mathrm{(E) \ } 1+\sqrt{3}$
WLOG, let the side length of $ABCD$ be 1. Let $DE = x$ . It suffices that $AE = 1 - x$ . Then triangles $ABE$ and $CBF$ are congruent by HL, so $CF = AE$ and $DE = DF$ . We find that $BE = EF = x \sqrt{2}$ , and so, by the Pythagorean Theorem, we have $(1 - x)^2 + 1 = 2x^2.$ This yields $x^2 + 2x = 2$ , so $x^2 = 2 - 2x$ . Thus, the desired ratio of areas is \[\frac{\frac{x^2}{2}}{\frac{1-x}{2}} = \frac{x^2}{1 - x} = \boxed{2}.\]
D
2
b45e619374f996cdeda0fed92b031cbb
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_20
Points $E$ and $F$ are located on square $ABCD$ so that $\triangle BEF$ is equilateral. What is the ratio of the area of $\triangle DEF$ to that of $\triangle ABE$ $\mathrm{(A) \ } \frac{4}{3} \qquad \mathrm{(B) \ } \frac{3}{2} \qquad \mathrm{(C) \ } \sqrt{3} \qquad \mathrm{(D) \ } 2 \qquad \mathrm{(E) \ } 1+\sqrt{3}$
Assume $AB=1$ . Then, $FC$ is $x$ and $ED$ is $1-x$ . We see that using $HL$ $FCB$ is congruent to EAB. Using Pythagoras of triangles $FCB$ and $FDE$ we get $2{(1-x)}^2=x^2+1$ . Expanding, we get $2x^2-4x+2=x^2+1$ . Simplifying gives $x^2-4x+1=0$ solving using completing the square (or other methods) gives 2 answers: $2-\sqrt{3}$ and $2+\sqrt{3}$ . Because $x < 1$ $x=2-\sqrt{3}$ . Using the areas, the answer is $\boxed{2}$
D
2
b45e619374f996cdeda0fed92b031cbb
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_20
Points $E$ and $F$ are located on square $ABCD$ so that $\triangle BEF$ is equilateral. What is the ratio of the area of $\triangle DEF$ to that of $\triangle ABE$ $\mathrm{(A) \ } \frac{4}{3} \qquad \mathrm{(B) \ } \frac{3}{2} \qquad \mathrm{(C) \ } \sqrt{3} \qquad \mathrm{(D) \ } 2 \qquad \mathrm{(E) \ } 1+\sqrt{3}$
First, since $\bigtriangleup BEF$ is equilateral and $ABCD$ is a square, by the Hypothenuse Leg Theorem, $\bigtriangleup ABE$ is congruent to $\bigtriangleup CBF$ . Then, assume length $AB = BC = x$ and length $DE = DF = y$ , then $AE = FC = x - y$ $\bigtriangleup BEF$ is equilateral, so $EF = EB$ and $EB^2 = EF^2$ , it is given that $ABCD$ is a square and $\bigtriangleup DEF$ and $\bigtriangleup ABE$ are right triangles. Then we use the Pythagorean theorem to prove that $AB^2 + AE^2 = EB^2$ and since we know that $EB^2 = EF^2$ and $EF^2 = DE^2 + DF^2$ , which means $AB^2 + AE^2 = DE^2 + DF^2$ . Now we plug in the variables and the equation becomes $x^2 + (x+y)^2 = 2y^2$ , expand and simplify and you get $2x^2 - 2xy = y^2$ . We want the ratio of area of $\bigtriangleup DEF$ to $\bigtriangleup ABE$ . Expressed in our variables, the ratio of the area is $\frac{y^2}{x^2 - xy}$ and we know $2x^2 - 2xy = y^2$ , so the ratio must be $2$ . So, the answer is $\boxed{2}$
D
2
43e26d28b175dcc401b5c3d81f43f3aa
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_21
Two distinct lines pass through the center of three concentric circles of radii 3, 2, and 1. The area of the shaded region in the diagram is $\frac{8}{13}$ of the area of the unshaded region. What is the radian measure of the acute angle formed by the two lines? (Note: $\pi$ radians is $180$ degrees.) $\mathrm{(A) \ } \frac{\pi}{8} \qquad \mathrm{(B) \ } \frac{\pi}{7} \qquad \mathrm{(C) \ } \frac{\pi}{6} \qquad \mathrm{(D) \ } \frac{\pi}{5} \qquad \mathrm{(E) \ } \frac{\pi}{4}$
Let the area of the shaded region be $S$ , the area of the unshaded region be $U$ , and the acute angle that is formed by the two lines be $\theta$ . We can set up two equations between $S$ and $U$ $S+U=9\pi$ $S=\dfrac{8}{13}U$ Thus $\dfrac{21}{13}U=9\pi$ , and $U=\dfrac{39\pi}{7}$ , and thus $S=\dfrac{8}{13}\cdot \dfrac{39\pi}{7}=\dfrac{24\pi}{7}$ Now we can make a formula for the area of the shaded region in terms of $\theta$ $\dfrac{2\theta}{2\pi} \cdot \pi +\dfrac{2(\pi-\theta)}{2\pi} \cdot (4\pi-\pi)+\dfrac{2\theta}{2\pi}(9\pi-4\pi)=\theta +3\pi-3\theta+5\theta=3\theta+3\pi=\dfrac{24\pi}{7}$ Thus $3\theta=\dfrac{3\pi}{7}\Rightarrow \theta=\dfrac{\pi}{7}\Rightarrow\boxed{7}$
B
7
43e26d28b175dcc401b5c3d81f43f3aa
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10A_Problems/Problem_21
Two distinct lines pass through the center of three concentric circles of radii 3, 2, and 1. The area of the shaded region in the diagram is $\frac{8}{13}$ of the area of the unshaded region. What is the radian measure of the acute angle formed by the two lines? (Note: $\pi$ radians is $180$ degrees.) $\mathrm{(A) \ } \frac{\pi}{8} \qquad \mathrm{(B) \ } \frac{\pi}{7} \qquad \mathrm{(C) \ } \frac{\pi}{6} \qquad \mathrm{(D) \ } \frac{\pi}{5} \qquad \mathrm{(E) \ } \frac{\pi}{4}$
As mentioned in Solution #1, we can make an equation for the area of the shaded region in terms of $\theta$ $\implies\dfrac{2\theta}{2\pi} \cdot \pi +\dfrac{2(\pi-\theta)}{2\pi} \cdot (4\pi-\pi)+\dfrac{2\theta}{2\pi}(9\pi-4\pi)=\theta +3\pi-3\theta+5\theta=3\theta+3\pi$ So, the shaded region is $3\theta+3\pi$ . This means that the unshaded region is $9\pi-(3\theta+3\pi)$ Also, the shaded region is $\frac{8}{13}$ of the unshaded region. Hence, we can now make an equation and solve for $\theta$ $3\theta+3\pi=\frac{8}{13}(9\pi-(3\theta+3\pi)\implies 39\theta+39\pi=8(6\pi-3\theta)\implies 39\theta+39\pi=48\pi-24\theta$ Simplifying, we get $63\theta=9\pi\implies \theta=\boxed{7}$
B
7
764c8a2e3b0c8fc14e6d0ea9346afe52
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_1
Each row of the Misty Moon Amphitheater has $33$ seats. Rows $12$ through $22$ are reserved for a youth club. How many seats are reserved for this club? $\mathrm{(A) \ } 297 \qquad \mathrm{(B) \ } 330\qquad \mathrm{(C) \ } 363\qquad \mathrm{(D) \ } 396\qquad \mathrm{(E) \ } 726$
There are $22-12+1=11$ rows of $33$ seats, giving $11\times 33=\boxed{363}$ seats.
C
363
23fe7490da5caaeed5281e6a63c8a9cb
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_2
How many two-digit positive integers have at least one $7$ as a digit? $\mathrm{(A) \ } 10 \qquad \mathrm{(B) \ } 18\qquad \mathrm{(C) \ } 19 \qquad \mathrm{(D) \ } 20\qquad \mathrm{(E) \ } 30$
Ten numbers $(70,71,\dots,79)$ have $7$ as the tens digit. Nine numbers $(17,27,\dots,97)$ have it as the ones digit. Number $77$ is in both sets. Thus the result is $10+9-1=18 \Rightarrow$ $\boxed{18}$
B
18
23fe7490da5caaeed5281e6a63c8a9cb
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_2
How many two-digit positive integers have at least one $7$ as a digit? $\mathrm{(A) \ } 10 \qquad \mathrm{(B) \ } 18\qquad \mathrm{(C) \ } 19 \qquad \mathrm{(D) \ } 20\qquad \mathrm{(E) \ } 30$
We use complementary counting. The complement of having at least one $7$ as a digit is having no $7$ s as a digit. We have $9$ digits to choose from for the first digit and $10$ digits for the second. This gives a total of $9 \times 10 = 90$ two-digit numbers. But since we cannot have $7$ as a digit, we have $8$ first digits and $9$ second digits to choose from. Thus there are $8 \times 9 = 72$ two-digit numbers without a $7$ as a digit. $90$ (The total number of two-digit numbers) $- 72$ (The number of two-digit numbers without a $7$ $= 18 \Rightarrow$ $\boxed{18}$
B
18
4251beff12065789f93f9fcd2b8df583
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_3
At each basketball practice last week, Jenny made twice as many free throws as she made at the previous practice. At her fifth practice she made $48$ free throws. How many free throws did she make at the first practice? $\mathrm{(A) \ } 3 \qquad \mathrm{(B) \ } 6 \qquad \mathrm{(C) \ } 9 \qquad \mathrm{(D) \ } 12\qquad \mathrm{(E) \ } 15$
At the fourth practice she made $48/2=24$ throws, at the third one it was $24/2=12$ , then we get $12/2=6$ throws for the second practice, and finally $6/2=3\Rightarrow\boxed{3}$ throws at the first one.
A
3
a98d1ece130602ba0cae3493f1720b04
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_4
A standard six-sided die is rolled, and $P$ is the product of the five numbers that are visible. What is the largest number that is certain to divide $P$ $\mathrm{(A) \ } 6 \qquad \mathrm{(B) \ } 12 \qquad \mathrm{(C) \ } 24 \qquad \mathrm{(D) \ } 144\qquad \mathrm{(E) \ } 720$
The product of all six numbers is $6!=720$ . The products of numbers that can be visible are $720/1$ $720/2$ , ..., $720/6$ . The answer to this problem is their greatest common divisor -- which is $720/L$ , where $L$ is the least common multiple of $\{1,2,3,4,5,6\}$ . Clearly $L=60$ and the answer is $720/60=\boxed{12}$
B
12
a98d1ece130602ba0cae3493f1720b04
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_4
A standard six-sided die is rolled, and $P$ is the product of the five numbers that are visible. What is the largest number that is certain to divide $P$ $\mathrm{(A) \ } 6 \qquad \mathrm{(B) \ } 12 \qquad \mathrm{(C) \ } 24 \qquad \mathrm{(D) \ } 144\qquad \mathrm{(E) \ } 720$
The product P can be one of the following six numbers excluding the number that is hidden under, so we have: \begin{align*} 2 \cdot 3 \cdot 4 \cdot 5 \cdot 6 = 2^4 \cdot 3^2 \cdot 5 \\ 1 \cdot 3 \cdot 4 \cdot 5 \cdot 6 = 2^3 \cdot 3^2 \cdot 5 \\ 1 \cdot 2 \cdot 4 \cdot 5 \cdot 6 = 2^4 \cdot 3 \cdot 5 \\ 1 \cdot 2 \cdot 3 \cdot 5 \cdot 6 = 2^2 \cdot 3^2 \cdot 5 \\ 1 \cdot 2 \cdot 3 \cdot 4 \cdot 6 = 2^4 \cdot 3^2 \\ 1 \cdot 2 \cdot 3 \cdot 4 \cdot 5 = 2^3 \cdot 3 \cdot 5 \end{align*} The largest number that is certain to divide product P is basically GCD of all the above 6 products which is $2^2 \cdot 3$ Hence $P=3\cdot2^2=\boxed{12}$
B
12
98e6d5ecea18c8fc950443d8eb3a07da
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_5
In the expression $c\cdot a^b-d$ , the values of $a$ $b$ $c$ , and $d$ are $0$ $1$ $2$ , and $3$ , although not necessarily in that order. What is the maximum possible value of the result? $\mathrm{(A)\ }5\qquad\mathrm{(B)\ }6\qquad\mathrm{(C)\ }8\qquad\mathrm{(D)\ }9\qquad\mathrm{(E)\ }10$
If $a=0$ or $c=0$ , the expression evaluates to $-d<0$ If $b=0$ , the expression evaluates to $c-d\leq 2$ Case $d=0$ remains. In that case, we want to maximize $c\cdot a^b$ where $\{a,b,c\}=\{1,2,3\}$ . Trying out the six possibilities we get that the greatest is $(a,b,c)=(3,2,1)$ , where $c\cdot a^b=1\cdot 3^2=\boxed{9}$
D
9
7a0d8c0ed1b96f4e710c915d6025e608
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_7
On a trip from the United States to Canada, Isabella took $d$ U.S. dollars. At the border she exchanged them all, receiving $10$ Canadian dollars for every $7$ U.S. dollars. After spending $60$ Canadian dollars, she had $d$ Canadian dollars left. What is the sum of the digits of $d$ $\mathrm{(A)\ }5\qquad\mathrm{(B)\ }6\qquad\mathrm{(C)\ }7\qquad\mathrm{(D)\ }8\qquad\mathrm{(E)\ }9$
Isabella had $60+d$ Canadian dollars. Setting up an equation we get $d=\frac{7}{10}\cdot(60+d)$ , which solves to $d=140$ , and the sum of digits of $d$ is $\boxed{5}$
A
5
7a0d8c0ed1b96f4e710c915d6025e608
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_7
On a trip from the United States to Canada, Isabella took $d$ U.S. dollars. At the border she exchanged them all, receiving $10$ Canadian dollars for every $7$ U.S. dollars. After spending $60$ Canadian dollars, she had $d$ Canadian dollars left. What is the sum of the digits of $d$ $\mathrm{(A)\ }5\qquad\mathrm{(B)\ }6\qquad\mathrm{(C)\ }7\qquad\mathrm{(D)\ }8\qquad\mathrm{(E)\ }9$
Each time Isabella exchanges $7$ U.S. dollars, she gets $7$ Canadian dollars and $3$ Canadian dollars extra. Isabella received a total of $60$ Canadian dollars extra, therefore she exchanged $7$ U.S. dollars $\frac{60}{3}=20$ times. Thus $d=7\cdot20=140$ , and the sum of the digits is $\boxed{5}$
A
5
9702885a54bfce86451fe498f19b5c66
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_8
Minneapolis-St. Paul International Airport is $8$ miles southwest of downtown St. Paul and $10$ miles southeast of downtown Minneapolis. Which of the following is closest to the number of miles between downtown St. Paul and downtown Minneapolis? $\mathrm{(A)\ }13\qquad\mathrm{(B)\ }14\qquad\mathrm{(C)\ }15\qquad\mathrm{(D)\ }16\qquad\mathrm{(E)\ }17$
The directions "southwest" and "southeast" are orthogonal. Thus the described situation is a right triangle with legs $8$ miles and $10$ miles long. The hypotenuse length is $\sqrt{8^2 + 10^2}\approx12.8$ , and thus the answer is $\boxed{13}$
A
13
e02df18aa09a7391d79b7af4614dc963
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_10
A grocer makes a display of cans in which the top row has one can and each lower row has two more cans than the row above it. If the display contains $100$ cans, how many rows does it contain? $\mathrm{(A)\ }5\qquad\mathrm{(B)\ }8\qquad\mathrm{(C)\ }9\qquad\mathrm{(D)\ }10\qquad\mathrm{(E)\ }11$
The sum of the first $n$ odd numbers is $n^2$ . As in our case $n^2=100$ , we have $n=\boxed{10}$
D
10
bee906e6bda2dcf788b96ab15973292e
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_12
An annulus is the region between two concentric circles. The concentric circles in the figure have radii $b$ and $c$ , with $b>c$ . Let $OX$ be a radius of the larger circle, let $XZ$ be tangent to the smaller circle at $Z$ , and let $OY$ be the radius of the larger circle that contains $Z$ . Let $a=XZ$ $d=YZ$ , and $e=XY$ . What is the area of the annulus? [asy] unitsize(1.5cm); defaultpen(0.8); real r1=1.5, r2=2.5; pair O=(0,0); path inner=Circle(O,r1), outer=Circle(O,r2); pair Y=(0,r2), Z=(0,r1), X=intersectionpoint( Z--(Z+(10,0)), outer ); filldraw(outer,lightgray,black); filldraw(inner,white,black); draw(X--O--Y); draw(Y--X--Z); label("$O$",O,SW); label("$X$",X,E); label("$Y$",Y,N); label("$Z$",Z,SW); label("$a$",X--Z,N); label("$b$",0.25*X,SE); label("$c$",O--Z,E); label("$d$",Y--Z,W); label("$e$",Y*0.65 + X*0.35,SW); defaultpen(0.5); dot(O); dot(X); dot(Z); dot(Y); [/asy] $\mathrm{(A) \ } \pi a^2 \qquad \mathrm{(B) \ } \pi b^2 \qquad \mathrm{(C) \ } \pi c^2 \qquad \mathrm{(D) \ } \pi d^2 \qquad \mathrm{(E) \ } \pi e^2$
The area of the large circle is $\pi b^2$ , the area of the small one is $\pi c^2$ , hence the shaded area is $\pi(b^2-c^2)$ From the Pythagorean Theorem for the right triangle $OXZ$ we have $a^2 + c^2 = b^2$ , hence $b^2-c^2=a^2$ and thus the shaded area is $\boxed{2}$
A
2
bee906e6bda2dcf788b96ab15973292e
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_12
An annulus is the region between two concentric circles. The concentric circles in the figure have radii $b$ and $c$ , with $b>c$ . Let $OX$ be a radius of the larger circle, let $XZ$ be tangent to the smaller circle at $Z$ , and let $OY$ be the radius of the larger circle that contains $Z$ . Let $a=XZ$ $d=YZ$ , and $e=XY$ . What is the area of the annulus? [asy] unitsize(1.5cm); defaultpen(0.8); real r1=1.5, r2=2.5; pair O=(0,0); path inner=Circle(O,r1), outer=Circle(O,r2); pair Y=(0,r2), Z=(0,r1), X=intersectionpoint( Z--(Z+(10,0)), outer ); filldraw(outer,lightgray,black); filldraw(inner,white,black); draw(X--O--Y); draw(Y--X--Z); label("$O$",O,SW); label("$X$",X,E); label("$Y$",Y,N); label("$Z$",Z,SW); label("$a$",X--Z,N); label("$b$",0.25*X,SE); label("$c$",O--Z,E); label("$d$",Y--Z,W); label("$e$",Y*0.65 + X*0.35,SW); defaultpen(0.5); dot(O); dot(X); dot(Z); dot(Y); [/asy] $\mathrm{(A) \ } \pi a^2 \qquad \mathrm{(B) \ } \pi b^2 \qquad \mathrm{(C) \ } \pi c^2 \qquad \mathrm{(D) \ } \pi d^2 \qquad \mathrm{(E) \ } \pi e^2$
Set $c=0,$ then the shaded area is just the area of a circle with radius $a,$ which is $\boxed{2}$
A
2
aa8e4d28319b8beb3190c84d22ca745d
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_13
In the United States, coins have the following thicknesses: penny, $1.55$ mm; nickel, $1.95$ mm; dime, $1.35$ mm; quarter, $1.75$ mm. If a stack of these coins is exactly $14$ mm high, how many coins are in the stack? $\mathrm{(A) \ } 7 \qquad \mathrm{(B) \ } 8 \qquad \mathrm{(C) \ } 9 \qquad \mathrm{(D) \ } 10 \qquad \mathrm{(E) \ } 11$
All numbers in this solution will be in hundredths of a millimeter. The thinnest coin is the dime, with thickness $135$ . A stack of $n$ dimes has height $135n$ The other three coin types have thicknesses $135+20$ $135+40$ , and $135+60$ . By replacing some of the dimes in our stack by other, thicker coins, we can clearly create exactly all heights in the set $\{135n, 135n+20, 135n+40, \dots, 195n\}$ If we take an odd $n$ , then all the possible heights will be odd, and thus none of them will be $1400$ . Hence $n$ is even. If $n<8$ the stack will be too low and if $n>10$ it will be too high. Thus we are left with cases $n=8$ and $n=10$ If $n=10$ the possible stack heights are $1350,1370,1390,\dots$ , with the remaining ones exceeding $1400$ Therefore there are $\boxed{8}$ coins in the stack.
B
8
aa8e4d28319b8beb3190c84d22ca745d
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_13
In the United States, coins have the following thicknesses: penny, $1.55$ mm; nickel, $1.95$ mm; dime, $1.35$ mm; quarter, $1.75$ mm. If a stack of these coins is exactly $14$ mm high, how many coins are in the stack? $\mathrm{(A) \ } 7 \qquad \mathrm{(B) \ } 8 \qquad \mathrm{(C) \ } 9 \qquad \mathrm{(D) \ } 10 \qquad \mathrm{(E) \ } 11$
Let $p,n,d$ , and $q$ be the number of pennies, nickels, dimes, and quarters used in the stack. From the conditions above, we get the following equation: \[155p+195n+135d+175q=1400.\] Then we divide each side by five to get \[31p+39n+27d+35q=280.\] Writing both sides in terms of mod 4, we have $-p-n-d-q \equiv 0 \pmod 4$ This means that the sum $p+n+d+q$ is divisible by 4. Therefore, the answer must be $\boxed{8}.$
B
8
aa8e4d28319b8beb3190c84d22ca745d
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_13
In the United States, coins have the following thicknesses: penny, $1.55$ mm; nickel, $1.95$ mm; dime, $1.35$ mm; quarter, $1.75$ mm. If a stack of these coins is exactly $14$ mm high, how many coins are in the stack? $\mathrm{(A) \ } 7 \qquad \mathrm{(B) \ } 8 \qquad \mathrm{(C) \ } 9 \qquad \mathrm{(D) \ } 10 \qquad \mathrm{(E) \ } 11$
We can easily add up $1.55\text{\ mm}$ and $1.95\text{\ mm}$ to get $3.50\text{\ mm}$ . We multiply that by $4$ to get $14\text{\ mm}$ . Since this works and it requires 8 coins, the answer is clearly $\boxed{8}$
B
8
bdcf498e63b0c6427f4407c04a1d2e84
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_15
Patty has $20$ coins consisting of nickels and dimes. If her nickels were dimes and her dimes were nickels, she would have $70$ cents more. How much are her coins worth? $\textbf{(A)}\ \textdollar 1.15\qquad\textbf{(B)}\ \textdollar 1.20\qquad\textbf{(C)}\ \textdollar 1.25\qquad\textbf{(D)}\ \textdollar 1.30\qquad\textbf{(E)}\ \textdollar 1.35$
She has $n$ nickels and $d=20-n$ dimes. Their total cost is $5n+10d=5n+10(20-n)=200-5n$ cents. If the dimes were nickels and vice versa, she would have $10n+5d=10n+5(20-n)=100+5n$ cents. This value should be $70$ cents more than the previous one. We get $200-5n+70=100+5n$ , which solves to $n=17$ . Her coins are worth $200-5n=\boxed{1.15}$
A
1.15
bdcf498e63b0c6427f4407c04a1d2e84
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_15
Patty has $20$ coins consisting of nickels and dimes. If her nickels were dimes and her dimes were nickels, she would have $70$ cents more. How much are her coins worth? $\textbf{(A)}\ \textdollar 1.15\qquad\textbf{(B)}\ \textdollar 1.20\qquad\textbf{(C)}\ \textdollar 1.25\qquad\textbf{(D)}\ \textdollar 1.30\qquad\textbf{(E)}\ \textdollar 1.35$
Changing a nickel into a dime increases the sum by $5$ cents, and changing a dime into a nickel decreases it by the same amount. As the sum increased by $70$ cents, there are $70/5=14$ more nickels than dimes. As the total count is $20$ , this means that there are $17$ nickels and $3$ dimes, which is equal to $\boxed{1.15}$
A
1.15
9626c8f0f048369d8353440d3253e865
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_17
The two digits in Jack's age are the same as the digits in Bill's age, but in reverse order. In five years Jack will be twice as old as Bill will be then. What is the difference in their current ages? $\mathrm{(A) \ } 9 \qquad \mathrm{(B) \ } 18 \qquad \mathrm{(C) \ } 27 \qquad \mathrm{(D) \ } 36\qquad \mathrm{(E) \ } 45$
If Jack's current age is $\overline{ab}=10a+b$ , then Bill's current age is $\overline{ba}=10b+a$ In five years, Jack's age will be $10a+b+5$ and Bill's age will be $10b+a+5$ We are given that $10a+b+5=2(10b+a+5)$ Thus $8a=19b+5 \Rightarrow a=\dfrac{19b+5}{8}$ For $b=1$ we get $a=3$ . For $b=2$ and $b=3$ the value $\frac{19b+5}8$ is not an integer, and for $b\geq 4$ $a$ is more than $9$ . Thus the only solution is $(a,b)=(3,1)$ , and the difference in ages is $31-13=\boxed{18}$
B
18
9626c8f0f048369d8353440d3253e865
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_17
The two digits in Jack's age are the same as the digits in Bill's age, but in reverse order. In five years Jack will be twice as old as Bill will be then. What is the difference in their current ages? $\mathrm{(A) \ } 9 \qquad \mathrm{(B) \ } 18 \qquad \mathrm{(C) \ } 27 \qquad \mathrm{(D) \ } 36\qquad \mathrm{(E) \ } 45$
Age difference does not change in time. Thus in five years Bill's age will be equal to their age difference. The age difference is $(10a+b)-(10b+a)=9(a-b)$ , hence it is a multiple of $9$ . Thus Bill's current age modulo $9$ must be $4$ Thus Bill's age is in the set $\{13,22,31,40,49,58,67,76,85,94\}$ As Jack is older, we only need to consider the cases where the tens digit of Bill's age is smaller than the ones digit. This leaves us with the options $\{13,49,58,67\}$ Checking each of them, we see that only $13$ works, and gives the solution $31-13=\boxed{18}$
B
18
8ca81d2fb6280f00c204d20ce5aeead1
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_19
In the sequence $2001$ $2002$ $2003$ $\ldots$ , each term after the third is found by subtracting the previous term from the sum of the two terms that precede that term. For example, the fourth term is $2001 + 2002 - 2003 = 2000$ . What is the $2004^\textrm{th}$ term in this sequence? $\mathrm{(A) \ } -2004 \qquad \mathrm{(B) \ } -2 \qquad \mathrm{(C) \ } 0 \qquad \mathrm{(D) \ } 4003 \qquad \mathrm{(E) \ } 6007$
We already know that $a_1=2001$ $a_2=2002$ $a_3=2003$ , and $a_4=2000$ . Let's compute the next few terms to get the idea how the sequence behaves. We get $a_5 = 2002+2003-2000 = 2005$ $a_6=2003+2000-2005=1998$ $a_7=2000+2005-1998=2007$ , and so on. We can now discover the following pattern: $a_{2k+1} = 2001+2k$ and $a_{2k}=2004-2k$ . This is easily proved by induction. It follows that $a_{2004}=a_{2\cdot 1002} = 2004 - 2\cdot 1002 = \boxed{0}$
null
0
8ca81d2fb6280f00c204d20ce5aeead1
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_19
In the sequence $2001$ $2002$ $2003$ $\ldots$ , each term after the third is found by subtracting the previous term from the sum of the two terms that precede that term. For example, the fourth term is $2001 + 2002 - 2003 = 2000$ . What is the $2004^\textrm{th}$ term in this sequence? $\mathrm{(A) \ } -2004 \qquad \mathrm{(B) \ } -2 \qquad \mathrm{(C) \ } 0 \qquad \mathrm{(D) \ } 4003 \qquad \mathrm{(E) \ } 6007$
Note that the recurrence $a_n+a_{n+1}-a_{n+2}~=~a_{n+3}$ can be rewritten as $a_n+a_{n+1} ~=~ a_{n+2}+a_{n+3}$ Hence we get that $a_1+a_2 ~=~ a_3+a_4 ~=~ a_5+a_6 ~= \cdots$ and also $a_2+a_3 ~=~ a_4+a_5 ~=~ a_6+a_7 ~= \cdots$ From the values given in the problem statement we see that $a_3=a_1+2$ From $a_1+a_2 = a_3+a_4$ we get that $a_4=a_2-2$ From $a_2+a_3 = a_4+a_5$ we get that $a_5=a_3+2$ Following this pattern, we get $a_{2004} = a_{2002} - 2 = a_{2000} - 4 = \cdots = a_2 - 2002 = \boxed{0}$
null
0
ae09ddbb8f3be3f2ad200dc34cb3a723
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_21
Let $1$ $4$ $\ldots$ and $9$ $16$ $\ldots$ be two arithmetic progressions. The set $S$ is the union of the first $2004$ terms of each sequence. How many distinct numbers are in $S$ $\mathrm{(A) \ } 3722 \qquad \mathrm{(B) \ } 3732 \qquad \mathrm{(C) \ } 3914 \qquad \mathrm{(D) \ } 3924 \qquad \mathrm{(E) \ } 4007$
The two sets of terms are $A=\{ 3k+1 : 0\leq k < 2004 \}$ and $B=\{ 7l+9 : 0\leq l<2004\}$ Now $S=A\cup B$ . We can compute $|S|=|A\cup B|=|A|+|B|-|A\cap B|=4008-|A\cap B|$ . We will now find $|A\cap B|$ Consider the numbers in $B$ . We want to find out how many of them lie in $A$ . In other words, we need to find out the number of valid values of $l$ for which $7l+9\in A$ The fact " $7l+9\in A$ " can be rewritten as " $1\leq 7l+9 \leq 3\cdot 2003 + 1$ , and $7l+9\equiv 1\pmod 3$ ". The first condition gives $0\leq l\leq 857$ , the second one gives $l\equiv 1\pmod 3$ Thus the good values of $l$ are $\{1,4,7,\dots,856\}$ , and their count is $858/3 = 286$ Therefore $|A\cap B|=286$ , and thus $|S|=4008-|A\cap B|=\boxed{3722}$
A
3722
ae09ddbb8f3be3f2ad200dc34cb3a723
https://artofproblemsolving.com/wiki/index.php/2004_AMC_10B_Problems/Problem_21
Let $1$ $4$ $\ldots$ and $9$ $16$ $\ldots$ be two arithmetic progressions. The set $S$ is the union of the first $2004$ terms of each sequence. How many distinct numbers are in $S$ $\mathrm{(A) \ } 3722 \qquad \mathrm{(B) \ } 3732 \qquad \mathrm{(C) \ } 3914 \qquad \mathrm{(D) \ } 3924 \qquad \mathrm{(E) \ } 4007$
We can start by finding the first non-distinct term from both sequences. We find that that number is $16$ . Now, to find every other non-distinct terms, we can just keep adding $21$ . We know that the last terms of both sequences are $1+3\cdot 2003$ and $9+7\cdot 2003$ . Clearly, $1+3\cdot 2003$ is smaller and that is the last possible common term of both sequences. Now, we can create the inequality $16+21k \leq 1+3\cdot 2003$ . Using the inequality, we find that there are $286$ common terms. There are 4008 terms in total. $4008-286=\boxed{3722}$
A
3722
a5b3655480c63d6af5a17b70bc0c439d
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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$
The first $2003$ even counting numbers are $2,4,6,...,4006$ The first $2003$ odd counting numbers are $1,3,5,...,4005$ Thus, the problem is asking for the value of $(2+4+6+...+4006)-(1+3+5+...+4005)$ $(2+4+6+...+4006)-(1+3+5+...+4005) = (2-1)+(4-3)+(6-5)+...+(4006-4005)$ $= 1+1+1+...+1 = \boxed{2003}$
D
2003
a5b3655480c63d6af5a17b70bc0c439d
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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$
Using the sum of an arithmetic progression formula, we can write this as $\frac{2003}{2}(2 + 4006) - \frac{2003}{2}(1 + 4005) = \frac{2003}{2} \cdot 2 = \boxed{2003}$
D
2003
a5b3655480c63d6af5a17b70bc0c439d
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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$
The formula for the sum of the first $n$ even numbers, is $S_E=n^{2}+n$ , (E standing for even). Sum of first $n$ odd numbers, is $S_O=n^{2}$ , (O standing for odd). Knowing this, plug $2003$ for $n$ $S_E-S_O= (2003^{2}+2003)-(2003^{2})=2003 \Rightarrow$ $\boxed{2003}$
D
2003
a5b3655480c63d6af5a17b70bc0c439d
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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$
In the case that we don't know if $0$ is considered an even number, we note that it doesn't matter! The sum of odd numbers is $O=1+3+5+...+4005$ . And the sum of even numbers is either $E_1=0+2+4...+4004$ or $E_2=2+4+6+...+4006$ . When compared to the sum of odd numbers, we see that each of the $n$ th term in the series of even numbers differ by $1$ . For example, take series $O$ and $E_1$ . The first terms are $1$ and $0$ . Their difference is $|1-0|=1$ . Similarly, take take series $O$ and $E_2$ . The first terms are $1$ and $2$ . Their difference is $|1-2|=1$ . Since there are $2003$ terms in each set, the answer $\boxed{2003}$
D
2003
a5b3655480c63d6af5a17b70bc0c439d
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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$
We can pair each term of the sums - the first even number with the first odd number, the second with the second, and so forth. Then, there are 2003 pairs with a difference of 1 in each pair - 2-1 is 1, 4-3 is 1, 6-5 is 1, and so on. Then, the solution is $1 \cdot 2003$ , and the answer is $\boxed{2003}$
D
2003
dea075f79d165a1ad686d4073a480c27
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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$
Since T-shirts cost $5$ dollars more than a pair of socks, T-shirts cost $5+4=9$ dollars. Since each member needs $2$ pairs of socks and $2$ T-shirts, the total cost for $1$ member is $2(4+9)=26$ dollars. Since $2366$ dollars was the cost for the club, and $26$ was the cost per member, the number of members in the League is $2366\div 26=\boxed{91}$
B
91
43f0f6a96efd66e45ff13a8a9da84dfd
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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\%$
The volume of the original box is $15\cdot10\cdot8=1200.$ The volume of each cube that is removed is $3\cdot3\cdot3=27.$ Since there are $8$ corners on the box, $8$ cubes are removed. So the total volume removed is $8\cdot27=216$ Therefore, the desired percentage is $\frac{216}{1200}\cdot100 = \boxed{18}.$
D
18
30c7684e166a7b23c83c35f7a1be36f3
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_4
It takes Anna $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$
Since she walked $1$ km to school and $1$ km back home, her total distance is $1+1=2$ km. Since she spent $30$ minutes walking to school and $10$ minutes walking back home, her total time is $30+10=40$ minutes = $\frac{40}{60}=\frac{2}{3}$ hours. Therefore her average speed in km/hr is $\frac{2}{\frac{2}{3}}=\boxed{3}$
A
3
30c7684e166a7b23c83c35f7a1be36f3
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_4
It takes Anna $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$
The average speed of two speeds that travel the same distance is the harmonic mean of the speeds, or $\dfrac{2}{\dfrac{1}{x}+\dfrac{1}{y}}=\dfrac{2xy}{x+y}$ (for speeds $x$ and $y$ ). Mary's speed going to school is $2\,\text{km/hr}$ , and her speed coming back is $6\,\text{km/hr}$ . Plugging the numbers in, we get that the average speed is $\dfrac{2\times 6\times 2}{6+2}=\dfrac{24}{8}=\boxed{3}$
A
3
f4e8e15213ccd5ff36658ee90596e2e5
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_5
Let $d$ and $e$ denote the solutions of $2x^{2}+3x-5=0$ . What is the value of $(d-1)(e-1)$ $\mathrm{(A) \ } -\frac{5}{2}\qquad \mathrm{(B) \ } 0\qquad \mathrm{(C) \ } 3\qquad \mathrm{(D) \ } 5\qquad \mathrm{(E) \ } 6$
Using factoring: $2x^{2}+3x-5=0$ $(2x+5)(x-1)=0$ $x = -\frac{5}{2}$ or $x=1$ So $d$ and $e$ are $-\frac{5}{2}$ and $1$ Therefore the answer is $\left(-\frac{5}{2}-1\right)(1-1)=\left(-\frac{7}{2}\right)(0)=\boxed{0}$
B
0
f4e8e15213ccd5ff36658ee90596e2e5
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_5
Let $d$ and $e$ denote the solutions of $2x^{2}+3x-5=0$ . What is the value of $(d-1)(e-1)$ $\mathrm{(A) \ } -\frac{5}{2}\qquad \mathrm{(B) \ } 0\qquad \mathrm{(C) \ } 3\qquad \mathrm{(D) \ } 5\qquad \mathrm{(E) \ } 6$
We can use the sum and product of a quadratic (a.k.a Vieta): $(d-1)(e-1)=de-(d+e)+1 \implies\text{product}-\text{sum}+1 \implies \dfrac{c}{a}-\left(-\dfrac{b}{a}\right)+1 \implies \dfrac{b+c}{a}+1= \dfrac{5}{-5}+1=\boxed{0}$
B
0
f4e8e15213ccd5ff36658ee90596e2e5
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_5
Let $d$ and $e$ denote the solutions of $2x^{2}+3x-5=0$ . What is the value of $(d-1)(e-1)$ $\mathrm{(A) \ } -\frac{5}{2}\qquad \mathrm{(B) \ } 0\qquad \mathrm{(C) \ } 3\qquad \mathrm{(D) \ } 5\qquad \mathrm{(E) \ } 6$
By inspection, we quickly note that $x=1$ is a solution to the equation, therefore the answer is $(d-1)(e-1)=(1-1)(e-1)=\boxed{0}$
B
0
f4e8e15213ccd5ff36658ee90596e2e5
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_5
Let $d$ and $e$ denote the solutions of $2x^{2}+3x-5=0$ . What is the value of $(d-1)(e-1)$ $\mathrm{(A) \ } -\frac{5}{2}\qquad \mathrm{(B) \ } 0\qquad \mathrm{(C) \ } 3\qquad \mathrm{(D) \ } 5\qquad \mathrm{(E) \ } 6$
The form $(d-1)(e-1)$ resembles the factored form for the quadratic, namely $(x-d)(x-e)$ based on the information given. Note putting in 1 for $x$ in the that quadratic immediately yields the desired expression. Thus, $2(1)^2+3(1)-5 = \boxed{0}$
B
0
f165dff76f703f9f670719f6b7b07e15
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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$
We start by looking at the answers. Examining statement C, we notice: $x \heartsuit 0 = |x-0| = |x|$ $|x| \neq x$ when $x<0$ , but statement C says that it does for all $x$ Therefore the statement that is not true is $\boxed{0}$
C
0
1aa53818bfeba873bbaf1ffe4a2c3a9c
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/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$
By the triangle inequality , no side may have a length greater than the semiperimeter, which is $\frac{1}{2}\cdot7=3.5$ Since all sides must be integers, the largest possible length of a side is $3$ . Therefore, all such triangles must have all sides of length $1$ $2$ , or $3$ . Since $2+2+2=6<7$ , at least one side must have a length of $3$ . Thus, the remaining two sides have a combined length of $7-3=4$ . So, the remaining sides must be either $3$ and $1$ or $2$ and $2$ . Therefore, the number of triangles is $\boxed{2}$
B
2
54ac4707af6243ce09f349d87255573f
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_10
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$
2003amc10a10solution.gif Let the squares be labeled $A$ $B$ $C$ , and $D$ When the polygon is folded, the "right" edge of square $A$ becomes adjacent to the "bottom edge" of square $C$ , and the "bottom" edge of square $A$ becomes adjacent to the "bottom" edge of square $D$ So, any "new" square that is attatched to those edges will prevent the polygon from becoming a cube with one face missing. Therefore, squares $1$ $2$ , and $3$ will prevent the polygon from becoming a cube with one face missing. Squares $4$ $5$ $6$ $7$ $8$ , and $9$ will allow the polygon to become a cube with one face missing when folded. Thus the answer is $\boxed{6}$
E
6
54ac4707af6243ce09f349d87255573f
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_10
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$
Another way to think of it is that a cube missing one face has $5$ of its $6$ faces. Since the shape has $4$ faces already, we need another face. The only way to add another face is if the added square does not overlap any of the others. $1$ $2$ , and $3$ overlap, while squares $4$ to $9$ do not. The answer is $\boxed{6}$
E
6
54ac4707af6243ce09f349d87255573f
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_10
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$
If you're good at visualizing, you can imagine each box and fold up the shape into a 3D shape. This solution is only recommended if you are either in a hurry or extremely skilled at visualizing. We find out that $4,5,6,7,8$ and $9$ work. Therefore, the answer is $\boxed{6}$ . ~Sophia866
E
6
8874668593c020032b55760b02590083
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_11
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$
$AMC10+AMC12=123422$ $AMC00+AMC00=123400$ $AMC+AMC=1234$ $2\cdot AMC=1234$ $AMC=\frac{1234}{2}=617$ Since $A$ $M$ , and $C$ are digits, $A=6$ $M=1$ $C=7$ Therefore, $A+M+C = 6+1+7 = \boxed{14}$
E
14
8874668593c020032b55760b02590083
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_11
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$
We know that $AMC12$ is $2$ more than $AMC10$ . We set up $AMC10=x$ and $AMC12=x+2$ . We have $x+x+2=123422$ . Solving for $x$ , we get $x=61710$ . Therefore, the sum $A+M+C= \boxed{14}$
E
14
8874668593c020032b55760b02590083
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_11
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$
Consider the place values of the digits of $AMC10$ and $AMC12$ When we add $AMC10$ and $AMC12$ $C + C$ must result in a units digit of $4$ , meaning $C$ is either $2$ or $7$ . Since $M$ is odd, this means a ten was carried over to the next place value from $C + C$ , and thus $C = 7$ (as $7 + 7 = 14$ and the ten is carried over). Now, we know 3 is the units digit of $M + M + 1$ , so $M$ is either $1$ or $6$ . Again, we must look at the digit before $M$ , or $A$ $A$ is even, so $M$ must be less than $5$ , or else the ten would be carried over. Ergo, $M$ is $1$ . Nothing is carried over, so we have $A + A = 12$ , and $A = 6$ . Therefore, the sum of $A$ $M$ , and $C$ is $6 + 1 + 7 = \boxed{14}$
E
14
6f4ee420c72969d1677084a6960281fe
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_13
The sum of three numbers is $20$ . The first is four times the sum of the other two. The second is seven times the third. What is the product of all three? $\mathrm{(A) \ } 28\qquad \mathrm{(B) \ } 40\qquad \mathrm{(C) \ } 100\qquad \mathrm{(D) \ } 400\qquad \mathrm{(E) \ } 800$
Let the numbers be $x$ $y$ , and $z$ in that order. The given tells us that \begin{eqnarray*}y&=&7z\\ x&=&4(y+z)=4(7z+z)=4(8z)=32z\\ x+y+z&=&32z+7z+z=40z=20\\ z&=&\frac{20}{40}=\frac{1}{2}\\ y&=&7z=7\cdot\frac{1}{2}=\frac{7}{2}\\ x&=&32z=32\cdot\frac{1}{2}=16 \end{eqnarray*} Therefore, the product of all three numbers is $xyz=16\cdot\frac{7}{2}\cdot\frac{1}{2}=28 \Rightarrow \boxed{28}$
A
28
6f4ee420c72969d1677084a6960281fe
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_13
The sum of three numbers is $20$ . The first is four times the sum of the other two. The second is seven times the third. What is the product of all three? $\mathrm{(A) \ } 28\qquad \mathrm{(B) \ } 40\qquad \mathrm{(C) \ } 100\qquad \mathrm{(D) \ } 400\qquad \mathrm{(E) \ } 800$
Alternatively, we can set up the system in equation form: \begin{eqnarray*}1x+1y+1z&=&20\\ 1x-4y-4z&=&0\\ 0x+1y-7z&=&0\\ \end{eqnarray*} Or, in matrix form $\begin{bmatrix} 1 & 1 & 1 \\ 1 & -4 & -4 \\ 0 & 1 & -7 \end{bmatrix} \begin{bmatrix} x \\ y \\ z \\ \end{bmatrix} =\begin{bmatrix} 20 \\ 0 \\ 0 \\ \end{bmatrix}$ To solve this matrix equation, we can rearrange it thus: $\begin{bmatrix} x \\ y \\ z \\ \end{bmatrix} = \begin{bmatrix} 1 & 1 & 1 \\ 1 & -4 & -4 \\ 0 & 1 & -7 \end{bmatrix} ^{-1} \begin{bmatrix} 20 \\ 0 \\ 0 \\ \end{bmatrix}$ Solving this matrix equation by using inverse matrices and matrix multiplication yields $\begin{bmatrix} x \\ y \\ z \\ \end{bmatrix} = \begin{bmatrix} \frac{1}{2} \\ \frac{7}{2} \\ 16 \\ \end{bmatrix}$ Which means that $x = \frac{1}{2}$ $y = \frac{7}{2}$ , and $z = 16$ . Therefore, $xyz = \frac{1}{2}\cdot\frac{7}{2}\cdot16 = 28 \Rightarrow \boxed{28}$
A
28
da66b9d397a0a46e3d41b1cea3b947a7
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_14
Let $n$ be the largest integer that is the product of exactly 3 distinct prime numbers $d$ $e$ , and $10d+e$ , where $d$ and $e$ are single digits. What is the sum of the digits of $n$ $\mathrm{(A) \ } 12\qquad \mathrm{(B) \ } 15\qquad \mathrm{(C) \ } 18\qquad \mathrm{(D) \ } 21\qquad \mathrm{(E) \ } 24$
Since we want $n$ to be as large as possible, we would like $d$ in $10d+e$ to be as large as possible. So, $d=7,$ the greatest single-digit prime. Then, $e$ cannot be $5$ because $10(7)+5 = 75,$ which is not prime. So $e = 3$ . Therefore, $d \cdot e \cdot (10d+e) = 7 \cdot 3 \cdot 73 = 1533$ . So, the sum of the digits of $n$ is $1+5+3+3=12 \Rightarrow \boxed{12}$ ~ MathGenius_ (Edited by Sophia866)
A
12
da66b9d397a0a46e3d41b1cea3b947a7
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_14
Let $n$ be the largest integer that is the product of exactly 3 distinct prime numbers $d$ $e$ , and $10d+e$ , where $d$ and $e$ are single digits. What is the sum of the digits of $n$ $\mathrm{(A) \ } 12\qquad \mathrm{(B) \ } 15\qquad \mathrm{(C) \ } 18\qquad \mathrm{(D) \ } 21\qquad \mathrm{(E) \ } 24$
Since $d$ is a single digit prime number, the set of possible values of $d$ is $\{2,3,5,7\}$ Since $e$ is a single digit prime number and is the units digit of the prime number $10d+e$ , the set of possible values of $e$ is $\{3,7\}$ Using these values for $d$ and $e$ , the set of possible values of $10d+e$ is $\{23,27,33,37,53,57,73,77\}$ Out of this set, the prime values are $\{23,37,53,73\}$ Therefore the possible values of $n$ are: $2\cdot3\cdot23=138$ $3\cdot7\cdot37=777$ $5\cdot3\cdot53=795$ $7\cdot3\cdot73=1533$ The largest possible value of $n$ is $1533$ So, the sum of the digits of $n$ is $1+5+3+3=12 \Rightarrow \boxed{12}$
A
12
9de797622403560ffbe419c916ff78b6
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_16
What is the units digit of $13^{2003}$ $\mathrm{(A) \ } 1\qquad \mathrm{(B) \ } 3\qquad \mathrm{(C) \ } 7\qquad \mathrm{(D) \ } 8\qquad \mathrm{(E) \ } 9$
$13^{2003}\equiv 3^{2003}\pmod{10}$ Since $3^4=81\equiv1\pmod{10}$ $3^{2003}=(3^{4})^{500}\cdot3^{3}\equiv1^{500}\cdot27\equiv7\pmod{10}$ Therefore, the units digit is $7 \Rightarrow\boxed{7}$
C
7
9de797622403560ffbe419c916ff78b6
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_16
What is the units digit of $13^{2003}$ $\mathrm{(A) \ } 1\qquad \mathrm{(B) \ } 3\qquad \mathrm{(C) \ } 7\qquad \mathrm{(D) \ } 8\qquad \mathrm{(E) \ } 9$
Since we are looking for the units digit of $13^{2003}$ , we only have to focus on the units digit of the base (13) as none of the other digits of the base affect the units digit of the resulting value. By testing the first few values or through previous knowledge, you might see that the units digit of exponents with base 3 follow this pattern: \[3^1=3\] \[3^2=9\] \[3^3=27\] \[3^4=81,\] giving us the rotation $3-9-7-1.$ As this cycle resets every time the index increases by 4, we know that this cycle ends on 2000, and starts once again on 2001. As our expression is raised to the power of 2003, we know that the units digit of our expression must end with the third term of our pattern: $7$ Therefore, the units digit of our expression is $7 \Rightarrow\boxed{7}$
C
7
5c6625a3955b936d1647b4632101cf8e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_18
What is the sum of the reciprocals of the roots of the equation $\frac{2003}{2004}x+1+\frac{1}{x}=0$ $\mathrm{(A) \ } -\frac{2004}{2003}\qquad \mathrm{(B) \ } -1\qquad \mathrm{(C) \ } \frac{2003}{2004}\qquad \mathrm{(D) \ } 1\qquad \mathrm{(E) \ } \frac{2004}{2003}$
Multiplying both sides by $x$ $\frac{2003}{2004}x^{2}+1x+1=0$ Let the roots be $a$ and $b$ The problem is asking for $\frac{1}{a}+\frac{1}{b}= \frac{a+b}{ab}$ By Vieta's formulas $a+b=(-1)^{1}\frac{1}{\frac{2003}{2004}}=-\frac{2004}{2003}$ $ab=(-1)^{2}\frac{1}{\frac{2003}{2004}}=\frac{2004}{2003}$ So the answer is $\frac{a+b}{ab}=\frac{-\frac{2004}{2003}}{\frac{2004}{2003}}=-1 \Rightarrow\boxed{1}$
B
1
5c6625a3955b936d1647b4632101cf8e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_18
What is the sum of the reciprocals of the roots of the equation $\frac{2003}{2004}x+1+\frac{1}{x}=0$ $\mathrm{(A) \ } -\frac{2004}{2003}\qquad \mathrm{(B) \ } -1\qquad \mathrm{(C) \ } \frac{2003}{2004}\qquad \mathrm{(D) \ } 1\qquad \mathrm{(E) \ } \frac{2004}{2003}$
Dividing both sides by $x$ $\frac{2003}{2004}+\frac 1x+\frac{1}{x^2}=0$ we see by Vieta's formulas that the sum of the roots is $-1 \Rightarrow\boxed{1}$
B
1
5c6625a3955b936d1647b4632101cf8e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_18
What is the sum of the reciprocals of the roots of the equation $\frac{2003}{2004}x+1+\frac{1}{x}=0$ $\mathrm{(A) \ } -\frac{2004}{2003}\qquad \mathrm{(B) \ } -1\qquad \mathrm{(C) \ } \frac{2003}{2004}\qquad \mathrm{(D) \ } 1\qquad \mathrm{(E) \ } \frac{2004}{2003}$
Re-stating and multiplying $\frac{1}{x}$ by $\frac{2004}{2004}$ , we have $\frac{2003x}{2004} + \frac{2004}{2004x} + 1 = 0$ Simplifying, we have $\frac{2003}{2004}+\frac{\frac{2004}{x}}{2004}=-1.$ Putting this together, we have $\frac{2003+\frac{2004}{x}}{2004}=-1.$ Simplifying, we have $2004x + \frac{2004}{x} = -2004.$ Multiplying both sides by $x,$ we have $2003x^2+2004=-2004x.$ Moving $-2004x$ to the left side, we have $2003x^2 + 2004x + 2004 = 0.$ Let's go back and see what we want. We want the sum of the reciprocals of the roots, in which if the roots were to be called $r_1$ and $r_2,$ we would want $\frac{1}{r_1}+\frac{1}{r_2}=\frac{r_1 + r_2}{r_1 \cdot r_2}$ We can use Vieta's formulas to solve the sum of the roots and the product of the roots. We have that the sum of the two roots is $\frac{-b}{a}$ where the quadratic is $ax^2+bx+c=0.$ In this case, $a=2003$ and $b=2004$ Therefore, $r_1+r_2=-\frac{2004}{2003}.$ We have that the product of the two roots is $\frac{c}{a}$ where the quadratic is $ax^2+bx+c=0.$ In this case, $c=2004$ and $a=2003.$ Therefore, $r_1 \cdot r_2 = \frac{2004}{2003}.$ Now that we have the sum and product of the roots, we can substitute back into the expression of what we want. We have $\frac{-\frac{2004}{2003}}{\frac{2004}{2003}}=-\frac{2004}{2003} \cdot \frac{2003}{2004} = \boxed{1}.$
B
1
e7662548883381b7d259679e4b7a6b99
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_20
A base-10 three digit number $n$ is selected at random. Which of the following is closest to the probability that the base-9 representation and the base-11 representation of $n$ are both three-digit numerals? $\mathrm{(A) \ } 0.3\qquad \mathrm{(B) \ } 0.4\qquad \mathrm{(C) \ } 0.5\qquad \mathrm{(D) \ } 0.6\qquad \mathrm{(E) \ } 0.7$
To be a three digit number in base-10: $10^{2} \leq n \leq 10^{3}-1$ $100 \leq n \leq 999$ Thus there are $900$ three-digit numbers in base-10 To be a three-digit number in base-9: $9^{2} \leq n \leq 9^{3}-1$ $81 \leq n \leq 728$ To be a three-digit number in base-11: $11^{2} \leq n \leq 11^{3}-1$ $121 \leq n \leq 1330$ So, $121 \leq n \leq 728$ Thus, there are $608$ base-10 three-digit numbers that are three digit numbers in base-9 and base-11. Therefore the desired probability is $\frac{608}{900}\approx 0.7 \Rightarrow\boxed{0.7}$
E
0.7
1e02ddaaad46d5c9dbdd0ac12fb5695e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_22
In rectangle $ABCD$ , we have $AB=8$ $BC=9$ $H$ is on $BC$ with $BH=6$ $E$ is on $AD$ with $DE=4$ , line $EC$ intersects line $AH$ at $G$ , and $F$ is on line $AD$ with $GF \perp AF$ . Find the length of $GF$ [asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair D=(0,0), Ep=(4,0), A=(9,0), B=(9,8), H=(3,8), C=(0,8), G=(-6,20), F=(-6,0); draw(D--A--B--C--D--F--G--Ep); draw(A--G); label("$F$",F,W); label("$G$",G,W); label("$C$",C,WSW); label("$H$",H,NNE); label("$6$",(6,8),N); label("$B$",B,NE); label("$A$",A,SW); label("$E$",Ep,S); label("$4$",(2,0),S); label("$D$",D,S);[/asy] $\mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30$
$\angle GHC = \angle AHB$ (Vertical angles are equal). $\angle F = \angle B$ (Both are 90 degrees). $\angle BHA = \angle HAD$ (Alt. Interior Angles are congruent). Therefore $\triangle GFA$ and $\triangle ABH$ are similar. $\triangle GCH$ and $\triangle GEA$ are also similar. $DA$ is 9, therefore $EA$ must equal 5. Similarly, $CH$ must equal 3. Because $GCH$ and $GEA$ are similar, the ratio of $CH\; =\; 3$ and $EA\; =\; 5$ , must also hold true for $GH$ and $HA$ $\frac{GH}{GA} = \frac{3}{5}$ , so $HA$ is $\frac{2}{5}$ of $GA$ . By Pythagorean theorem, $(HA)^2\; =\; (HB)^2\; +\; (BA)^2\;...\;HA=10$ $HA\: =\: 10 =\: \frac{2}{5}*(GA)$ $GA\: =\: 25.$ So $\frac{GA}{HA}\: =\: \frac{GF}{BA}$ $\frac{25}{10}\: =\: \frac{GF}{8}$ Therefore $GF= \boxed{20}$
B
20
1e02ddaaad46d5c9dbdd0ac12fb5695e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_22
In rectangle $ABCD$ , we have $AB=8$ $BC=9$ $H$ is on $BC$ with $BH=6$ $E$ is on $AD$ with $DE=4$ , line $EC$ intersects line $AH$ at $G$ , and $F$ is on line $AD$ with $GF \perp AF$ . Find the length of $GF$ [asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair D=(0,0), Ep=(4,0), A=(9,0), B=(9,8), H=(3,8), C=(0,8), G=(-6,20), F=(-6,0); draw(D--A--B--C--D--F--G--Ep); draw(A--G); label("$F$",F,W); label("$G$",G,W); label("$C$",C,WSW); label("$H$",H,NNE); label("$6$",(6,8),N); label("$B$",B,NE); label("$A$",A,SW); label("$E$",Ep,S); label("$4$",(2,0),S); label("$D$",D,S);[/asy] $\mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30$
Since $ABCD$ is a rectangle, $CD=AB=8$ Since $ABCD$ is a rectangle and $GF \perp AF$ $\angle GFE = \angle CDE = \angle ABC = 90^\circ$ Since $ABCD$ is a rectangle, $AD || BC$ So, $AH$ is a transversal , and $\angle GAF = \angle AHB$ This is sufficient to prove that $GFE \approx CDE$ and $GFA \approx ABH$ Using ratios: $\frac{GF}{FE}=\frac{CD}{DE}$ $\frac{GF}{FD+4}=\frac{8}{4}=2$ $GF=2 \cdot (FD+4)=2 \cdot FD+8$ $\frac{GF}{FA}=\frac{AB}{BH}$ $\frac{GF}{FD+9}=\frac{8}{6}=\frac{4}{3}$ $GF=\frac{4}{3} \cdot (FD+9)=\frac{4}{3} \cdot FD+12$ Since $GF$ can't have 2 different lengths, both expressions for $GF$ must be equal. $2 \cdot FD+8=\frac{4}{3} \cdot FD+12$ $\frac{2}{3} \cdot FD=4$ $FD=6$ $GF=2 \cdot FD+8=2\cdot6+8=\boxed{20}$
B
20
1e02ddaaad46d5c9dbdd0ac12fb5695e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_22
In rectangle $ABCD$ , we have $AB=8$ $BC=9$ $H$ is on $BC$ with $BH=6$ $E$ is on $AD$ with $DE=4$ , line $EC$ intersects line $AH$ at $G$ , and $F$ is on line $AD$ with $GF \perp AF$ . Find the length of $GF$ [asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair D=(0,0), Ep=(4,0), A=(9,0), B=(9,8), H=(3,8), C=(0,8), G=(-6,20), F=(-6,0); draw(D--A--B--C--D--F--G--Ep); draw(A--G); label("$F$",F,W); label("$G$",G,W); label("$C$",C,WSW); label("$H$",H,NNE); label("$6$",(6,8),N); label("$B$",B,NE); label("$A$",A,SW); label("$E$",Ep,S); label("$4$",(2,0),S); label("$D$",D,S);[/asy] $\mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30$
We extend $BC$ such that it intersects $GF$ at $X$ . Since $ABCD$ is a rectangle, it follows that $CD=8$ , therefore, $XF=8$ . Let $GX=y$ . From the similarity of triangles $GCH$ and $GEA$ , we have the ratio $3:5$ (as $CH=9-6=3$ , and $EA=9-4=5$ ). $GX$ and $GF$ are the altitudes of $GCH$ and $GEA$ , respectively. Thus, $y:y+8 = 3:5$ , from which we have $y=12$ , thus $GF=y+8=12+8=\boxed{20}$
B
20
1e02ddaaad46d5c9dbdd0ac12fb5695e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_22
In rectangle $ABCD$ , we have $AB=8$ $BC=9$ $H$ is on $BC$ with $BH=6$ $E$ is on $AD$ with $DE=4$ , line $EC$ intersects line $AH$ at $G$ , and $F$ is on line $AD$ with $GF \perp AF$ . Find the length of $GF$ [asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair D=(0,0), Ep=(4,0), A=(9,0), B=(9,8), H=(3,8), C=(0,8), G=(-6,20), F=(-6,0); draw(D--A--B--C--D--F--G--Ep); draw(A--G); label("$F$",F,W); label("$G$",G,W); label("$C$",C,WSW); label("$H$",H,NNE); label("$6$",(6,8),N); label("$B$",B,NE); label("$A$",A,SW); label("$E$",Ep,S); label("$4$",(2,0),S); label("$D$",D,S);[/asy] $\mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30$
Since $GF\perp AF$ and $AF\perp CD,$ we have $GF\parallel CD\parallel AB.$ Thus, $\triangle CDE\sim GFE.$ Suppose $GF=x$ and $FD=y.$ Thus, we have $\dfrac{x}{8}=\dfrac{y+4}{4}.$ Additionally, now note that $\triangle GAF\sim AHB,$ which is pretty obvious from insight, but can be proven by AA with extending $BH$ to meet $GF.$ From this new pair of similar triangles, we have $\dfrac{x}{8}=\dfrac{y+9}{6}.$ Therefore, we have by combining those two equations, \[\dfrac{y+9}{6}=\dfrac{y+4}{4}.\] Solving, we have $y=6,$ and therefore $x=\boxed{20}$
B
20
1e02ddaaad46d5c9dbdd0ac12fb5695e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_22
In rectangle $ABCD$ , we have $AB=8$ $BC=9$ $H$ is on $BC$ with $BH=6$ $E$ is on $AD$ with $DE=4$ , line $EC$ intersects line $AH$ at $G$ , and $F$ is on line $AD$ with $GF \perp AF$ . Find the length of $GF$ [asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair D=(0,0), Ep=(4,0), A=(9,0), B=(9,8), H=(3,8), C=(0,8), G=(-6,20), F=(-6,0); draw(D--A--B--C--D--F--G--Ep); draw(A--G); label("$F$",F,W); label("$G$",G,W); label("$C$",C,WSW); label("$H$",H,NNE); label("$6$",(6,8),N); label("$B$",B,NE); label("$A$",A,SW); label("$E$",Ep,S); label("$4$",(2,0),S); label("$D$",D,S);[/asy] $\mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30$
Since there are only lines, you can resort to coordinate bashing. Let $FD=k$ . Three lines, line $GF$ , line $GE$ , and line $GA$ , intersect at $G$ . Our goal is to find the y-coordinate of that intersection point. Line $GF$ is $x=0$ Line $GE$ passes through $(k+4, 0)$ and $(k, 8)$ . Therefore the slope is $-2$ and the line is $y-0=-2(x-k-4)$ which is $y=-2x+2k+8$ Line $GA$ passes through $(k+9, 0)$ and $(k+3, 8)$ . Therefore the slope is $\frac{-4}{3}$ and the line is $y-0=-\frac{4}{3}(x-k-9)$ which simplifies to $y=-\frac{4}{3}x+\frac{4}{3}k+12$ We solve the system of equations with these three lines. First we plug in $x=0$ $y=2k+8$ $y=\frac{4}{3}k+12$ Next, we solve for k. $k=6$ Therefore $y=20$ . The y-coordinate of this intersection point is indeed our answer. $\boxed{20}$ ~superagh
B
20
1e02ddaaad46d5c9dbdd0ac12fb5695e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_22
In rectangle $ABCD$ , we have $AB=8$ $BC=9$ $H$ is on $BC$ with $BH=6$ $E$ is on $AD$ with $DE=4$ , line $EC$ intersects line $AH$ at $G$ , and $F$ is on line $AD$ with $GF \perp AF$ . Find the length of $GF$ [asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair D=(0,0), Ep=(4,0), A=(9,0), B=(9,8), H=(3,8), C=(0,8), G=(-6,20), F=(-6,0); draw(D--A--B--C--D--F--G--Ep); draw(A--G); label("$F$",F,W); label("$G$",G,W); label("$C$",C,WSW); label("$H$",H,NNE); label("$6$",(6,8),N); label("$B$",B,NE); label("$A$",A,SW); label("$E$",Ep,S); label("$4$",(2,0),S); label("$D$",D,S);[/asy] $\mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30$
Let $A$ be the origin of our coordinate system. Now line $GA$ has equation $-\frac{4}{3}x$ . We can use point-slope form to find the equation for line $GE$ . First, we know that its slope is $-2$ , and we know that it passes through $E=(-5,0)$ , so line $GE$ has equation $-2(x+5)$ . Solving for the intersection by letting $-\frac{4}{3}x=-2(x+5)$ , we get $x=-15$ . Plugging this into our equation for line $GA$ gives us $G=(-15,20)$ , so $GF= \boxed{20}$ ~chrisdiamond10
B
20
1e02ddaaad46d5c9dbdd0ac12fb5695e
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_22
In rectangle $ABCD$ , we have $AB=8$ $BC=9$ $H$ is on $BC$ with $BH=6$ $E$ is on $AD$ with $DE=4$ , line $EC$ intersects line $AH$ at $G$ , and $F$ is on line $AD$ with $GF \perp AF$ . Find the length of $GF$ [asy] unitsize(3mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair D=(0,0), Ep=(4,0), A=(9,0), B=(9,8), H=(3,8), C=(0,8), G=(-6,20), F=(-6,0); draw(D--A--B--C--D--F--G--Ep); draw(A--G); label("$F$",F,W); label("$G$",G,W); label("$C$",C,WSW); label("$H$",H,NNE); label("$6$",(6,8),N); label("$B$",B,NE); label("$A$",A,SW); label("$E$",Ep,S); label("$4$",(2,0),S); label("$D$",D,S);[/asy] $\mathrm{(A) \ } 16\qquad \mathrm{(B) \ } 20\qquad \mathrm{(C) \ } 24\qquad \mathrm{(D) \ } 28\qquad \mathrm{(E) \ } 30$
First, using given information, we can find the values of some line segments in the figure. We find that $HA = 10$ (through Pythagorean Theorem), $CH = 3$ , and $EA = 5$ . Let Line $FD = x$ and let Line $FG = y$ . We find that $\triangle FGE \sim \triangle CDE$ through some angle chasing (they both have a right angle, and they both share angle $\angle CED$ . Using this information, we can write the equation $\frac{4}{8} = \frac{4+x}{y}$ . Through simplifying this equation, we get that $y=2x+8$ . Let point $I$ be the point on line $FG$ so that lines $CI$ and $FG$ are perpendicular, and we get that $GI = 2x$ and $FI =8$ . Doing some more angle chasing, we can find that $\triangle GIH \sim \triangle GFA$ , as they both share $\angle FGH$ and they both have a right angle. With this information, we can write the equation $\frac{x+3}{y-8} = \frac{x+9}{y}.$ Simplifying this equation we get the equation $-8x+6y-72 = 0$ . Plugging in $y=2x+8$ for $6y$ , we get $4x-24 = 0$ , so $x=6$ . Lastly, to find the value of y, which is the value of Line $FG$ , our desired value, we plug in $6$ for $x$ in the equation $y=2x+8$ , we get $2(6)+8$ , which, finally, we get our $y$ value of $20$ , so therefore, our answer is $GF= \boxed{20}$
B
20
03614871a50e13b7a41b7a3341a2d3bd
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_23
A large equilateral triangle is constructed by using toothpicks to create rows of small equilateral triangles. For example, in the figure, we have $3$ rows of small congruent equilateral triangles, with $5$ small triangles in the base row. How many toothpicks would be needed to construct a large equilateral triangle if the base row of the triangle consists of $2003$ small equilateral triangles? [asy] unitsize(15mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair Ap=(0,0), Bp=(1,0), Cp=(2,0), Dp=(3,0), Gp=dir(60); pair Fp=shift(Gp)*Bp, Ep=shift(Gp)*Cp; pair Hp=shift(Gp)*Gp, Ip=shift(Gp)*Fp; pair Jp=shift(Gp)*Hp; pair[] points={Ap,Bp,Cp,Dp,Ep,Fp,Gp,Hp,Ip,Jp}; draw(Ap--Dp--Jp--cycle); draw(Gp--Bp--Ip--Hp--Cp--Ep--cycle); for(pair p : points) { fill(circle(p, 0.07),white); } pair[] Cn=new pair[5]; Cn[0]=centroid(Ap,Bp,Gp); Cn[1]=centroid(Gp,Bp,Fp); Cn[2]=centroid(Bp,Fp,Cp); Cn[3]=centroid(Cp,Fp,Ep); Cn[4]=centroid(Cp,Ep,Dp); label("$1$",Cn[0]); label("$2$",Cn[1]); label("$3$",Cn[2]); label("$4$",Cn[3]); label("$5$",Cn[4]); for (pair p : Cn) { draw(circle(p,0.1)); }[/asy] $\mathrm{(A) \ } 1,004,004 \qquad \mathrm{(B) \ } 1,005,006 \qquad \mathrm{(C) \ } 1,507,509 \qquad \mathrm{(D) \ } 3,015,018 \qquad \mathrm{(E) \ } 6,021,018$
There are $1+3+5+...+2003=1002^{2}=1004004$ small equilateral triangles. Each small equilateral triangle needs $3$ toothpicks to make it. But, each toothpick that isn't one of the $1002\cdot3=3006$ toothpicks on the outside of the large equilateral triangle is a side for $2$ small equilateral triangles. So, the number of toothpicks on the inside of the large equilateral triangle is $\frac{10040004\cdot3-3006}{2}=1504503$ Therefore the total number of toothpicks is $1504503+3006=\boxed{1,507,509}$ ~dolphin7
C
1,507,509
03614871a50e13b7a41b7a3341a2d3bd
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_23
A large equilateral triangle is constructed by using toothpicks to create rows of small equilateral triangles. For example, in the figure, we have $3$ rows of small congruent equilateral triangles, with $5$ small triangles in the base row. How many toothpicks would be needed to construct a large equilateral triangle if the base row of the triangle consists of $2003$ small equilateral triangles? [asy] unitsize(15mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair Ap=(0,0), Bp=(1,0), Cp=(2,0), Dp=(3,0), Gp=dir(60); pair Fp=shift(Gp)*Bp, Ep=shift(Gp)*Cp; pair Hp=shift(Gp)*Gp, Ip=shift(Gp)*Fp; pair Jp=shift(Gp)*Hp; pair[] points={Ap,Bp,Cp,Dp,Ep,Fp,Gp,Hp,Ip,Jp}; draw(Ap--Dp--Jp--cycle); draw(Gp--Bp--Ip--Hp--Cp--Ep--cycle); for(pair p : points) { fill(circle(p, 0.07),white); } pair[] Cn=new pair[5]; Cn[0]=centroid(Ap,Bp,Gp); Cn[1]=centroid(Gp,Bp,Fp); Cn[2]=centroid(Bp,Fp,Cp); Cn[3]=centroid(Cp,Fp,Ep); Cn[4]=centroid(Cp,Ep,Dp); label("$1$",Cn[0]); label("$2$",Cn[1]); label("$3$",Cn[2]); label("$4$",Cn[3]); label("$5$",Cn[4]); for (pair p : Cn) { draw(circle(p,0.1)); }[/asy] $\mathrm{(A) \ } 1,004,004 \qquad \mathrm{(B) \ } 1,005,006 \qquad \mathrm{(C) \ } 1,507,509 \qquad \mathrm{(D) \ } 3,015,018 \qquad \mathrm{(E) \ } 6,021,018$
We just need to count upward facing triangles because if we exclude the downward-facing triangles, we won't be overcounting any toothpicks. The first row of triangles has $1$ upward-facing triangle, the second row has $2$ upward-facing triangles, the third row has $3$ upward-facing triangles, and so on having $n$ upward-facing triangles in the $n^\text{th}$ row. The last row with $2003$ small triangles has $1002$ upward-facing triangles. By Gauss's formula, the number of the upward-facing triangles in the entire triangle are now $\frac{1002\times1003}{2}$ , meaning that the number of toothpicks are $\frac{1002\times1003}{2}\times3$ , or $\boxed{1,507,509}$
C
1,507,509
03614871a50e13b7a41b7a3341a2d3bd
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_23
A large equilateral triangle is constructed by using toothpicks to create rows of small equilateral triangles. For example, in the figure, we have $3$ rows of small congruent equilateral triangles, with $5$ small triangles in the base row. How many toothpicks would be needed to construct a large equilateral triangle if the base row of the triangle consists of $2003$ small equilateral triangles? [asy] unitsize(15mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair Ap=(0,0), Bp=(1,0), Cp=(2,0), Dp=(3,0), Gp=dir(60); pair Fp=shift(Gp)*Bp, Ep=shift(Gp)*Cp; pair Hp=shift(Gp)*Gp, Ip=shift(Gp)*Fp; pair Jp=shift(Gp)*Hp; pair[] points={Ap,Bp,Cp,Dp,Ep,Fp,Gp,Hp,Ip,Jp}; draw(Ap--Dp--Jp--cycle); draw(Gp--Bp--Ip--Hp--Cp--Ep--cycle); for(pair p : points) { fill(circle(p, 0.07),white); } pair[] Cn=new pair[5]; Cn[0]=centroid(Ap,Bp,Gp); Cn[1]=centroid(Gp,Bp,Fp); Cn[2]=centroid(Bp,Fp,Cp); Cn[3]=centroid(Cp,Fp,Ep); Cn[4]=centroid(Cp,Ep,Dp); label("$1$",Cn[0]); label("$2$",Cn[1]); label("$3$",Cn[2]); label("$4$",Cn[3]); label("$5$",Cn[4]); for (pair p : Cn) { draw(circle(p,0.1)); }[/asy] $\mathrm{(A) \ } 1,004,004 \qquad \mathrm{(B) \ } 1,005,006 \qquad \mathrm{(C) \ } 1,507,509 \qquad \mathrm{(D) \ } 3,015,018 \qquad \mathrm{(E) \ } 6,021,018$
You don't have to calculate the value of $\frac{1002\times1003}{2}\times3$ , and you can use units digits to find the answer easily. The units digit of $1002\times1003$ is $6$ , and has a unit digit of $3$ after being divided by $2$ . Then this is multiplied by $3$ , now the final number ending with a $9$ . This leaves only one answer choice possible, which is $\boxed{1,507,509}$
C
1,507,509
03614871a50e13b7a41b7a3341a2d3bd
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_23
A large equilateral triangle is constructed by using toothpicks to create rows of small equilateral triangles. For example, in the figure, we have $3$ rows of small congruent equilateral triangles, with $5$ small triangles in the base row. How many toothpicks would be needed to construct a large equilateral triangle if the base row of the triangle consists of $2003$ small equilateral triangles? [asy] unitsize(15mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair Ap=(0,0), Bp=(1,0), Cp=(2,0), Dp=(3,0), Gp=dir(60); pair Fp=shift(Gp)*Bp, Ep=shift(Gp)*Cp; pair Hp=shift(Gp)*Gp, Ip=shift(Gp)*Fp; pair Jp=shift(Gp)*Hp; pair[] points={Ap,Bp,Cp,Dp,Ep,Fp,Gp,Hp,Ip,Jp}; draw(Ap--Dp--Jp--cycle); draw(Gp--Bp--Ip--Hp--Cp--Ep--cycle); for(pair p : points) { fill(circle(p, 0.07),white); } pair[] Cn=new pair[5]; Cn[0]=centroid(Ap,Bp,Gp); Cn[1]=centroid(Gp,Bp,Fp); Cn[2]=centroid(Bp,Fp,Cp); Cn[3]=centroid(Cp,Fp,Ep); Cn[4]=centroid(Cp,Ep,Dp); label("$1$",Cn[0]); label("$2$",Cn[1]); label("$3$",Cn[2]); label("$4$",Cn[3]); label("$5$",Cn[4]); for (pair p : Cn) { draw(circle(p,0.1)); }[/asy] $\mathrm{(A) \ } 1,004,004 \qquad \mathrm{(B) \ } 1,005,006 \qquad \mathrm{(C) \ } 1,507,509 \qquad \mathrm{(D) \ } 3,015,018 \qquad \mathrm{(E) \ } 6,021,018$
Test out some fewer cases first. When there is just 1 equilateral triangle in the base, you need $3$ toothpicks. When there are 3 equilateral triangles in the base, you need $9$ toothpicks in all. When there are 5 equilateral triangles in the base, you need $18$ toothpicks in all. When there are 7 equilateral triangles in the base, you need $30$ toothpicks in all. Taking the finite differences, we get $6, 9, 12.$ It forms a linear equations. This means the original numbers $(3, 9, 18, 30)$ form a quadratic. Let the quadratic be $y = ax^2 + bx + c$ where $y = 2* \text{equilateral triangles in base} - 1.$ Then, we have the following points: $(1, 3), (2, 9), (3, 18), (4, 30).$ We can plug these values into $y = ax^2 + bx + c$ , giving: \[a + b + c = 3, 4a + b + c = 9, 9a + 3b + c = 18.\] Solving gives $a = b = 1.5, c = 0.$ So, \[y = 1.5x^2 + 1.5x.\] For our problem, we need it when there are $2003$ equilateral triangles in the base. For the quadratic, the corresponding $x$ -value would be $\frac{2003 + 1}{2} = 1002.$ . So, our answer is simply: \[1.5 * 1002^2 + 1.5*1002 = \boxed{1507509}.\]
null
1507509
9d03c37ed27d123c69e2a9f65a1a8e1c
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_24
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$
Let $R_i$ and $B_j$ designate the red card numbered $i$ and the blue card numbered $j$ , respectively. $B_5$ is the only blue card that $R_5$ evenly divides, so $R_5$ must be at one end of the stack and $B_5$ must be the card next to it. $R_1$ is the only other red card that evenly divides $B_5$ , so $R_1$ must be the other card next to $B_5$ $B_4$ is the only blue card that $R_4$ evenly divides, so $R_4$ must be at one end of the stack and $B_4$ must be the card next to it. $R_2$ is the only other red card that evenly divides $B_4$ , so $R_2$ must be the other card next to $B_4$ $R_2$ doesn't evenly divide $B_3$ , so $B_3$ must be next to $R_1$ $B_6$ must be next to $R_2$ , and $R_3$ must be in the middle. This yields the following arrangement from top to bottom: $\{R_5,B_5,R_1,B_3,R_3,B_6,R_2,B_4,R_4\}$ Therefore, the sum of the numbers on the middle three cards is $3+3+6=\boxed{12}$
E
12
9ae8e966c416900ad51d42650fd83691
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10A_Problems/Problem_25
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$
$11|(q+r)$ implies that $11|(99q+q+r)$ and therefore $11|(100q+r)$ , so $11|n$ . Then, $n$ can range from $10010$ to $99990$ for a total of $\boxed{8181}$ numbers.
B
8181
79c3821d58fa2eb40a9dfd545144d6fc
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10B_Problems/Problem_2
Al gets the disease algebritis and must take one green pill and one pink pill each day for two weeks. A green pill costs $$ $1$ more than a pink pill, and Al's pills cost a total of $\textdollar 546$ for the two weeks. How much does one green pill cost? $\textbf{(A)}\ \textdollar 7 \qquad\textbf{(B) }\textdollar 14 \qquad\textbf{(C) }\textdollar 19\qquad\textbf{(D) }\textdollar 20\qquad\textbf{(E) }\textdollar 39$
Because there are $14$ days in two weeks, Al spends $546/14 = 39$ dollars per day for the cost of a green pill and a pink pill. If the green pill costs $x$ dollars and the pink pill $x-1$ dollars, the sum of the two costs $2x-1$ should equal $39$ dollars. Then the cost of the green pill $x$ is $\boxed{20}$
D
20
7a74cb3d0e5914923173f649709aa9eb
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10B_Problems/Problem_3
The sum of $5$ consecutive even integers is $4$ less than the sum of the first $8$ consecutive odd counting numbers. What is the smallest of the even integers? $\textbf{(A) } 6 \qquad\textbf{(B) } 8 \qquad\textbf{(C) } 10 \qquad\textbf{(D) } 12 \qquad\textbf{(E) } 14$
It is a well-known fact that the sum of the first $n$ odd numbers is $n^2$ . This makes the sum of the first $8$ odd numbers equal to $64$ Let $n$ be equal to the smallest of the $5$ even integers. Then $(n+2)$ is the next highest, $(n+4)$ even higher, and so on. This sets up the equation $n+(n+2)+(n+4)+(n+6)+(n+8)+4=64$ Now we solve: \[5n+24=64\] \[5n=40\] \[n=8\] Thus, the smallest integer is $\boxed{8}$
B
8
9a1d09f543bbeadbdd8cf9e4a9539e64
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10B_Problems/Problem_4
Rose fills each of the rectangular regions of her rectangular flower bed with a different type of flower. The lengths, in feet, of the rectangular regions in her flower bed are as shown in the figure. She plants one flower per square foot in each region. Asters cost $$ $1$ each, begonias $$ $1.50$ each, cannas $$ $2$ each, dahlias $$ $2.50$ each, and Easter lilies $$ $3$ each. What is the least possible cost, in dollars, for her garden? [asy] unitsize(5mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); draw((6,0)--(0,0)--(0,1)--(6,1)); draw((0,1)--(0,6)--(4,6)--(4,1)); draw((4,6)--(11,6)--(11,3)--(4,3)); draw((11,3)--(11,0)--(6,0)--(6,3)); label("1",(0,0.5),W); label("5",(0,3.5),W); label("3",(11,1.5),E); label("3",(11,4.5),E); label("4",(2,6),N); label("7",(7.5,6),N); label("6",(3,0),S); label("5",(8.5,0),S);[/asy] $\textbf{(A) } 108 \qquad\textbf{(B) } 115 \qquad\textbf{(C) } 132 \qquad\textbf{(D) } 144 \qquad\textbf{(E) } 156$
The areas of the five regions from greatest to least are $21,20,15,6$ and $4$ If we want to minimize the cost, we want to maximize the area of the cheapest flower and minimize the area of the most expensive flower. Doing this, the cost is $1\cdot21+1.50\cdot20+2\cdot15+2.50\cdot6+3\cdot4$ , which simplifies to $$ $108$ . Therefore the answer is $\boxed{108}$
A
108
0b809126b6db7e31a42b056d7b62a102
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10B_Problems/Problem_5
Moe uses a mower to cut his rectangular $90$ -foot by $150$ -foot lawn. The swath he cuts is $28$ inches wide, but he overlaps each cut by $4$ inches to make sure that no grass is missed. He walks at the rate of $5000$ feet per hour while pushing the mower. Which of the following is closest to the number of hours it will take Moe to mow the lawn? $\textbf{(A) } 0.75 \qquad\textbf{(B) } 0.8 \qquad\textbf{(C) } 1.35 \qquad\textbf{(D) } 1.5 \qquad\textbf{(E) } 3$
Since the swath Moe actually mows is $24$ inches, or $2$ feet wide, he mows $10000$ square feet in one hour. His lawn has an area of $13500$ , so it will take Moe $1.35$ hours to finish mowing the lawn. Thus the answer is $\boxed{1.35}$
C
1.35
0b809126b6db7e31a42b056d7b62a102
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10B_Problems/Problem_5
Moe uses a mower to cut his rectangular $90$ -foot by $150$ -foot lawn. The swath he cuts is $28$ inches wide, but he overlaps each cut by $4$ inches to make sure that no grass is missed. He walks at the rate of $5000$ feet per hour while pushing the mower. Which of the following is closest to the number of hours it will take Moe to mow the lawn? $\textbf{(A) } 0.75 \qquad\textbf{(B) } 0.8 \qquad\textbf{(C) } 1.35 \qquad\textbf{(D) } 1.5 \qquad\textbf{(E) } 3$
Let's assume that the swath moves back and forth; parallel to the $90$ feet side. Thus, the length of one strip is $90$ feet. Now we need to find out how many strips there are. In reality, the swath Moe mows is $24$ inches wide, which can be easily translated into $2$ feet. $\frac{150}{2}$ is the number of strips Moe needs to mow, which is equal to $75$ . Therefore, the total number of feet Moe mows is $75\times90$ . Since Moe's mowing rate is $5000$ feet per hour, $\frac{75\times90}{5000}$ is the number of hours it takes him to do his job. Using basic calculations, we compute the answer. $\boxed{1.35}$
C
1.35
8035dff2ada1e710c8ec7d3540a1839b
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10B_Problems/Problem_6
Many television screens are rectangles that are measured by the length of their diagonals. The ratio of the horizontal length to the height in a standard television screen is $4:3$ . The horizontal length of a " $27$ -inch" television screen is closest, in inches, to which of the following? $\textbf{(A) } 20 \qquad\textbf{(B) } 20.5 \qquad\textbf{(C) } 21 \qquad\textbf{(D) } 21.5 \qquad\textbf{(E) } 22$
If you divide the television screen into two right triangles, the legs are in the ratio of $4 : 3$ , and we can let one leg be $4x$ and the other be $3x$ . Then we can use the Pythagorean Theorem. \begin{align*}(4x)^2+(3x)^2&=27^2\\ 16x^2+9x^2&=729\\ 25x^2&=729\\ x^2&=\frac{729}{25}\\ x&=\frac{27}{5}\\ x&=5.4\end{align*} The horizontal length is $5.4\times4=21.6$ , which is closest to $\boxed{21.5}$
D
21.5
8035dff2ada1e710c8ec7d3540a1839b
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10B_Problems/Problem_6
Many television screens are rectangles that are measured by the length of their diagonals. The ratio of the horizontal length to the height in a standard television screen is $4:3$ . The horizontal length of a " $27$ -inch" television screen is closest, in inches, to which of the following? $\textbf{(A) } 20 \qquad\textbf{(B) } 20.5 \qquad\textbf{(C) } 21 \qquad\textbf{(D) } 21.5 \qquad\textbf{(E) } 22$
One can realize that the diagonal, vertical, and horizontal lengths all make up a $3,4,5$ triangle. Therefore, the horizontal length, being the $4$ in the $4 : 3$ ratio, is simply $\frac{4}{5}$ times the hypotenuse. $\frac{4}{5}\cdot27=21.6 \approx \boxed{21.5}$
D
21.5
5f50c075ae1362389a641c2d80ec171a
https://artofproblemsolving.com/wiki/index.php/2003_AMC_10B_Problems/Problem_7
The symbolism $\lfloor x \rfloor$ denotes the largest integer not exceeding $x$ . For example, $\lfloor 3 \rfloor = 3,$ and $\lfloor 9/2 \rfloor = 4$ . Compute \[\lfloor \sqrt{1} \rfloor + \lfloor \sqrt{2} \rfloor + \lfloor \sqrt{3} \rfloor + \cdots + \lfloor \sqrt{16} \rfloor.\] $\textbf{(A) } 35 \qquad\textbf{(B) } 38 \qquad\textbf{(C) } 40 \qquad\textbf{(D) } 42 \qquad\textbf{(E) } 136$
The first three values in the sum are equal to $1,$ the next five equal to $2,$ the next seven equal to $3,$ and the last one equal to $4.$ For example, since $2^2=4$ any square root of a number less than $4$ must be less than $2.$ Sum them all together to get \[3\cdot1 + 5\cdot2 + 7\cdot3 + 1\cdot4 = 3+10+21+4 = \boxed{38}\]
B
38