document.write( "Question 897239: How do I find the perimeter of a regular polygon. I need to write an equation to solve and my worksheet gave me two of the polygon sides which are 5(x+2) and 7x+4. How do I set up my equation and then once I solve for x I would just add all of the polygon sides up, correct? Thank you!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #544033 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do I find the perimeter of a regular polygon. I need to write an equation to solve and my worksheet gave me two of the polygon sides which are 5(x+2) and 7x+4. How do I set up my equation and then once I solve for x I would just add all of the polygon sides up, correct? \n" ); document.write( "---------- \n" ); document.write( "All sides of a regular polygon are equal, that's what \"regular\" means. \n" ); document.write( "If those are 2 of the sides, then \n" ); document.write( "5(x+2) = 7x+4 and you can solve for x \n" ); document.write( "5x+10 = 7x+4 \n" ); document.write( "x = 3 \n" ); document.write( "--> sides are 25 in length \n" ); document.write( "Perimeter = 25 * number of sides. \n" ); document.write( " \n" ); document.write( " |