Difference between revisions of "1996 AJHSME Problems"
5849206328x (talk | contribs) |
Made in 2016 (talk | contribs) m |
||
(12 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AJHSME Problems | ||
+ | |year = 1996 | ||
+ | }} | ||
==Problem 1== | ==Problem 1== | ||
Line 35: | Line 38: | ||
The letters <math>P</math>, <math>Q</math>, <math>R</math>, <math>S</math>, and <math>T</math> represent numbers located on the number line as shown. | The letters <math>P</math>, <math>Q</math>, <math>R</math>, <math>S</math>, and <math>T</math> represent numbers located on the number line as shown. | ||
− | { | + | <asy> |
+ | unitsize(36); | ||
+ | draw((-4,0)--(4,0)); | ||
+ | draw((-3.9,0.1)--(-4,0)--(-3.9,-0.1)); | ||
+ | draw((3.9,0.1)--(4,0)--(3.9,-0.1)); | ||
+ | |||
+ | for (int i = -3; i <= 3; ++i) | ||
+ | { | ||
+ | draw((i,-0.1)--(i,0)); | ||
+ | } | ||
+ | label("$-3$",(-3,-0.1),S); | ||
+ | label("$-2$",(-2,-0.1),S); | ||
+ | label("$-1$",(-1,-0.1),S); | ||
+ | label("$0$",(0,-0.1),S); | ||
+ | label("$1$",(1,-0.1),S); | ||
+ | label("$2$",(2,-0.1),S); | ||
+ | label("$3$",(3,-0.1),S); | ||
+ | |||
+ | draw((-3.7,0.1)--(-3.6,0)--(-3.5,0.1)); | ||
+ | draw((-3.6,0)--(-3.6,0.25)); | ||
+ | label("$P$",(-3.6,0.25),N); | ||
+ | draw((-1.3,0.1)--(-1.2,0)--(-1.1,0.1)); | ||
+ | draw((-1.2,0)--(-1.2,0.25)); | ||
+ | label("$Q$",(-1.2,0.25),N); | ||
+ | draw((0.1,0.1)--(0.2,0)--(0.3,0.1)); | ||
+ | draw((0.2,0)--(0.2,0.25)); | ||
+ | label("$R$",(0.2,0.25),N); | ||
+ | draw((0.8,0.1)--(0.9,0)--(1,0.1)); | ||
+ | draw((0.9,0)--(0.9,0.25)); | ||
+ | label("$S$",(0.9,0.25),N); | ||
+ | draw((1.4,0.1)--(1.5,0)--(1.6,0.1)); | ||
+ | draw((1.5,0)--(1.5,0.25)); | ||
+ | label("$T$",(1.5,0.25),N); | ||
+ | </asy> | ||
Which of the following expressions represents a negative number? | Which of the following expressions represents a negative number? | ||
Line 72: | Line 108: | ||
==Problem 9== | ==Problem 9== | ||
+ | |||
+ | If 5 times a number is 2, then 100 times the reciprocal of the number is | ||
+ | |||
+ | <math>\text{(A)}\ 2.5 \qquad \text{(B)}\ 40 \qquad \text{(C)}\ 50 \qquad \text{(D)}\ 250 \qquad \text{(E)}\ 500</math> | ||
[[1996 AJHSME Problems/Problem 9|Solution]] | [[1996 AJHSME Problems/Problem 9|Solution]] | ||
==Problem 10== | ==Problem 10== | ||
+ | |||
+ | When Walter drove up to the gasoline pump, he noticed that his gasoline tank was 1/8 full. He purchased 7.5 gallons of gasoline for <math>\$10</math>. With this additional gasoline, his gasoline tank was then 5/8 full. The number of gallons of gasoline his tank holds when it is full is | ||
+ | |||
+ | <math>\text{(A)}\ 8.75 \qquad \text{(B)}\ 10 \qquad \text{(C)}\ 11.5 \qquad \text{(D)}\ 15 \qquad \text{(E)}\ 22.5</math> | ||
[[1996 AJHSME Problems/Problem 10|Solution]] | [[1996 AJHSME Problems/Problem 10|Solution]] | ||
==Problem 11== | ==Problem 11== | ||
+ | |||
+ | Let <math>x</math> be the number | ||
+ | <cmath>0. \underbrace{0000...0000}_{1996\text{ zeros}}1,</cmath> | ||
+ | where there are 1996 zeros after the decimal point. Which of the following expressions represents the largest number? | ||
+ | |||
+ | <math>\text{(A)}\ 3+x \qquad \text{(B)}\ 3-x \qquad \text{(C)}\ 3\cdot x \qquad \text{(D)}\ 3/x \qquad \text{(E)}\ x/3</math> | ||
[[1996 AJHSME Problems/Problem 11|Solution]] | [[1996 AJHSME Problems/Problem 11|Solution]] | ||
==Problem 12== | ==Problem 12== | ||
+ | |||
+ | What number should be removed from the list | ||
+ | <cmath>1,2,3,4,5,6,7,8,9,10,11</cmath> | ||
+ | so that the average of the remaining numbers is <math>6.1</math>? | ||
+ | |||
+ | <math>\text{(A)}\ 4 \qquad \text{(B)}\ 5 \qquad \text{(C)}\ 6 \qquad \text{(D)}\ 7 \qquad \text{(E)}\ 8</math> | ||
[[1996 AJHSME Problems/Problem 12|Solution]] | [[1996 AJHSME Problems/Problem 12|Solution]] | ||
==Problem 13== | ==Problem 13== | ||
+ | |||
+ | In the fall of 1996, a total of 800 students participated in an annual school clean-up day. The organizers of the event expect that in each of the years 1997, 1998, and 1999, participation will increase by 50% over the previous year. The number of participants the organizers will expect in the fall of 1999 is | ||
+ | |||
+ | <math>\text{(A)}\ 1200 \qquad \text{(B)}\ 1500 \qquad \text{(C)}\ 2000 \qquad \text{(D)}\ 2400 \qquad \text{(E)}\ 2700</math> | ||
[[1996 AJHSME Problems/Problem 13|Solution]] | [[1996 AJHSME Problems/Problem 13|Solution]] | ||
==Problem 14== | ==Problem 14== | ||
+ | |||
+ | Six different digits from the set | ||
+ | <cmath>\{ 1,2,3,4,5,6,7,8,9\}</cmath> | ||
+ | are placed in the squares in the figure shown so that the sum of the entries in the vertical column is 23 and the sum of the entries in the horizontal row is 12. | ||
+ | The sum of the six digits used is | ||
+ | |||
+ | <asy> | ||
+ | unitsize(18); | ||
+ | draw((0,0)--(1,0)--(1,1)--(4,1)--(4,2)--(1,2)--(1,3)--(0,3)--cycle); | ||
+ | draw((0,1)--(1,1)--(1,2)--(0,2)); | ||
+ | draw((2,1)--(2,2)); | ||
+ | draw((3,1)--(3,2)); | ||
+ | label("$23$",(0.5,0),S); | ||
+ | label("$12$",(4,1.5),E); | ||
+ | </asy> | ||
+ | |||
+ | <math>\text{(A)}\ 27 \qquad \text{(B)}\ 29 \qquad \text{(C)}\ 31 \qquad \text{(D)}\ 33 \qquad \text{(E)}\ 35</math> | ||
[[1996 AJHSME Problems/Problem 14|Solution]] | [[1996 AJHSME Problems/Problem 14|Solution]] | ||
==Problem 15== | ==Problem 15== | ||
+ | |||
+ | The remainder when the product <math>1492\cdot 1776\cdot 1812\cdot 1996</math> is divided by 5 is | ||
+ | |||
+ | <math>\text{(A)}\ 0 \qquad \text{(B)}\ 1 \qquad \text{(C)}\ 2 \qquad \text{(D)}\ 3 \qquad \text{(E)}\ 4</math> | ||
[[1996 AJHSME Problems/Problem 15|Solution]] | [[1996 AJHSME Problems/Problem 15|Solution]] | ||
==Problem 16== | ==Problem 16== | ||
+ | |||
+ | <math>1-2-3+4+5-6-7+8+9-10-11+\cdots + 1992+1993-1994-1995+1996=</math> | ||
+ | |||
+ | <math>\text{(A)}\ -998 \qquad \text{(B)}\ -1 \qquad \text{(C)}\ 0 \qquad \text{(D)}\ 1 \qquad \text{(E)}\ 998</math> | ||
[[1996 AJHSME Problems/Problem 16|Solution]] | [[1996 AJHSME Problems/Problem 16|Solution]] | ||
==Problem 17== | ==Problem 17== | ||
+ | |||
+ | Figure <math>OPQR</math> is a square. Point <math>O</math> is the origin, and point <math>Q</math> has coordinates (2,2). What are the coordinates for <math>T</math> so that the area of triangle <math>PQT</math> equals the area of square <math>OPQR</math>? | ||
+ | |||
+ | <asy> | ||
+ | pair O,P,Q,R,T; | ||
+ | O = (0,0); P = (2,0); Q = (2,2); R = (0,2); T = (-4,0); | ||
+ | draw((-5,0)--(3,0)); draw((0,-1)--(0,3)); | ||
+ | draw(P--Q--R); | ||
+ | draw((-0.2,-0.8)--(0,-1)--(0.2,-0.8)); | ||
+ | draw((-0.2,2.8)--(0,3)--(0.2,2.8)); | ||
+ | draw((-4.8,-0.2)--(-5,0)--(-4.8,0.2)); | ||
+ | draw((2.8,-0.2)--(3,0)--(2.8,0.2)); | ||
+ | draw(Q--T); | ||
+ | |||
+ | label("$O$",O,SW); | ||
+ | label("$P$",P,S); | ||
+ | label("$Q$",Q,NE); | ||
+ | label("$R$",R,W); | ||
+ | label("$T$",T,S); | ||
+ | </asy> | ||
+ | |||
+ | <center>NOT TO SCALE</center> | ||
+ | |||
+ | <math>\text{(A)}\ (-6,0) \qquad \text{(B)}\ (-4,0) \qquad \text{(C)}\ (-2,0) \qquad \text{(D)}\ (2,0) \qquad \text{(E)}\ (4,0)</math> | ||
[[1996 AJHSME Problems/Problem 17|Solution]] | [[1996 AJHSME Problems/Problem 17|Solution]] | ||
==Problem 18== | ==Problem 18== | ||
+ | |||
+ | Ana's monthly salary was \$2000 in May. In June she received a 20% raise. In July she received a 20% pay cut. After the two changes in June and July, Ana's monthly salary was | ||
+ | |||
+ | <math>\text{(A)}\ 1920\text{ dollars} \qquad \text{(B)}\ 1980\text{ dollars} \qquad \text{(C)}\ 2000\text{ dollars} \qquad \text{(D)}\ 2020\text{ dollars} \qquad \text{(E)}\ 2040\text{ dollars}</math> | ||
[[1996 AJHSME Problems/Problem 18|Solution]] | [[1996 AJHSME Problems/Problem 18|Solution]] | ||
==Problem 19== | ==Problem 19== | ||
+ | |||
+ | The pie charts below indicate the percent of students who prefer golf, bowling, or tennis at East Junior High School and West Middle School. The total number of students at East is 2000 and at West, 2500. In the two schools combined, the percent of students who prefer tennis is | ||
+ | |||
+ | <asy> | ||
+ | unitsize(18); | ||
+ | draw(circle((0,0),4)); | ||
+ | draw(circle((9,0),4)); | ||
+ | draw((-4,0)--(0,0)--4*dir(352.8)); | ||
+ | draw((0,0)--4*dir(100.8)); | ||
+ | draw((5,0)--(9,0)--(4*dir(324)+(9,0))); | ||
+ | draw((9,0)--(4*dir(50.4)+(9,0))); | ||
+ | |||
+ | label("$48\%$",(0,-1),S); | ||
+ | label("bowling",(0,-2),S); | ||
+ | label("$30\%$",(1.5,1.5),N); | ||
+ | label("golf",(1.5,0.5),N); | ||
+ | label("$22\%$",(-2,1.5),N); | ||
+ | label("tennis",(-2,0.5),N); | ||
+ | |||
+ | label("$40\%$",(8.5,-1),S); | ||
+ | label("tennis",(8.5,-2),S); | ||
+ | label("$24\%$",(10.5,0.5),E); | ||
+ | label("golf",(10.5,-0.5),E); | ||
+ | label("$36\%$",(7.8,1.7),N); | ||
+ | label("bowling",(7.8,0.7),N); | ||
+ | |||
+ | label("$\textbf{East JHS}$",(0,-4),S); | ||
+ | label("$\textbf{2000 students}$",(0,-5),S); | ||
+ | label("$\textbf{West MS}$",(9,-4),S); | ||
+ | label("$\textbf{2500 students}$",(9,-5),S); | ||
+ | </asy> | ||
+ | |||
+ | <math>\text{(A)}\ 30\% \qquad \text{(B)}\ 31\% \qquad \text{(C)}\ 32\% \qquad \text{(D)}\ 33\% \qquad \text{(E)}\ 34\%</math> | ||
[[1996 AJHSME Problems/Problem 19|Solution]] | [[1996 AJHSME Problems/Problem 19|Solution]] | ||
==Problem 20== | ==Problem 20== | ||
+ | |||
+ | Suppose there is a special key on a calculator that replaces the number <math>x</math> currently displayed with the number given by the formula <math>1/(1-x)</math>. For example, if the calculator is displaying 2 and the special key is pressed, then the calculator will display -1 since <math>1/(1-2)=-1</math>. Now suppose that the calculator is displaying 5. After the special key is pressed 100 times in a row, the calculator will display | ||
+ | |||
+ | <math>\text{(A)}\ -0.25 \qquad \text{(B)}\ 0 \qquad \text{(C)}\ 0.8 \qquad \text{(D)}\ 1.25 \qquad \text{(E)}\ 5</math> | ||
[[1996 AJHSME Problems/Problem 20|Solution]] | [[1996 AJHSME Problems/Problem 20|Solution]] | ||
==Problem 21== | ==Problem 21== | ||
+ | |||
+ | How many subsets containing three different numbers can be selected from the set | ||
+ | <cmath>\{ 89,95,99,132, 166,173 \}</cmath> | ||
+ | so that the sum of the three numbers is even? | ||
+ | |||
+ | <math>\text{(A)}\ 6 \qquad \text{(B)}\ 8 \qquad \text{(C)}\ 10 \qquad \text{(D)}\ 12 \qquad \text{(E)}\ 24</math> | ||
[[1996 AJHSME Problems/Problem 21|Solution]] | [[1996 AJHSME Problems/Problem 21|Solution]] | ||
==Problem 22== | ==Problem 22== | ||
+ | |||
+ | The horizontal and vertical distances between adjacent points equal 1 unit. The area of triangle <math>ABC</math> is | ||
+ | |||
+ | <asy> | ||
+ | for (int a = 0; a < 5; ++a) | ||
+ | { | ||
+ | for (int b = 0; b < 4; ++b) | ||
+ | { | ||
+ | dot((a,b)); | ||
+ | } | ||
+ | } | ||
+ | draw((0,0)--(3,2)--(4,3)--cycle); | ||
+ | label("$A$",(0,0),SW); | ||
+ | label("$B$",(3,2),SE); | ||
+ | label("$C$",(4,3),NE); | ||
+ | </asy> | ||
+ | |||
+ | <math>\text{(A)}\ 1/4 \qquad \text{(B)}\ 1/2 \qquad \text{(C)}\ 3/4 \qquad \text{(D)}\ 1 \qquad \text{(E)}\ 5/4</math> | ||
[[1996 AJHSME Problems/Problem 22|Solution]] | [[1996 AJHSME Problems/Problem 22|Solution]] | ||
==Problem 23== | ==Problem 23== | ||
+ | |||
+ | The manager of a company planned to distribute a <math>\$50</math> bonus to each employee from the company fund, but the fund contained <math>\$5</math> less than what was needed. Instead the manager gave each employee a <math>\$45</math> bonus and kept the remaining <math>\$95</math> in the company fund. The amount of money in the company fund before any bonuses were paid was | ||
+ | |||
+ | <math>\text{(A)}\ 945\text{ dollars} \qquad \text{(B)}\ 950\text{ dollars} \qquad \text{(C)}\ 955\text{ dollars} \qquad \text{(D)}\ 990\text{ dollars} \qquad \text{(E)}\ 995\text{ dollars}</math> | ||
[[1996 AJHSME Problems/Problem 23|Solution]] | [[1996 AJHSME Problems/Problem 23|Solution]] | ||
==Problem 24== | ==Problem 24== | ||
+ | |||
+ | The measure of angle <math>ABC</math> is <math>50^\circ </math>, <math>\overline{AD}</math> bisects angle <math>BAC</math>, and <math>\overline{DC}</math> bisects angle <math>BCA</math>. The measure of angle <math>ADC</math> is | ||
+ | |||
+ | <asy> | ||
+ | pair A,B,C,D; | ||
+ | A = (0,0); B = (9,10); C = (10,0); D = (6.66,3); | ||
+ | dot(A); dot(B); dot(C); dot(D); | ||
+ | draw(A--B--C--cycle); | ||
+ | draw(A--D--C); | ||
+ | |||
+ | label("$A$",A,SW); | ||
+ | label("$B$",B,N); | ||
+ | label("$C$",C,SE); | ||
+ | label("$D$",D,N); | ||
+ | label("$50^\circ $",(9.4,8.8),SW); | ||
+ | </asy> | ||
+ | |||
+ | <math>\text{(A)}\ 90^\circ \qquad \text{(B)}\ 100^\circ \qquad \text{(C)}\ 115^\circ \qquad \text{(D)}\ 122.5^\circ \qquad \text{(E)}\ 125^\circ </math> | ||
[[1996 AJHSME Problems/Problem 24|Solution]] | [[1996 AJHSME Problems/Problem 24|Solution]] | ||
==Problem 25== | ==Problem 25== | ||
+ | |||
+ | A point is chosen at random from within a circular region. What is the probability that the point is closer to the center of the region than it is to the boundary of the region? | ||
+ | |||
+ | <math>\text{(A)}\ 1/4 \qquad \text{(B)}\ 1/3 \qquad \text{(C)}\ 1/2 \qquad \text{(D)}\ 2/3 \qquad \text{(E)}\ 3/4</math> | ||
[[1996 AJHSME Problems/Problem 25|Solution]] | [[1996 AJHSME Problems/Problem 25|Solution]] | ||
Line 144: | Line 344: | ||
* [[AJHSME Problems and Solutions]] | * [[AJHSME Problems and Solutions]] | ||
* [[Mathematics competition resources]] | * [[Mathematics competition resources]] | ||
+ | |||
+ | |||
+ | {{MAA Notice}} |
Latest revision as of 12:35, 19 February 2020
1996 AJHSME (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 |
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
How many positive factors of 36 are also multiples of 4?
Problem 2
Jose, Thuy, and Kareem each start with the number 10. Jose subtracts 1 from the number 10, doubles his answer, and then adds 2. Thuy doubles the number 10, subtracts 1 from her answer, and then adds 2. Kareem subtracts 1 from the number 10, adds 2 to his number, and then doubles the result. Who gets the largest final answer?
Problem 3
The 64 whole numbers from 1 through 64 are written, one per square, on a checkerboard (an 8 by 8 array of 64 squares). The first 8 numbers are written in order across the first row, the next 8 across the second row, and so on. After all 64 numbers are written, the sum of the numbers in the four corners will be
Problem 4
Problem 5
The letters , , , , and represent numbers located on the number line as shown.
Which of the following expressions represents a negative number?
Problem 6
What is the smallest result that can be obtained from the following process?
- Choose three different numbers from the set .
- Add two of these numbers.
- Multiply their sum by the third number.
Problem 7
Brent has goldfish that quadruple (become four times as many) every month, and Gretel has goldfish that double every month. If Brent has 4 goldfish at the same time that Gretel has 128 goldfish, then in how many months from that time will they have the same number of goldfish?
Problem 8
Points and are 10 units apart. Points and are 4 units apart. Points and are 3 units apart. If and are as close as possible, then the number of units between them is
Problem 9
If 5 times a number is 2, then 100 times the reciprocal of the number is
Problem 10
When Walter drove up to the gasoline pump, he noticed that his gasoline tank was 1/8 full. He purchased 7.5 gallons of gasoline for . With this additional gasoline, his gasoline tank was then 5/8 full. The number of gallons of gasoline his tank holds when it is full is
Problem 11
Let be the number where there are 1996 zeros after the decimal point. Which of the following expressions represents the largest number?
Problem 12
What number should be removed from the list so that the average of the remaining numbers is ?
Problem 13
In the fall of 1996, a total of 800 students participated in an annual school clean-up day. The organizers of the event expect that in each of the years 1997, 1998, and 1999, participation will increase by 50% over the previous year. The number of participants the organizers will expect in the fall of 1999 is
Problem 14
Six different digits from the set are placed in the squares in the figure shown so that the sum of the entries in the vertical column is 23 and the sum of the entries in the horizontal row is 12. The sum of the six digits used is
Problem 15
The remainder when the product is divided by 5 is
Problem 16
Problem 17
Figure is a square. Point is the origin, and point has coordinates (2,2). What are the coordinates for so that the area of triangle equals the area of square ?
Problem 18
Ana's monthly salary was $2000 in May. In June she received a 20% raise. In July she received a 20% pay cut. After the two changes in June and July, Ana's monthly salary was
Problem 19
The pie charts below indicate the percent of students who prefer golf, bowling, or tennis at East Junior High School and West Middle School. The total number of students at East is 2000 and at West, 2500. In the two schools combined, the percent of students who prefer tennis is
Problem 20
Suppose there is a special key on a calculator that replaces the number currently displayed with the number given by the formula . For example, if the calculator is displaying 2 and the special key is pressed, then the calculator will display -1 since . Now suppose that the calculator is displaying 5. After the special key is pressed 100 times in a row, the calculator will display
Problem 21
How many subsets containing three different numbers can be selected from the set so that the sum of the three numbers is even?
Problem 22
The horizontal and vertical distances between adjacent points equal 1 unit. The area of triangle is
Problem 23
The manager of a company planned to distribute a bonus to each employee from the company fund, but the fund contained less than what was needed. Instead the manager gave each employee a bonus and kept the remaining in the company fund. The amount of money in the company fund before any bonuses were paid was
Problem 24
The measure of angle is , bisects angle , and bisects angle . The measure of angle is
Problem 25
A point is chosen at random from within a circular region. What is the probability that the point is closer to the center of the region than it is to the boundary of the region?
See also
1996 AJHSME (Problems • Answer Key • Resources) | ||
Preceded by 1995 AJHSME |
Followed by 1997 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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.