Difference between revisions of "2011 AIME I Problems/Problem 8"
m (→Problem: Fixed graphic error.) |
(→Problem: ...Ok, now it) |
||
Line 3: | Line 3: | ||
− | + | <asy> | |
unitsize(1 cm); | unitsize(1 cm); | ||
pair translate; | pair translate; | ||
Line 34: | Line 34: | ||
draw (W[1]--C[1]--X[1]); | draw (W[1]--C[1]--X[1]); | ||
draw (Y[1]--B[1]--Z[1]); | draw (Y[1]--B[1]--Z[1]); | ||
− | dot(" | + | dot("$A$",A[0],N); |
− | dot(" | + | dot("$B$",B[0],SE); |
− | dot(" | + | dot("$C$",C[0],SW); |
− | dot(" | + | dot("$U$",U[0],NE); |
− | dot(" | + | dot("$V$",V[0],NW); |
− | dot(" | + | dot("$W$",W[0],NW); |
− | dot(" | + | dot("$X$",X[0],S); |
− | dot(" | + | dot("$Y$",Y[0],S); |
− | dot(" | + | dot("$Z$",Z[0],NE); |
dot(A[1]); | dot(A[1]); | ||
dot(B[1]); | dot(B[1]); | ||
dot(C[1]); | dot(C[1]); | ||
− | dot(" | + | dot("$U$",U[1],NE); |
− | dot(" | + | dot("$V$",V[1],NW); |
− | dot(" | + | dot("$W$",W[1],NW); |
− | dot(" | + | dot("$X$",X[1],dir(-70)); |
− | dot(" | + | dot("$Y$",Y[1],dir(250)); |
− | dot(" | + | dot("$Z$",Z[1],NE);</asy> |
== See also == | == See also == | ||
{{AIME box|year=2011|n=I|num-b=7|num-a=9}} | {{AIME box|year=2011|n=I|num-b=7|num-a=9}} |
Revision as of 19:37, 3 April 2011
Problem
In triangle , , , and . Points and are on with on , points and are on with on , and points and are on with on . In addition, the points are positioned so that , , and . Right angle folds are then made along , , and . The resulting figure is placed on a level floor to make a table with triangular legs. Let be the maximum possible height of a table constructed from triangle whose top is parallel to the floor. Then can be written in the form , where and are relatively prime positive integers and is a positive integer that is not divisible by the square of any prime. Find .
See also
2011 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 7 |
Followed by Problem 9 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |