Difference between revisions of "1998 AHSME Problems"
m (Hmmm... asy doesn't work... oh well.) |
m |
||
(13 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AHSME Problems | ||
+ | |year = 1998 | ||
+ | }} | ||
== Problem 1 == | == Problem 1 == | ||
− | Each of the sides of five congruent rectangles is labeled with an integer, | + | Each of the sides of five congruent rectangles is labeled with an integer. In rectangle A, <math>w = 4, x = 1, y = 6, z = 9</math>. In rectangle B, <math>w = 1, x = 0, y = 3, z = 6</math>. In rectangle C, <math>w = 3, x = 8, y = 5, z = 2</math>. In rectangle D, <math>w = 7, x = 5, y = 4, z = 8</math>. In rectangle E, <math>w = 9, x = 2, y = 7, z = 0</math>. These five rectangles are placed, without rotating or reflecting, in position as below. Which of the rectangle is the top leftmost one? |
− | + | <center><asy> | |
− | + | draw((0,5)--(0,7)--(3,7)--(3,5)--cycle); | |
− | + | draw((0,4)--(9,4)--(9,2)--(6,2)--(6,0)--(0,0)--cycle); | |
− | + | draw((3,0)--(3,4));draw((6,2)--(6,4));draw((0,2)--(6,2)); | |
+ | label("$w$",(0,6),(-1,0));label("$x$",(1.5,7),(0,1));label("$y$",(3,6),(1,0));label("$z$",(1.5,5),(0,-1)); | ||
+ | </asy></center> | ||
<math> \mathrm{(A)\ } A \qquad \mathrm{(B) \ }B \qquad \mathrm{(C) \ } C \qquad \mathrm{(D) \ } D \qquad \mathrm{(E) \ }E </math> | <math> \mathrm{(A)\ } A \qquad \mathrm{(B) \ }B \qquad \mathrm{(C) \ } C \qquad \mathrm{(D) \ } D \qquad \mathrm{(E) \ }E </math> | ||
Line 21: | Line 26: | ||
If <math>\texttt{a,b,}</math> and <math>\texttt{c}</math> are digits for which | If <math>\texttt{a,b,}</math> and <math>\texttt{c}</math> are digits for which | ||
− | < | + | <cmath>\begin{array}{rccc}&\ \texttt{7}& \texttt{a}&\texttt{2}\\ -&\ \texttt{4}&\texttt{8}&\texttt{b} \\ |
\hline | \hline | ||
− | &\ \texttt{c 7 3} \end{ | + | &\ \texttt{c}&\texttt{7}& \texttt{3} \end{array}</cmath> |
then <math>\texttt{a+b+c =}</math> | then <math>\texttt{a+b+c =}</math> | ||
Line 64: | Line 69: | ||
A square with sides of length <math>1</math> is divided into two congruent trapezoids and a pentagon, which have equal areas, by joining the center of the square with points on three of the sides, as shown. Find <math>x</math>, the length of the longer parallel side of each trapezoid. | A square with sides of length <math>1</math> is divided into two congruent trapezoids and a pentagon, which have equal areas, by joining the center of the square with points on three of the sides, as shown. Find <math>x</math>, the length of the longer parallel side of each trapezoid. | ||
− | <center><asy> | + | <center><asy>size(150); |
− | pointpen = black; pathpen = black; | + | pointpen = black; pathpen = black+linewidth(0.7); |
D(unitsquare); D((0,0)); D((1,0)); D((1,1)); D((0,1)); D(D((.5,.5))--D((1,.5))); D(D((.17,1))--(.5,.5)--D((.17,0))); MP("x",(.58,1),N); | D(unitsquare); D((0,0)); D((1,0)); D((1,1)); D((0,1)); D(D((.5,.5))--D((1,.5))); D(D((.17,1))--(.5,.5)--D((.17,0))); MP("x",(.58,1),N); | ||
</asy></center> | </asy></center> | ||
Line 81: | Line 86: | ||
== Problem 10 == | == Problem 10 == | ||
− | A large square is divided into a small square surrounded by four congruent rectangles as shown. The | + | A large square is divided into a small square surrounded by four congruent rectangles as shown. The perimeter of each of the congruent rectangles is <math>14</math>. What is the area of the large square? |
− | <center><asy> | + | <center><asy>pathpen = black+linewidth(0.7); |
D((0,0)--(7,0)--(7,7)--(0,7)--cycle); D((1,0)--(1,6)); D((0,6)--(6,6)); D((1,1)--(7,1)); D((6,7)--(6,1)); | D((0,0)--(7,0)--(7,7)--(0,7)--cycle); D((1,0)--(1,6)); D((0,6)--(6,6)); D((1,1)--(7,1)); D((6,7)--(6,1)); | ||
</asy></center> | </asy></center> | ||
Line 130: | Line 135: | ||
== Problem 16 == | == Problem 16 == | ||
The figure shown is the union of a circle and two semicircles of diameters <math>a</math> and <math>b</math>, all of whose centers are collinear. The ratio of the area, of the shaded region to that of the unshaded region is | The figure shown is the union of a circle and two semicircles of diameters <math>a</math> and <math>b</math>, all of whose centers are collinear. The ratio of the area, of the shaded region to that of the unshaded region is | ||
+ | |||
+ | [[Image:Problem 16.png|center|###px]] | ||
<math> \mathrm{(A) \ } \sqrt{\frac ab} \qquad \mathrm{(B) \ }\frac ab \qquad \mathrm{(C) \ } \frac{a^2}{b^2} \qquad \mathrm{(D) \ }\frac{a+b}{2b} \qquad \mathrm{(E) \ } \frac{a^2 + 2ab}{b^2 + 2ab}</math> | <math> \mathrm{(A) \ } \sqrt{\frac ab} \qquad \mathrm{(B) \ }\frac ab \qquad \mathrm{(C) \ } \frac{a^2}{b^2} \qquad \mathrm{(D) \ }\frac{a+b}{2b} \qquad \mathrm{(E) \ } \frac{a^2 + 2ab}{b^2 + 2ab}</math> | ||
Line 143: | Line 150: | ||
What is the value of <math>f(1998)?</math> | What is the value of <math>f(1998)?</math> | ||
− | <math> \mathrm{(A) \ | + | <math>\mathrm{(A)}\ 0 |
+ | \qquad\mathrm{(B)}\ 2 | ||
+ | \qquad\mathrm{(C)}\ 1996 | ||
+ | \qquad\mathrm{(D)}\ 1998 | ||
+ | \qquad\mathrm{(E)}\ 2000</math> | ||
+ | |||
[[1998 AHSME Problems/Problem 17|Solution]] | [[1998 AHSME Problems/Problem 17|Solution]] | ||
Line 198: | Line 210: | ||
== Problem 24 == | == Problem 24 == | ||
− | Call a <math>7</math>-digit telephone number <math>d_1d_2d_3-d_4d_5d_6d_7</math> ''memorable'' if the prefix sequence <math>d_1d_2d_3</math> is exactly the same as either of the sequences <math>d_4d_5d_6</math> or <math>d_5d_6d_7</math> (possibly both). Assuming that each <math>d_i</math> can be any of the ten decimal digits <math>0,1,2, \ldots 9</math>, the number of | + | Call a <math>7</math>-digit telephone number <math>d_1d_2d_3-d_4d_5d_6d_7</math> ''memorable'' if the prefix sequence <math>d_1d_2d_3</math> is exactly the same as either of the sequences <math>d_4d_5d_6</math> or <math>d_5d_6d_7</math> (possibly both). Assuming that each <math>d_i</math> can be any of the ten decimal digits <math>0,1,2, \ldots 9</math>, the number of different memorable telephone numbers is |
<math> \mathrm{(A) \ } 19,810 \qquad \mathrm{(B) \ } 19,910 \qquad \mathrm{(C) \ } 19,990 \qquad \mathrm{(D) \ } 20,000 \qquad \mathrm{(E) \ } 20,100 </math> | <math> \mathrm{(A) \ } 19,810 \qquad \mathrm{(B) \ } 19,910 \qquad \mathrm{(C) \ } 19,990 \qquad \mathrm{(D) \ } 20,000 \qquad \mathrm{(E) \ } 20,100 </math> | ||
Line 254: | Line 266: | ||
== See also == | == See also == | ||
− | *[[AHSME]] | + | |
+ | * [[AMC 12 Problems and Solutions]] | ||
+ | * [[Mathematics competition resources]] | ||
+ | |||
+ | {{AHSME box|year=1998|before=[[1997 AHSME]]|after=[[1999 AHSME]]}} | ||
+ | |||
+ | {{MAA Notice}} |
Latest revision as of 09:40, 11 August 2020
1998 AHSME (Answer Key) Printable versions: • AoPS Resources • PDF | ||
Instructions
| ||
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 |
Contents
- 1 Problem 1
- 2 Problem 2
- 3 Problem 3
- 4 Problem 4
- 5 Problem 5
- 6 Problem 6
- 7 Problem 7
- 8 Problem 8
- 9 Problem 9
- 10 Problem 10
- 11 Problem 11
- 12 Problem 12
- 13 Problem 13
- 14 Problem 14
- 15 Problem 15
- 16 Problem 16
- 17 Problem 17
- 18 Problem 18
- 19 Problem 19
- 20 Problem 20
- 21 Problem 21
- 22 Problem 22
- 23 Problem 23
- 24 Problem 24
- 25 Problem 25
- 26 Problem 26
- 27 Problem 27
- 28 Problem 28
- 29 Problem 29
- 30 Problem 30
- 31 See also
Problem 1
Each of the sides of five congruent rectangles is labeled with an integer. In rectangle A, . In rectangle B, . In rectangle C, . In rectangle D, . In rectangle E, . These five rectangles are placed, without rotating or reflecting, in position as below. Which of the rectangle is the top leftmost one?
Problem 2
Letters and represent four different digits selected from If is an integer that is as large as possible, what is the value of ?
Problem 3
If and are digits for which
then
Problem 4
Define to mean , where . What is the value of
Problem 5
If what is the value of ?
Problem 6
If is written as a product of two positive integers whose difference is as small as possible, then the difference is
Problem 7
If , then
Problem 8
A square with sides of length is divided into two congruent trapezoids and a pentagon, which have equal areas, by joining the center of the square with points on three of the sides, as shown. Find , the length of the longer parallel side of each trapezoid.
Problem 9
A speaker talked for sixty minutes to a full auditorium. Twenty percent of the audience heard the entire talk and ten percent slept through the entire talk. Half of the remainder heard one third of the talk and the other half heard two thirds of the talk. What was the average number of minutes of the talk heard by members of the audience?
Problem 10
A large square is divided into a small square surrounded by four congruent rectangles as shown. The perimeter of each of the congruent rectangles is . What is the area of the large square?
Problem 11
Let be a rectangle. How many circles in the plane of have a diameter both of whose endpoints are vertices of ?
Problem 12
How many different prime numbers are factors of if
Problem 13
Walter rolls four standard six-sided dice and finds that the product of the numbers of the upper faces is . Which of he following could not be the sum of the upper four faces?
Problem 14
A parabola has vertex of and has two intercepts, one positive, and one negative. If this parabola is the graph of which of and must be positive?
Problem 15
A regular hexagon and an equilateral triangle have equal areas. What is the ratio of the length of a side of the triangle to the length of a side of the hexagon?
Problem 16
The figure shown is the union of a circle and two semicircles of diameters and , all of whose centers are collinear. The ratio of the area, of the shaded region to that of the unshaded region is
Problem 17
Let be a function with the two properties:
- (a) for any two real numbers and , , and
- (b)
What is the value of
Problem 18
A right circular cone of volume , a right circular cylinder of volume , and a sphere of volume all have the same radius, and the common height of the cone and the cylinder is equal to the diameter of the sphere. Then
Problem 19
How many triangles have area and vertices at and for some angle ?
Problem 20
Three cards, each with a positive integer written on it, are lying face-down on a table. Casey, Stacy, and Tracy are told that
- (a) the numbers are all different,
- (b) they sum to , and
- (c) they are in increasing order, left to right.
First, Casey looks at the number on the leftmost card and says, "I don't have enough information to determine the other two numbers." Then Tracy looks at the number on the rightmost card and says, "I don't have enough information to determine the other two numbers." Finally, Stacy looks at the number on the middle card and says, "I don't have enough information to determine the other two numbers." Assume that each person knows that the other two reason perfectly and hears their comments. What number is on the middle card?
Problem 21
In an -meter race, Sunny is exactly meters ahead of Windy when Sunny finishes the race. The next time they race, Sunny sportingly starts meters behind Windy, who is at the starting line. Both runners run at the same constant speed as they did in the first race. How many meters ahead is Sunny when Sunny finishes the second race?
Problem 22
What is the value of the expression
Problem 23
The graphs of and intersect when satisfies , and for no other values of . Find .
Problem 24
Call a -digit telephone number memorable if the prefix sequence is exactly the same as either of the sequences or (possibly both). Assuming that each can be any of the ten decimal digits , the number of different memorable telephone numbers is
Problem 25
A piece of graph paper is folded once so that is matched with , and is matched with . Find .
Problem 26
In quadrilateral , it is given that , angles and are right angles, , and . Then
Problem 27
A cube is composed of twenty-seven cubes. The big cube is ‘tunneled’ as follows: First the six cubes which make up the center of each face as well as the center cube are removed as shown. Second, each of the twenty remaining cubes is diminished in the same way. That is, the center facial unit cubes as well as each center cube are removed. The surface area of the final figure is
Problem 28
In triangle , angle is a right angle and . Point is located on so that angle is twice angle . If , then , where and are relatively prime positive integers. Find .
Problem 29
A point in the plane is called a lattice point if both and are integers. The area of the largest square that contains exactly three lattice points in its interior is closest to
Problem 30
For each positive integer , let
Let denote the smallest positive integer for which the rightmost nonzero digit of is odd. The rightmost nonzero digit of is
See also
1998 AHSME (Problems • Answer Key • Resources) | ||
Preceded by 1997 AHSME |
Followed by 1999 AHSME | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.