1986 AHSME Problems/Problem 28
Problem
is a regular pentagon. and are the perpendiculars dropped from onto extended and extended, respectively. Let be the center of the pentagon. If , then equals
To solve the problem, we compute the area of regular pentagon in two different ways. First, we can divide regular pentagon into five congruent triangles. unitsize(2 cm);pair A, B, C, D, E, O, P, Q, R;A = dir(90);B = dir(90 - 360/5);C = dir(90 - 2*360/5);D = dir(90 - 3*360/5);E =... If s is the side length of the regular pentagon, then each of the triangles AOB, BOC, COD, DOE, and EOA has base s and height 1, so the area of regular pentagon ABCDE is 5s/2.
Next, we divide regular pentagon ABCDE into triangles ABC, ACD, and ADE. unitsize(2 cm);pair A, B, C, D, E, O, P, Q, R;A = dir(90);B = dir(90 - 360/5);C = dir(90 - 2*360/5);D = dir(90 - 3*360/5);E =... Triangle ACD has base s and height AP = AO + 1. Triangle ABC has base s and height AQ. Triangle ADE has base s and height AR. Therefore, the area of regular pentagon ABCDE is also \frac{s}{2} (AO + AQ + AR + 1). Hence, \frac{s}{2} (AO + AQ + AR + 1) = \frac{5s}{2}, which means AO + AQ + AR + 1 = 5, or AO + AQ + AR = \boxed{4}. The answer is (C).$
See also
1986 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 27 |
Followed by Problem 29 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.