1987 AJHSME Problems: Difference between revisions
5849206328x (talk | contribs) |
5849206328x (talk | contribs) |
||
| 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
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?