LOGIN/REGISTER

1992 AJHSME Problems

From AoPSWiki

Contents

Problem 1

\dfrac{10-9+8-7+6-5+4-3+2-1}{1-2+3-4+5-6+7-8+9}=

\text{(A)}\ -1 \qquad \text{(B)}\ 1 \qquad \text{(C)}\ 5 \qquad \text{(D)}\ 9 \qquad \text{(E)}\ 10

Solution

Problem 2

Which of the following is not equal to \dfrac{5}{4}?

\text{(A)}\ \dfrac{10}{8} \qquad \text{(B)}\ 1\dfrac{1}{4} \qquad \text{(C)}\ 1\dfrac{3}{12} \qquad \text{(D)}\ 1\dfrac{1}{5}...

Solution

Problem 3

What is the largest difference that can be formed by subtracting two numbers chosen from the set \{ -16,-4,0,2,4,12 \}?

\text{(A)}\ 10 \qquad \text{(B)}\ 12 \qquad \text{(C)}\ 16 \qquad \text{(D)}\ 28 \qquad \text{(E)}\ 48

Solution

Problem 4

During the softball season, Judy had 35 hits. Among her hits were 1 home run, 1 triple and 5 doubles. The rest of her hits were single. What percent of her hits were single?

\text{(A)}\ 28\% \qquad \text{(B)}\ 35\% \qquad \text{(C)}\ 70\% \qquad \text{(D)}\ 75\% \qquad \text{(E)}\ 80\%

Solution

Problem 5

A circle of diameter 1 is removed from a 2\times 3 rectangle, as shown. Which whole number is closest to the area of the shaded region?

fill((0,0)--(0,2)--(3,2)--(3,0)--cycle,gray);draw((0,0)--(0,2)--(3,2)--(3,0)--cycle,linewidth(1));fill(circle((1,5/4),1/2),wh...

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

Solution

Problem 6

Suppose that unitsize(18);draw((0,0)--(2,0)--(1,sqrt(3))--cycle);label("$a$",(1,sqrt(3)-0.2),S);label("$b$",(sqrt(3)/1... means a+b-c. For example, unitsize(18);draw((0,0)--(2,0)--(1,sqrt(3))--cycle);label("$5$",(1,sqrt(3)-0.2),S);label("$4$",(sqrt(3)/1... is 5+4-6 = 3. Then the sum unitsize(18);draw((0,0)--(2,0)--(1,sqrt(3))--cycle);label("$1$",(1,sqrt(3)-0.2),S);label("$3$",(sqrt(3)/1... is

\text{(A)}\ -2 \qquad \text{(B)}\ -1 \qquad \text{(C)}\ 0 \qquad \text{(D)}\ 1 \qquad \text{(E)}\ 2

Solution

Problem 7

The digit-sum of 998 is 9+9+8=26. How many 3-digit whole numbers, whose digit-sum is 26, are even?

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

Solution

Problem 8

A store owner bought 1500 pencils at $0.10 each. If he sells them for $0.25 each, how many of them must he sell to make a profit of exactly $100.00?

\text{(A)}\ 400 \qquad \text{(B)}\ 667 \qquad \text{(C)}\ 1000 \qquad \text{(D)}\ 1500 \qquad \text{(E)}\ 1900

Solution

Problem 9

The population of a small town is 480. The graph indicates the number of females and males in the town, but the vertical scale-values are omitted. How many males live in the town?

draw((0,13)--(0,0)--(20,0));draw((3,0)--(3,10)--(8,10)--(8,0));draw((3,5)--(8,5));draw((11,0)--(11,5)--(16,5)--(16,0));label(...

\text{(A)}\ 120 \qquad \text{(B)}\ 160 \qquad \text{(C)}\ 200 \qquad \text{(D)}\ 240 \qquad \text{(E)}\ 360

Solution

Problem 10

An isosceles right triangle with legs of length 8 is partitioned into 16 congruent triangles as shown. The shaded area is

for (int a=0; a <= 3; ++a){    for (int b=0; b <= 3-a; ++b)    {        fill((a,b)--(a,b+1)--(a+1,b)--cycle,grey);    }...

\text{(A)}\ 10 \qquad \text{(B)}\ 20 \qquad \text{(C)}\ 32 \qquad \text{(D)}\ 40 \qquad \text{(E)}\ 64

Solution

Problem 11

The bar graph shows the results of a survey on color preferences. What percent preferred blue?

for (int a = 1; a <= 6; ++a){    draw((-1.5,4*a)--(1.5,4*a));}draw((0,28)--(0,0)--(32,0));draw((3,0)--(3,20)--(6,20)--(6,0...

\text{(A)}\ 20\% \qquad \text{(B)}\ 24\% \qquad \text{(C)}\ 30\% \qquad \text{(D)}\ 36\% \qquad \text{(E)}\ 42\%

Solution

Problem 12

The five tires of a car (four road tires and a full-sized spare) were rotated so that each tire was used the same number of miles during the first 30,000 miles the car traveled. For how many miles was each tire used?

\text{(A)}\ 6000 \qquad \text{(B)}\ 7500 \qquad \text{(C)}\ 24,000 \qquad \text{(D)}\ 30,000 \qquad \text{(E)}\ 37,500

Solution

Problem 13

Five test scores have a mean (average score) of 90, a median (middle score) of 91 and a mode (most frequent score) of 94. The sum of the two lowest test scores is

\text{(A)}\ 170 \qquad \text{(B)}\ 171 \qquad \text{(C)}\ 176 \qquad \text{(D)}\ 177 \qquad \text{(E)}\ \text{not determined ...

Solution

Problem 14

When four gallons are added to a tank that is one-third full, the tank is then one-half full. The capacity of the tank in gallons is

\text{(A)}\ 8 \qquad \text{(B)}\ 12 \qquad \text{(C)}\ 20 \qquad \text{(D)}\ 24 \qquad \text{(E)}\ 48

Solution

Problem 15

What is the 1992^\text{nd} letter in this sequence?

\text{ABCDEDCBAABCDEDCBAABCDEDCBAABCDEDC}\cdots

\text{(A)}\ \text{A} \qquad \text{(B)}\ \text{B} \qquad \text{(C)}\ \text{C} \qquad \text{(D)}\ \text{D} \qquad \text{(E)}\ \...

Solution

Problem 16

draw(ellipse((0,-5),10,3));fill((-10,-5)--(10,-5)--(10,5)--(-10,5)--cycle,white);draw(ellipse((0,0),10,3));draw((10,0)--(10,-...

Which cylinder has twice the volume of the cylinder shown above?

unitsize(4);draw(ellipse((0,-5),20,6));fill((-20,-5)--(20,-5)--(20,5)--(-20,5)--cycle,white);draw(ellipse((0,0),20,6));draw((...

\text{(E)}\ \text{None of the above}

Solution

Problem 17

The sides of a triangle have lengths 6.5, 10, and s, where s is a whole number. What is the smallest possible value of s?

pair A,B,C;A=origin; B=(10,0); C=6.5*dir(15);dot(A); dot(B); dot(C);draw(B--A--C);draw(B--C,dashed);label("$6.5$",3...

\text{(A)}\ 3 \qquad \text{(B)}\ 4 \qquad \text{(C)}\ 5 \qquad \text{(D)}\ 6 \qquad \text{(E)}\ 7

Solution

Problem 18

On a trip, a car traveled 80 miles in an hour and a half, then was stopped in traffic for 30 minutes, then traveled 100 miles during the next 2 hours. What was the car's average speed in miles per hour for the 4-hour trip?

\text{(A)}\ 45 \qquad \text{(B)}\ 50 \qquad \text{(C)}\ 60 \qquad \text{(D)}\ 75 \qquad \text{(E)}\ 90

Solution

Problem 19

The distance between the 5^\text{th} and 26^\text{th} exits on an interstate highway is 118 miles. If any two exits are at least 5 miles apart, then what is the largest number of miles there can be between two consecutive exits that are between the 5^\text{th} and 26^\text{th} exits?

\text{(A)}\ 8 \qquad \text{(B)}\ 13 \qquad \text{(C)}\ 18 \qquad \text{(D)}\ 47 \qquad \text{(E)}\ 98

Solution

Problem 20

Which pattern of identical squares could NOT be folded along the lines shown to form a cube?

unitsize(12);draw((0,0)--(0,-1)--(1,-1)--(1,-2)--(2,-2)--(2,-3)--(4,-3)--(4,-2)--(3,-2)--(3,-1)--(2,-1)--(2,0)--cycle);draw((...

Solution

Problem 21

Northside's Drum and Bugle Corps raised money for a trip. The drummers and bugle players kept separate sales records. According to the double bar graph, in what month did one group's sales exceed the other's by the greatest percent?

unitsize(12);fill((2,0)--(2,9)--(3,9)--(3,0)--cycle,lightgray);draw((3,0)--(3,9)--(2,9)--(2,0));draw((2,7)--(1,7)--(1,0));dra...

\text{(A)}\ \text{Jan} \qquad \text{(B)}\ \text{Feb} \qquad \text{(C)}\ \text{Mar} \qquad \text{(D)}\ \text{Apr} \qquad \text...

Solution

Problem 22

Eight 1\times 1 square tiles are arranged as shown so their outside edges form a polygon with a perimeter of 14 units. Two additional tiles of the same size are added to the figure so that at least one side of each tile is shared with a side of one of the squares in the original figure. Which of the following could be the perimeter of the new figure?

for (int a=1; a <= 4; ++a){    draw((a,0)--(a,2));}draw((0,0)--(4,0));draw((0,1)--(5,1));draw((1,2)--(5,2));draw((0,0)--(0...

\text{(A)}\ 15 \qquad \text{(B)}\ 17 \qquad \text{(C)}\ 18 \qquad \text{(D)}\ 19 \qquad \text{(E)}\ 20

Solution

Problem 23

If two dice are tossed, the probability that the product of the numbers showing on the tops of the dice is greater than 10 is

\text{(A)}\ \dfrac{3}{7} \qquad \text{(B)}\ \dfrac{17}{36} \qquad \text{(C)}\ \dfrac{1}{2} \qquad \text{(D)}\ \dfrac{5}{8} \q...

Solution

Problem 24

Four circles of radius 3 are arranged as shown. Their centers are the vertices of a square. The area of the shaded region is closest to

fill((3,3)--(3,-3)--(-3,-3)--(-3,3)--cycle,lightgray);fill(arc((3,3),(0,3),(3,0),CCW)--(3,3)--cycle,white);fill(arc((3,-3),(3...

\text{(A)}\ 7.7 \qquad \text{(B)}\ 12.1 \qquad \text{(C)}\ 17.2 \qquad \text{(D)}\ 18 \qquad \text{(E)}\ 27

Solution

Problem 25

One half of the water is poured out of a full container. Then one third of the remainder is poured out. Continue the process: one fourth of the remainder for the third pouring, one fifth of the remainder for the fourth pouring, etc. After how many pourings does exactly one tenth of the original water remain?

\text{(A)}\ 6 \qquad \text{(B)}\ 7 \qquad \text{(C)}\ 8 \qquad \text{(D)}\ 9 \qquad \text{(E)}\ 10

Solution

See also

1992 AJHSME (ProblemsResources)
Preceded by
1991 AJHSME
Followed by
1993 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