Stained Glass Artwork
Source: 2024 AMC 8 #24
January 25, 2024
AMC 82024 AMC 8
Problem Statement
Jean made a piece of stained glass art in the shape of two mountains, as shown in the figure below. One mountain peak is feet high and the other peak is feet high. Each peak forms a angle, and the straight sides of the mountains form with the ground. The artwork has an area of square feet. The sides of the mountains meet at an intersection point near the center of the artwork, feet above the ground. What is the value of ?[asy]
unitsize(.3cm);
filldraw((0,0)--(8,8)--(11,5)--(18,12)--(30,0)--cycle,gray(0.7),linewidth(1));
draw((-1,0)--(-1,8),linewidth(.75));
draw((-1.4,0)--(-.6,0),linewidth(.75));
draw((-1.4,8)--(-.6,8),linewidth(.75));
label("",(-1,4),W);
label("",(31,6),E);
draw((-1,8)--(8,8),dashed);
draw((31,0)--(31,12),linewidth(.75));
draw((30.6,0)--(31.4,0),linewidth(.75));
draw((30.6,12)--(31.4,12),linewidth(.75));
draw((31,12)--(18,12),dashed);
label("",(.75,0),NE,fontsize(10pt));
label("",(29.25,0),NW,fontsize(10pt));
draw((8,8)--(7.5,7.5)--(8,7)--(8.5,7.5)--cycle);
draw((18,12)--(17.5,11.5)--(18,11)--(18.5,11.5)--cycle);
draw((11,5)--(11,0),dashed);
label("",(11,2.5),E);
[/asy]Credits to Countmath1 for the diagram.