document.write( "Question 554031: how do you to find the length of a side of a octagon with only the measurement of the total area(35cm^2) \n" ); document.write( "
Algebra.Com's Answer #361174 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! how do you to find the length of a side of a octagon with only the measurement of the total area(35cm^2) \n" ); document.write( "------------- \n" ); document.write( "If it's a regular octagon, it's comprised of 8 isoceles triangles having vertex angles of 45 degs, each with an area of 35/8 sq cm. \n" ); document.write( "--------- \n" ); document.write( "b = length of sides \n" ); document.write( "h = height of triangle (the apothem of the octagon) \n" ); document.write( "(b/2)/h = tan(22.5) \n" ); document.write( "b = 2h*tan(22.5) \n" ); document.write( "h = (b/2)*cot(22.5) \n" ); document.write( "----- \n" ); document.write( "b*h/2 = 35/8 (Area of 1 triangle) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "b =~ 1.904 cm \n" ); document.write( "-------------- \n" ); document.write( "You can use the formula for area of a polygon with n sides of length s: \n" ); document.write( " \n" ); document.write( "Applies to all regular polygons \n" ); document.write( " |