Difference between revisions of "1997 AHSME Problems"
Talkinaway (talk | contribs) (→Problem 2) |
Talkinaway (talk | contribs) (→Problem 5) |
||
Line 51: | Line 51: | ||
A rectangle with perimeter <math>176</math> is divided into five congruent rectangles as shown in the diagram. What is the perimeter of one of the five congruent rectangles? | A rectangle with perimeter <math>176</math> is divided into five congruent rectangles as shown in the diagram. What is the perimeter of one of the five congruent rectangles? | ||
− | + | <asy> | |
− | ( | + | defaultpen(linewidth(.8pt)); |
+ | draw(origin--(0,3)--(4,3)--(4,0)--cycle); | ||
+ | draw((0,1)--(4,1)); | ||
+ | draw((2,0)--midpoint((0,1)--(4,1))); | ||
+ | real r = 4/3; | ||
+ | draw((r,3)--foot((r,3),(0,1),(4,1))); | ||
+ | draw((2r,3)--foot((2r,3),(0,1),(4,1)));</asy> | ||
<math> \mathrm{(A)\ } 35.2 \qquad \mathrm{(B) \ }76 \qquad \mathrm{(C) \ } 80 \qquad \mathrm{(D) \ } 84 \qquad \mathrm{(E) \ }86 </math> | <math> \mathrm{(A)\ } 35.2 \qquad \mathrm{(B) \ }76 \qquad \mathrm{(C) \ } 80 \qquad \mathrm{(D) \ } 84 \qquad \mathrm{(E) \ }86 </math> | ||
[[1997 AHSME Problems/Problem 5|Solution]] | [[1997 AHSME Problems/Problem 5|Solution]] |
Revision as of 19:51, 7 August 2011
Problem 1
If and are digits for which
$\begin{tabular}{ccc}& 2 & a\\ \times & b & 3\\ \hline & 6 & 9\\ 9 & 2\\ \hline 9 & 8 & 9\end{tabular}$ (Error compiling LaTeX. Unknown error_msg)
then
Problem 2
The adjacent sides of the decagon shown meet at right angles. What is its perimeter?
Problem 3
If , , and are real numbers such that
then
Problem 4
If is larger than , and is larger than , then is what percent larger than ?
Problem 5
A rectangle with perimeter is divided into five congruent rectangles as shown in the diagram. What is the perimeter of one of the five congruent rectangles?