document.write( "Question 11403: Find the perimeter of a pentagon having the sides of x+4,x+2,4x+1,2x-3,x+1. \n" ); document.write( "
Algebra.Com's Answer #5907 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
A pentagon is a five-sided polygon. The perimeter is just the sum of the lengths of the sides.\r
\n" ); document.write( "\n" ); document.write( "\"P+=+%28x%2B4%29%2B%28x%2B2%29%2B%284x%2B1%29%2B%282x-3%29%2B%28x%2B1%29\" Collect the like-terms. That's all the x's and all the numbers.\r
\n" ); document.write( "\n" ); document.write( "\"P+=+9x%2B5\" and that's it.
\n" ); document.write( "
\n" );