Difference between revisions of "1953 AHSME Problems/Problem 32"
Duck master (talk | contribs) (Created page with solution.) |
(→Solution) |
||
Line 18: | Line 18: | ||
draw(A--B--C--D--cycle); | draw(A--B--C--D--cycle); | ||
− | pair | + | pair Ab, Ba, Bc, Cb, Cd, Dc, Da, Ad; |
− | + | Ab = A + 0.5*(D-A)*dir(60); | |
− | + | Ba = B + 0.5*(D-A)*dir(-60); | |
− | + | Bc = B + 0.7*(D-A)*dir(-30); | |
− | + | Cb = C + 0.7*(D-A)*dir(210); | |
+ | Cd = C + 0.5*(D-A)*dir(240); | ||
+ | Dc = D + 0.5*(D-A)*dir(120); | ||
+ | Da = D + 0.7*(D-A)*dir(150); | ||
+ | Ad = A + 0.7*(D-A)*dir(30); | ||
+ | |||
+ | draw(A--Ab, red); | ||
+ | draw(A--Ad, red); | ||
+ | draw(B--Ba, red); | ||
+ | draw(B--Bc, red); | ||
+ | draw(C--Cb, red); | ||
+ | draw(C--Cd, red); | ||
+ | draw(D--Da, red); | ||
+ | draw(D--Dc, red); | ||
− | |||
− | |||
− | |||
− | |||
dot(intersectionpoint(A--Ab, B--Ba), blue); | dot(intersectionpoint(A--Ab, B--Ba), blue); | ||
− | dot(intersectionpoint( | + | dot(intersectionpoint(B--Bc, C--Cb), blue); |
+ | dot(intersectionpoint(C--Cd, D--Dc), blue); | ||
+ | dot(intersectionpoint(D--Da, A--Ad), blue); | ||
</asy> | </asy> | ||
− | By looking at these intersections (marked here in blue), we see that these four points form a | + | By looking at these intersections (marked here in blue), we see that these four points form a rhombus. Therefore, the correct answer is <math>\boxed{\text{D}}</math>, and we are done. |
Latest revision as of 17:32, 21 August 2025
Each angle of a rectangle is trisected. The intersections of the pairs of trisectors adjacent to the same side always form:
Solution
Draw a diagram:
By looking at these intersections (marked here in blue), we see that these four points form a rhombus. Therefore, the correct answer is , and we are done.