Difference between revisions of "1987 AJHSME Problems"
5849206328x (talk | contribs) (→Problem 11) |
5849206328x (talk | contribs) (→Problem 12) |
||
Line 86: | Line 86: | ||
== Problem 12 == | == Problem 12 == | ||
+ | |||
+ | What fraction of the large <math>12</math> by <math>18</math> rectangular region is shaded? | ||
+ | |||
+ | <asy> | ||
+ | draw((0,0)--(18,0)--(18,12)--(0,12)--cycle); | ||
+ | draw((0,6)--(18,6)); | ||
+ | for(int a=6; a<12; ++a) | ||
+ | { | ||
+ | draw((1.5a,0)--(1.5a,6)); | ||
+ | } | ||
+ | fill((15,0)--(18,0)--(18,6)--(15,6)--cycle,black); | ||
+ | label("0",(0,0),W); | ||
+ | label("9",(9,0),S); | ||
+ | label("18",(18,0),S); | ||
+ | label("6",(0,6),W); | ||
+ | label("12",(0,12),W); | ||
+ | </asy> | ||
+ | |||
+ | <math>\text{(A)}\ \frac{1}{108} \qquad \text{(B)}\ \frac{1}{18} \qquad \text{(C)}\ \frac{1}{12} \qquad \text{(D)}\ \frac29 \qquad \text{(E)}\ \frac13</math> | ||
[[1987 AJHSME Problems/Problem 12|Solution]] | [[1987 AJHSME Problems/Problem 12|Solution]] |
Revision as of 08:40, 16 February 2009
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
Problem 2
Problem 3
Problem 4
Martians measure angles in clerts. There are clerts in a full circle. How many clerts are there in a right angle?
Problem 5
The area of the rectangular region is
Problem 6
The smallest product one could obtain by multiplying two numbers in the set is
Problem 7
Problem 8
Problem 9
When finding the sum , the least common denominator used is
Problem 10
Problem 11
The sum is between
Problem 12
What fraction of the large by rectangular region is shaded?