document.write( "Question 1009297: An artist has been commissioned to make a stained glass window in the shape of a regular octagon. The octagon must fit inside an 18-in. square space. Determine the length of each side of the octagon. Round to the nearest hundredth of an inch \n" ); document.write( "
Algebra.Com's Answer #624793 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let the side of the octagon be x. \n" ); document.write( "If you draw the diagram of it, you will notice that \n" ); document.write( "x + x/sqrt(2) + x/sqrt(2) = 18 \n" ); document.write( "since the sloping sides are hypotenuses of 45-45-90 right triangles. \n" ); document.write( "Factor out x and get \n" ); document.write( "x(1 + 2/sqrt(2)) = 18 \n" ); document.write( "x(1 + sqrt(2)) = 18 \n" ); document.write( "x = 18/(1+sqrt(2)) = 7.457 in \n" ); document.write( " |