Difference between revisions of "1993 AJHSME Problems"
5849206328x (talk | contribs) |
5849206328x (talk | contribs) |
||
Line 85: | Line 85: | ||
This line graph represents the price of a trading card during the first <math>6</math> months of <math>1993</math>. | This line graph represents the price of a trading card during the first <math>6</math> months of <math>1993</math>. | ||
− | {{ | + | <asy> |
+ | unitsize(18); | ||
+ | for (int a = 0; a <= 6; ++a) | ||
+ | { | ||
+ | draw((4*a,0)--(4*a,10)); | ||
+ | } | ||
+ | for (int a = 0; a <= 5; ++a) | ||
+ | { | ||
+ | draw((0,2*a)--(24,2*a)); | ||
+ | } | ||
+ | draw((0,5)--(4,4)--(8,8)--(12,3)--(16,9)--(20,6)--(24,2),linewidth(1.5)); | ||
+ | |||
+ | label("$Jan$",(2,0),S); | ||
+ | label("$Feb$",(6,0),S); | ||
+ | label("$Mar$",(10,0),S); | ||
+ | label("$Apr$",(14,0),S); | ||
+ | label("$May$",(18,0),S); | ||
+ | label("$Jun$",(22,0),S); | ||
+ | label("$\textbf{1993 PRICES FOR A TRADING CARD}$",(12,10),N); | ||
+ | |||
+ | label("$\begin{tabular}{c}\textbf{P} \\ \textbf{R} \\ \textbf{I} \\ \textbf{C} \\ \textbf{E} \end{tabular}$",(-2,5),W); | ||
+ | label("$1$",(0,2),W); | ||
+ | label("$2$",(0,4),W); | ||
+ | label("$3$",(0,6),W); | ||
+ | label("$4$",(0,8),W); | ||
+ | label("$5$",(0,10),W); | ||
+ | </asy> | ||
The greatest monthly drop in price occurred during | The greatest monthly drop in price occurred during |
Revision as of 21:39, 1 March 2010
Contents
- 1 Problem 1
- 2 Problem 2
- 3 Problem 3
- 4 Problem 4
- 5 Problem 5
- 6 Problem 6
- 7 Problem 7
- 8 Problem 8
- 9 Problem 9
- 10 Problem 10
- 11 Problem 11
- 12 Problem 12
- 13 Problem 13
- 14 Problem 14
- 15 Problem 15
- 16 Problem 16
- 17 Problem 17
- 18 Problem 18
- 19 Problem 19
- 20 Problem 20
- 21 Problem 21
- 22 Problem 22
- 23 Problem 23
- 24 Problem 24
- 25 Problem 25
- 26 See also
Problem 1
Which pair of numbers does NOT have a product equal to ?
Problem 2
When the fraction is expressed in simplest form, then the sum of the numerator and the denominator will be
Problem 3
Which of the following numbers has the largest prime factor?
Problem 4
Problem 5
Which one of the following bar graphs could represent the data from the circle graph?
An image is supposed to go here. You can help us out by creating one and editing it in. Thanks.
Problem 6
A can of soup can feed adults or children. If there are cans of soup and children are fed, then how many adults would the remaining soup feed?
Problem 7
Problem 8
To control her blood pressure, Jill's grandmother takes one half of a pill every other day. If one supply of medicine contains pills, then the supply of medicine would last approximately
Problem 9
Consider the operation defined by the following table:
For example, . Then
Problem 10
This line graph represents the price of a trading card during the first months of .
The greatest monthly drop in price occurred during
Problem 11
Consider this histogram of the scores for students taking a test:
An image is supposed to go here. You can help us out by creating one and editing it in. Thanks.
The median is in the interval labeled
Problem 12
If each of the three operation signs, , , , is used exactly ONCE in one of the blanks in the expression
then the value of the result could equal
Problem 13
The word "HELP" in block letters is painted in black with strokes unit wide on a by rectangular white sign with dimensions as shown. The area of the white portion of the sign, in square units, is
Problem 14
The nine squares in the table shown are to be filled so that every row and every column contains each of the numbers . Then
Problem 15
The arithmetic mean (average) of four numbers is . If the largest of these numbers is , then the mean of the remaining three numbers is
Problem 16
Problem 17
Square corners, units on a side, are removed from a unit by unit rectangular sheet of cardboard. The sides are then folded to form an open box. The surface area, in square units, of the interior of the box is
Problem 18
The rectangle shown has length , width , and and are midpoints of and , respectively. The area of quadrilateral is
Problem 19
Problem 20
When is expressed as a single whole number, the sum of the digits is
Problem 21
If the length of a rectangle is increased by and its width is increased by , then the area is increased by
Problem 22
Pat Peano has plenty of 0's, 1's, 3's, 4's, 5's, 6's, 7's, 8's and 9's, but he has only twenty-two 2's. How far can he number the pages of his scrapbook with these digits?
Problem 23
Five runners, , , , , , have a race, and beats , beats , beats , and finishes after and before . Who could NOT have finished third in the race?
Problem 24
What number is directly above in this array of numbers?
\[\begin{tabular}{cccccc} & & & 1 & & \\ & & 2 & 3 & 4 & \\ & 5 & 6 & 7 & 8 & 9 \\ 10 & 11 & 12 & \cdots & & \\ \end{tabular}\] (Error compiling LaTeX. Unknown error_msg)
Problem 25
A checkerboard consists of one-inch squares. A square card, inches on a side, is placed on the board so that it covers part or all of the area of each of squares. The maximum possible value of is
See also
1993 AJHSME (Problems • Answer Key • Resources) | ||
Preceded by 1992 AJHSME |
Followed by 1994 AJHSME | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AJHSME/AMC 8 Problems and Solutions |